Commit Graph

117 Commits

Author SHA1 Message Date
b7792b75fe Fix check datum modified error 2023-05-09 06:42:07 +00:00
8331f2f878 fix merge set op last_store_row dynamic leak 2023-05-08 04:08:29 +00:00
2a16b851f1 Fix distinct aggregation out of memory error 2023-05-08 02:45:27 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
8fb50cdf65 [FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2023-04-26 15:30:18 +00:00
03f103d18a RTDatumArith memory leak 2023-04-26 14:45:15 +00:00
dbedb800a4 fix session-based context dynamic leak 2023-04-26 14:27:48 +00:00
d7eba01b90 fix get_dh_msg state errors during reentry lead to hang/core 2023-03-21 16:46:11 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
3f3afdb086 add diag log for chunk store read corrupt data 2023-03-14 19:46:27 +00:00
ebefd2bd67 revert tenant config opt for sql module 2023-03-08 04:14:03 +00:00
b354b4f0bf [BUGFIX] fix enum to str typr error 2023-03-07 10:11:25 +00:00
a65db0d0f8 timeguard and tenant config opt (5/5) 2023-03-02 18:49:10 +00:00
7770bb3358 fix: 1.roll back add quote 2.add new type support for json table value column 3 error clause process bug 2023-02-17 03:11:54 +00:00
61a17a9abc bugfix : json objectagg returning type affect by var in pl 2023-02-16 04:17:46 +00:00
a866c0c929 add system config (l1/l2/l3 cache size) to utility 2023-02-14 15:12:02 +00:00
9bd86a8db4 fix shared hj hang when 1 of worker is interrupted in sync_open && fix 3-stage aggr do not reset distinct info leads 4005 2023-02-08 11:11:16 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
bbb017266b [FEAT MERGE]:Oracle Json Supported 2023-01-28 15:52:30 +08:00
af2506b14c [FEAT MERGE]charset latin1 2023-01-28 15:43:48 +08:00
9484175163 [FEAT MERGE]: online optimizer stats gather.
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:54:38 +08:00
1131932cd3 Fix const aggregate expr with rollup wrong result 2023-01-12 19:02:33 +08:00
c1e0bb4522 fix 3-stage agg wrong result && fix aggr ignore error code && fix int_cell_str sanity core 2023-01-12 19:02:33 +08:00
0739dcbef4 Fix distinct aggregate expr with rollup eval core 2023-01-12 19:02:33 +08:00
c7f7f1cff5 fix group_concat truncate bug 2023-01-12 19:02:33 +08:00
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
26f2754db2 [FEAT MERGE] Support float/double(m, d) in mysql mode 2023-01-12 19:02:33 +08:00
1c7f8a3981 [CP] fix adaptive gby do not eval param expr in single row mode 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
75c6144a73 fix adjust_subquery_list bug 2023-01-12 19:02:33 +08:00
1e012e6ae4 fix parent_namespace_stmt_ bug for direct nested view, remove some debug log may may print null pointer 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
8a4d14122f replace ts related to ddl with scn. 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
481c969b7d bugfix : json arrayagg not support distinct clause 2022-11-23 13:37:55 +00:00
b4919c5ec4 fix hash gby core when child batch_size == 0 2022-11-11 08:07:17 +00:00
6608b24752 [CP][BUGFIX]json array aggr adapt bit type 2022-11-09 02:35:39 +00:00
741643eb40 opt adaptive hash gby calc simple aggr func (count/sum/min/max) 2022-11-03 11:10:27 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
85ed8b05ee [CP][BUGFIX]fix json aggr with bit and year type 2022-09-19 08:32:58 +00:00
139fe70c10 select json_arrayagg(DISTINCT 1) coredump 2022-07-27 16:41:54 +08:00
7e8bf7f641 [CP] fix json output type 2022-07-25 10:41:16 +08:00
b96d7663b5 [CP] JSON bug fix 2022-07-20 11:33:16 +08:00