Commit Graph

1177 Commits

Author SHA1 Message Date
df933519e7 fix:json agg coredump bug as no deep copy string value 2023-08-30 07:10:34 +00:00
e024bcd778 fix mysqltest for implicit cast of charset convert 2023-08-30 05:10:36 +00:00
b2520806ee to issue<51872346>:fix core when access uninit memory 2023-08-30 02:44:10 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
220556e5be fix exec context do not release temp expr ctx leads memory leak 2023-08-29 09:40:32 +00:00
45e30c2514 [CP] Fix merge join memory expand during subplan filter rescan 2023-08-29 09:10:33 +00:00
0697e7f776 [FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
2023-08-29 05:18:37 +00:00
a8e5c8a999 [to #51732060]fix core outer call dblink 2023-08-29 05:14:49 +00:00
sdc
330bc1999c fix window function memory leak 2023-08-28 13:10:27 +00:00
886a2c7275 [to #50702943]fixed some define_array/execute_and_fetch bug 2023-08-28 11:40:33 +00:00
53e98c7750 to issue<51805002>:fix pltemp memory leak 2023-08-28 07:40:29 +00:00
9c8ae20255 Sql audit miss ddl sql 2023-08-28 07:10:19 +00:00
sdc
aad707d31c reduce memory of mod WokerMap 2023-08-28 06:10:49 +00:00
a54dafc522 fix px sample bug 2023-08-28 05:10:49 +00:00
643f28f54a [CP] [CP] [to #51457237]fix bug subquery result collation in PL 2023-08-28 04:51:36 +00:00
6a46384c33 [to #51732060]fix core outer call dblink 2023-08-25 11:14:13 +00:00
e0b1dda713 [FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
2023-08-25 08:44:14 +00:00
6893f76763 to issue<50473724>:fix pltemp memory leak about set expr 2023-08-25 07:18:03 +00:00
233189cbb1 [CP] Improve incorrect value error info for insert/replace into values 2023-08-25 06:10:27 +00:00
ecff447ade fix spm bugs when modify inner table 2023-08-25 05:10:31 +00:00
d3f3058ecf fix 3-stage aggr can not dump last group 2023-08-25 02:47:54 +00:00
e510646f63 Fix core at number format model 2023-08-24 12:10:26 +00:00
cd0ec2662a fix: fix update ignore bug that will lost data when has cross-partition update 2023-08-24 09:10:27 +00:00
bb35a1f410 fix das retry thread deadlock 2023-08-24 07:40:33 +00:00
22a9b2252c [FEAT MERGE] support aead in tde
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-24 04:10:29 +00:00
fcadb31c97 fix view zerofill bug && fix mem mgr sql id dynamic leak && fix vectorize in core 2023-08-24 03:14:28 +00:00
01a8cc78da bugfix json_object with year data core dump 2023-08-23 02:10:22 +00:00
ad74fb0068 [CP] [to #51373389] fix user privilege check of AUTHID DEFINER routines 2023-08-22 09:18:19 +00:00
56702f6840 fix batch nlj result incorrect bug in vectorizion 2023-08-22 02:40:31 +00:00
8d100cf383 fix some bugs on priviledges and variabls 2023-08-21 13:44:05 +00:00
fc317ca70a sync bugfix:oralce json-agg func coredump bug 2023-08-21 10:40:29 +00:00
ee361e15fe [FEAT MERGE]support PL dblink oracle 2023-08-21 03:40:30 +00:00
392f7dfe04 fix is_unicode_valid bug 2023-08-18 12:20:18 +08:00
3bd00fdbb4 Runtime Filter Optimization 2023-08-18 12:11:53 +08:00
902896a63e compat convert mistaken code with oracle 2023-08-18 11:44:56 +08:00
7a833991a5 fix load data bug 2023-08-17 11:28:01 +00:00
cd3e528819 fix to_type() bug 2023-08-17 10:47:24 +00:00
9146a24817 [xml bugfix] xml encoding bugfix 2023-08-17 10:36:01 +00:00
3828280761 cascade set system variable validate_password_length 2023-08-17 10:21:07 +00:00
0d5423ab06 [CP] Fix: 32x and lower version Failed to set illegal system variable defense during tenant creation 2023-08-17 09:59:15 +00:00
d2cd503be2 Fix coalesce bug 2023-08-17 09:55:36 +00:00
09f80e6a68 fix some bugs 2023-08-17 17:06:37 +08:00
c1d282d2f9 [xml bugfix] nvl bugfix 2023-08-16 05:10:31 +00:00
2bb6877cdd fix find in set bug 2023-08-15 07:18:46 +00:00
540e01a6ef [to #51110137] fix text anonymous with question mark compatible Oracle 2023-08-15 06:10:16 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
5d0ad0e767 fix mysqltest 2023-08-14 14:42:37 +00:00
e8d55a05af fix: fix replace into foreign key check bug 2023-08-14 13:55:02 +00:00
2269c012e3 Fix ra datum store switch block index failed 2023-08-14 10:18:33 +00:00