|
|
b8cc51f8a1
|
Fix runtime range filter correct problem.
|
2023-06-16 09:12:16 +00:00 |
|
|
|
49a8d8bb2b
|
fix some bugs
|
2023-06-16 03:42:31 +00:00 |
|
|
|
a9b52c67d5
|
Fix external table gen plan bug when tables have parallel hint
|
2023-06-15 03:12:24 +00:00 |
|
|
|
703ed5c14e
|
fix some replace expr bugs in optimizer
|
2023-06-14 07:12:27 +00:00 |
|
|
|
85bca4f17b
|
fix process filter bug
|
2023-06-14 02:59:50 +00:00 |
|
|
|
cf4bb72e84
|
fix win expr order incorrect cause 4016 error
|
2023-06-13 13:59:20 +00:00 |
|
|
|
433616c763
|
fix master failed cases
|
2023-06-13 02:18:03 +00:00 |
|
|
|
9ab529a64b
|
fix dblink type bugs
|
2023-06-12 02:43:11 +00:00 |
|
|
|
ba47b23683
|
[BUGFIX] fix hybrid hash join char with text
|
2023-06-09 06:42:29 +00:00 |
|
|
|
11e3b1d14e
|
Bugfix: convert rownum to limit returns error
|
2023-06-09 03:12:15 +00:00 |
|
|
|
9d3a53603a
|
fix some master bugs
|
2023-06-08 12:42:29 +00:00 |
|
|
|
8561e98479
|
enable outline check trace point by default
|
2023-06-08 06:42:15 +00:00 |
|
|
|
ec1838ed4d
|
fix some optimizer bugs
|
2023-06-07 03:12:37 +00:00 |
|
|
|
73ec60d0d0
|
fix failed case
|
2023-06-05 11:42:12 +00:00 |
|
|
|
37315a1656
|
fix pushdown none const expr bug
|
2023-06-02 11:41:57 +00:00 |
|
|
|
157ecc38a3
|
fix some bug
|
2023-06-02 05:42:03 +00:00 |
|
|
|
8808c6750f
|
[CP] [CP] add _enable_in_range_optimization system variable and fix in expr bug
|
2023-06-02 03:12:00 +00:00 |
|
|
|
4f890f0a8c
|
fix granule iterator generate T_PDML_PARTITION_ID expr bug
|
2023-05-30 13:47:29 +00:00 |
|
|
|
27a7c86568
|
fix output expr and select expr error in link scan
|
2023-05-30 11:47:15 +00:00 |
|
|
|
d137b298a0
|
adjust gi alloc for real agent table
|
2023-05-29 12:23:01 +00:00 |
|
|
|
397fc12ff2
|
fix win expr order incorrect cause result error
|
2023-05-26 12:46:33 +00:00 |
|
|
|
70ed82ee89
|
fix some bugs
|
2023-05-26 06:47:00 +00:00 |
|
|
|
529367cd9b
|
fix duplicate table two 4016 bugs
|
2023-05-26 03:11:11 +00:00 |
|
|
|
bde491413b
|
fix asan core caused by stack-use-after-scope
|
2023-05-25 16:41:41 +00:00 |
|
|
|
0bff82c087
|
fix generate const pred from view bug
|
2023-05-25 10:11:39 +00:00 |
|
|
|
81af727eb5
|
Use the cost-based method to select indexes for Oracle inner table
|
2023-05-25 06:11:20 +00:00 |
|
|
|
2724fef69d
|
disable nlj group rescan for some cases
|
2023-05-24 06:17:29 +00:00 |
|
|
|
ae4d75699d
|
fix some bugs
|
2023-05-23 12:47:20 +00:00 |
|
|
|
80ea23a8dc
|
disable extract shared child exprs for dblink stmt
|
2023-05-23 06:47:26 +00:00 |
|
|
|
59591c9ea2
|
to issue<49845698>:fix pdml with udf report 6220
|
2023-05-23 05:17:26 +00:00 |
|
|
|
b6cb96f6ce
|
remove unused code
|
2023-05-22 03:41:34 +00:00 |
|
|
|
5148758db5
|
fetch location with sync interface when the location cache not exist
|
2023-05-19 09:11:40 +00:00 |
|
|
|
f26e28456f
|
fix group by with rollup inherit incorrect sharding
|
2023-05-19 03:52:32 +00:00 |
|
|
|
2d02db08cf
|
fix some optimizer stat bugs
|
2023-05-19 02:46:44 +00:00 |
|
|
|
8f6b152ac8
|
[master] fix sampling sql caused txn free route defensive check false positve
|
2023-05-17 15:16:46 +00:00 |
|
|
|
402c9f0c5a
|
Fix part join filter report -4021
|
2023-05-17 05:41:28 +00:00 |
|
|
|
3f0ea494ab
|
fix virtual table use global stat bug
|
2023-05-16 11:16:58 +00:00 |
|
|
|
11437edf50
|
Fix null aware anti join bug
|
2023-05-16 10:11:20 +00:00 |
|
|
|
7a4291a73c
|
fix scalar group by log plan bug when has dbms_stats hint
|
2023-05-16 08:16:43 +00:00 |
|
|
|
406639266a
|
support partition can use the global stat when no partition stat and some case bugfix
|
2023-05-16 02:16:54 +00:00 |
|
|
|
0ca17b1b8d
|
[CP] fix table location incorrect deserialize bug
|
2023-05-15 08:11:13 +00:00 |
|
|
|
abade1ec61
|
fix:fix pdml update not support minimal mode
|
2023-05-15 03:11:07 +00:00 |
|
|
|
17114b6933
|
Fix RF performance degradation.
|
2023-05-12 06:16:32 +00:00 |
|
|
|
aaab6560a1
|
[FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
|
2023-05-11 10:07:21 +00:00 |
|
|
|
bf7035b688
|
fix some bug
|
2023-05-10 13:45:59 +00:00 |
|
|
|
cb1af1dc53
|
Fix estimate row count of data inserted by current trx
|
2023-05-10 13:28:12 +00:00 |
|
|
|
5eef4de86d
|
fix some optimizer bugs
|
2023-05-10 05:19:22 +00:00 |
|
|
|
8afeece673
|
fix DAS dynamic partition pruning memleak
|
2023-05-09 19:15:27 +00:00 |
|
|
|
4108e781d4
|
[FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
|
2023-05-09 18:32:04 +00:00 |
|
|
|
c22ebcba79
|
fix bug during the upgrade, it is necessary to disable the generation of plans with trans_info_expr
|
2023-05-09 02:47:24 +00:00 |
|