Commit Graph

90 Commits

Author SHA1 Message Date
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
3db2e35a2e fix merge join bug when use interesting ordering for merge key 2024-02-07 13:57:05 +00:00
cf46015461 [CP] Fix join filter bug 2024-02-06 23:36:35 +00:00
b8bc3b4c6b fix lossless cast bug 2024-02-06 19:00:44 +00:00
8ec7aa3b9b [CP] [CP] fix subplan filter PKEY plan bug 2024-02-06 18:26:38 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
f1c9be6b9f [CP] [CP] Fix view synonym bug 2024-02-06 06:12:01 +00:00
77f5c15b28 fix lossless cast bug 2024-01-22 14:17:09 +00:00
d2ab1a4aae [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-01-22 04:12:26 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
7a8ac82dee [CP] [CP] [CP] fix: fix the 4377 error induced by NLJ batch Rescan 2024-01-10 10:44:00 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
618ab67eb0 [FEAT MERGE][CP]optimizer stats enhancement
Co-authored-by: 2149 <260391947@qq.com>
2023-12-12 10:17:50 +00:00
58aad590f1 [FEAT MERGE] Solidify session vars for functional index 2023-12-12 06:42:37 +00:00
044e2b0b81 fix merge join bug when use interesting ordering for merge key 2023-12-08 08:17:35 +00:00
0bc0de8440 [CP] Fix join filter bug 2023-11-27 06:46:45 +00:00
dbc0a0e4ff fix lossless cast bug 2023-11-21 09:11:03 +00:00
4746c866f5 [CP] [CP] fix subplan filter PKEY plan bug 2023-11-21 04:40:44 +00:00
38085f4781 fix move query ref expr across stmts bug 2023-11-08 06:43:02 +00:00
d76e2df6ef fix distinct fd judgement bug 2023-11-06 09:39:30 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
86d7a2b8d6 Fix core at RCTE 2023-10-17 06:39:31 +00:00
8b4f1665de add limit to solve slow compute_fd_item 2023-09-20 15:01:11 +00:00
b78a9ca5a0 Add a startup filter for limit 2023-09-20 14:45:59 +00:00
e831a7f141 Fix core at cost-based rewrite in temp table query 2023-09-13 10:14:07 +00:00
68d091760c fix duplicate table bug 2023-09-11 06:44:20 +00:00
0b8f0353c5 fix mysqltest introduced by deduce redundant preds 2023-09-01 15:10:40 +00:00
e344e593fd fix pushdown state func into subplan bug 2023-09-01 03:14:24 +00:00
56ee77a670 fix data type bugs in transformer 2023-08-25 08:40:28 +00:00
7d7e68e967 fix some dup table bugs 2023-08-15 10:10:47 +00:00
02a2a424fa Fix RCTE bugs 2023-08-11 03:48:48 +00:00
e0a0ce93bd fix several compatibility bug 2023-08-10 03:42:46 +00:00
7194825a19 fix pushdown none const exprs into set query bug 2023-08-09 10:42:35 +00:00
cf27086ec5 fix mysqltest 2023-08-08 07:19:05 +00:00
88430a9d96 Fix temp table related bugs 2023-08-04 10:18:35 +00:00
43474aa72e fix pushdown none const filter bug 2023-08-04 02:54:19 +00:00
45f2690b0a fix some bugs related to cte and ctas 2023-08-02 05:42:29 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
559145f72d bugfix: lost some join pred 2023-07-31 13:42:21 +00:00
401306c2e5 Fix lossless cast bug 2023-07-20 11:12:30 +00:00
32636e05c4 adjust allocate window function operator, enhance pq_distribute_window hint 2023-07-19 03:12:22 +00:00
ceeb9e31f6 support pushdown shared exprs in dml operator 2023-07-11 04:42:22 +00:00
4ff18491b9 Fix ps prepare error 4016 2023-06-22 03:18:28 +00:00
49a8d8bb2b fix some bugs 2023-06-16 03:42:31 +00:00
9d3a53603a fix some master bugs 2023-06-08 12:42:29 +00:00
73ec60d0d0 fix failed case 2023-06-05 11:42:12 +00:00
397fc12ff2 fix win expr order incorrect cause result error 2023-05-26 12:46:33 +00:00
529367cd9b fix duplicate table two 4016 bugs 2023-05-26 03:11:11 +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