887 Commits

Author SHA1 Message Date
83e45d4717 to issue<2024092500104572420>:fix memory leak about package record var which element has default value 2024-09-26 04:46:35 +00:00
5e65ec0fad [CP] [to #2024071200103692913]fix bug resolve rowtype for dblink 2024-09-26 01:46:29 +00:00
227baab2eb [CP] adjust param matching rule for typed NULL value 2024-09-25 18:46:49 +00:00
eee3b2ce8e Fix issue that px hang when init sqc failed 2024-09-25 17:46:59 +00:00
01939d43fa [to #2024091200104448120]fix bug ociStmt free 2024-09-24 12:16:04 +00:00
55248cfd56 add IS_EXPR_DETERMINISTIC flag 2024-09-24 03:16:23 +00:00
2d07206a34 [CP] [to #2024090500104391391] refactor: optimize PL exception handling CG code size 2024-09-23 10:31:09 +00:00
82f7e2950d [CP] to issue<2024081300104116982>:fix package var sync issue 2024-09-20 08:18:32 +00:00
5b6ab1576a Bug Fix: 修复了一些统计信息相关的bug || Bug Fix: Fixed some statistics related bugs 2024-09-20 07:28:29 +00:00
317980345f [CP] [to #2024091200104456949] fix: adjust stack_save/stack_restore position 2024-09-20 07:18:19 +00:00
a28abae143 [CP] [to #2024082200104228944] fix memory leak with continue handler body & fix sanity core with bulk null to opaque 2024-09-19 07:59:33 +00:00
4a6530f431 DBMS_VECTOR job automatic scheduling 2024-09-19 07:39:53 +00:00
fc75ace0c5 [CP] [to #2024090200104337555] fix pl cast expr deduce & a typo in eh_create_exception 2024-09-19 07:33:55 +00:00
ec4337bb4e [CP] [to #2024082200104228944] fix serval pl/sql bugs 2024-09-18 09:48:26 +00:00
2b17f1a7d7 [CP] [to #2024082700104281249]fix bugs, nvl and nvl2 add support udt type 2024-09-18 07:34:40 +00:00
f91c51797c disable trans data structure's copy operator 2024-09-18 07:03:37 +00:00
b922b01372 [CP] dbms_xplan包对开源分支解禁 2024-09-18 06:29:58 +00:00
45006578eb [to #2024070800103509407] test: fix json type compatible related bug & refresh mysqltest 2024-09-18 06:26:20 +00:00
2cdeaddd8c [CP] [to #2024071600103723443] fix: add param type defence at execution stage & fix several related bugs 2024-09-02 21:23:25 +00:00
9132f50dd7 to issue<2024081500104140316>:fix 4016 issue 2024-09-02 16:12:19 +00:00
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
5cbd86c9e6 [FEAT MERGE] Vector Index & Array Type
Co-authored-by: helloamateur <magiccheery@163.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: JLY2015 <1623359870@qq.com>
2024-08-29 07:52:22 +00:00
ad224ebdb6 patch [FEAT MERGE] support olap async job
Co-authored-by: lmjhh <576788582@qq.com>
2024-08-27 11:43:42 +00:00
b81b5f9d1f [CP] [to #2024080700104062851] fix dup condition resolve 2024-08-27 09:18:23 +00:00
36707d153e [CP] [to #2024081500104151462]Fix:pl cache no hit when different db have same name table 2024-08-23 10:34:53 +00:00
06bbec1303 [to #2024082100104212762] fix: fix core dump when ? in DBMS_SQL.PARSER 2024-08-23 07:09:33 +00:00
c7dcbee52b [CP] [to #2024080800104069136] fix: compile udf report parse error after upgrade observer from 410 to 425 2024-08-23 03:39:14 +00:00
e537a0c479 [FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com>
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 03:32:02 +00:00
2ddad4afc0 [FEAT MERGE] 备库优化 + is_standby_cluster调用点替换 + service_name 2024-08-22 16:18:56 +00:00
19be5ac562 [CP] [to #2024071900103852700] fix: always call DEBUG_STOP after DEBUG_START succeeded 2024-08-19 14:38:29 +00:00
4fdf9e4944 [to #2024081600104152821]fix declare variable with default value core in mysql mode 2024-08-19 08:45:20 +00:00
445002cafa [CP] [FEAT MERGE]424 PL dev features
Co-authored-by: seuwebber <webber_code@163.com>
Co-authored-by: hanr881 <1741282579@qq.com>
2024-08-19 06:45:07 +00:00
6b0f3f5f42 [CP] to issue<2024081300104109793>:won't catch -4023 in pl 2024-08-16 09:17:59 +00:00
bed514fc54 [CP] [to #024072000103866409]Fix bug, avoid OB_ALLOCATE_MEMORY_FAILED be overwritten by OB_ERR_UNEXPECTED 2024-08-16 04:47:38 +00:00
df78b19c9a [CP] to issue<55739667>:fix truncate table cause pl cache mismatch after alter table add/drop column 2024-08-15 14:24:14 +00:00
f2b2472f5e [FEAT MERGE] ENHANCE CARDINALITY ESTIMATION AND OPTIMIZER STATS MANAGEMENT
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2024-08-15 13:15:10 +00:00
db50ec5142 Remove pl cache when remove pl obj. 2024-08-15 12:55:24 +00:00
0759f42e44 [CP] [FEAT MERGE] 424 PL stable features 2024-08-15 07:50:56 +00:00
24f20ff410 [CP] cast target type supports variable representation 2024-08-14 10:39:36 +00:00
02065bdcae [CP] [to #2024073000103989473]Add top_info column to processlist virtual table, and increase top-level PL SQL display. 2024-08-14 10:14:26 +00:00
61a961ec9e [CP] [to #2024071600103735497] fix: ObRecordType deserialize 2024-08-12 08:24:11 +00:00
653d2cd059 [CP] to issue<2024071200103689920>:fix memory leak of spi_copy_datum under exception 2024-08-09 09:10:24 +00:00
d92409280e [CP] to issue<2024072000103866604>:fix memory leak of assign to collection type 2024-08-08 13:45:45 +00:00
b24526c208 [# to 2024080600104044538]Fix bug, const variables require an initial value/cannot be assigned again. 2024-08-08 10:46:56 +00:00
a6af41be26 [CP] [to #2024072400103914697] fix: fix core dump when PL symbol table exceeds 16384 2024-08-06 03:40:11 +00:00
a41ab8eae5 [#2024072400103914789] add system varible for anonymous parameterization 2024-08-02 09:34:58 +00:00
641a6010c7 [CP] [FEAT MERGE]:compat store routine argument is null action 2024-08-01 15:09:27 +00:00
eaaf4a75f2 [CP] to issue<58095770>:add return value of set_snapshot interface 2024-08-01 12:22:59 +00:00
57758f1f10 [CP] [to #2024072000103866467] fix: check session status in PL CG 2024-07-30 03:23:27 +00:00
871b16e498 #57284996 remove unused check which will cause result dismatch in open source mysql mode 2024-07-29 13:11:14 +00:00