Commit Graph

135 Commits

Author SHA1 Message Date
ca31dfde0f fix no wait const param is not consistent in fp and np 2023-04-26 13:21:55 +00:00
663c6f510d Merge branch 'pr_1340' 2023-04-26 20:07:53 +08:00
27783b2352 fix some bugs 2023-04-22 14:20:36 +00:00
972723ed66 [CP] [parser]: const in /*!xxx */ shouldn't be parameterized. 2023-04-18 13:11:41 +00:00
8daff3e658 [FEAT MERGE]logical plan move to plan cache module add feedback into to plan 2023-04-18 11:41:58 +00:00
0a0ba897c9 [FEAT MERGE] [to #48722125] pl/sql name resolve refactor 2023-04-18 06:12:14 +00:00
32ef62e2b0 [CP] Fix the typo 2023-04-17 04:41:24 +00:00
27488211d2 [FEAT MERGE] [v4.2] add table generator and several random utility functions 2023-04-13 08:22:22 +00:00
936447fe1b bugfix : [48953182] json objectagg/arrayagg/equal const number in fast/normal parse diff 2023-04-13 07:39:57 +00:00
0a9f1e0c4f bugfix : level param in weight_string expr clause has core dump in fast parser 2023-04-13 05:59:54 +00:00
a4990f59a6 fixed #{1330} : add "lock in share mode" function support. 2023-04-08 02:45:06 +08:00
bd4db583b7 Fix a parser bug 2023-03-30 03:52:42 +00:00
3a063b1508 [fix] support latest code support coverage build 2023-03-28 07:41:03 +00:00
9365c0dd4c patch 4.1 bug fix and remove some secret url 2023-03-19 19:22:48 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
3b47aa7ccd disable hash groupby bypass path when estimiate stat 2023-03-09 12:44:37 +00:00
20dbea5ce3 fix named window incorrect result when hit plan 2023-03-07 03:43:32 +00:00
9eba955ac6 fix outline/hint generate plan bug 2023-03-04 01:41:06 +00:00
e5e94972ef fix:json table syntax compatible and error clause hehavior 2023-02-24 15:54:30 +00:00
d5ace94d6c fix bug remove unresonable log print 2023-02-24 14:18:34 +00:00
f001af9558 add for replace and insert_up with batch_optimization 2023-02-17 07:12:56 +00:00
a9d66dae7a bugfix : json object key value with colon && timestamp_tz return value 2023-02-07 17:49:06 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
ce81c50258 fix latin1 parameterize bug 2023-02-06 22:51:21 +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
3ba8909e40 [parser]: '(' ')' could coexist with alias. e.g., select * from (dual) a; 2023-02-06 14:31:47 +08:00
73b10be4ad [CP] [parser][asan]: avoid heap-buffer-overflow while parser hex with odd number(e.g., 0xaaa); 2023-02-06 13:20:00 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
50024b39cd [FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 18:17:32 +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
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +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
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
561432c689 [FEAT MERGE] Big Txn Execution Optimization 2023-01-12 19:02:33 +08:00
07b1224a51 [FEAT MERGE] skip scan feature and performance optimization 2023-01-12 19:02:33 +08:00
4453ef5eee Fix some query rewrite bug 2023-01-12 19:02:33 +08:00
5ba864f256 [CP] [parser][bugfix]: raise parser_error while these is invalid character. 2023-01-12 19:02:33 +08:00
21db1a62e2 Add errno for multiset and vpd and a parse_node flag 2023-01-12 19:02:33 +08:00
9dcc0a529e [FEAT MERGE]implement user-defined rewrite rules 2023-01-12 19:02:33 +08:00
b26f8898e9 [to #40151002] fix user variable type conversion problem in PL 2023-01-12 19:02:33 +08:00
a6098ccbc6 [FEAT MERGE] New upgrade framework for 4.x 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
0003c2605b [to #42036778] fix SIGNAL/RESIGNAL statements in SQL 2023-01-12 19:02:33 +08:00
af4ce8c35b Fix a bug when bison get conflict bug cmake can not get error 2023-01-12 19:02:33 +08:00
59e975f9d7 fix typo 2023-01-12 19:02:33 +08:00
045c826c51 [scn] fix 4377 caused by miss one line code when refresh 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00