|
|
245feee74c
|
[CP] forbid merging outer join right view without reorder opportunity
|
2024-12-11 16:46:35 +00:00 |
|
|
|
2e64e7adcb
|
Add hint index_asc/index_desc and Adjust scan direction at the end of the plan generation
|
2024-12-10 16:15:39 +00:00 |
|
|
|
1ea0407195
|
fix some new introduced transformer bad case
|
2024-12-10 07:18:15 +00:00 |
|
|
|
ed1b80da69
|
fix result error after replacing shared not null expr
|
2024-12-06 04:14:59 +00:00 |
|
|
|
e68afc5321
|
fix left to anti lost conditions
|
2024-12-05 14:18:35 +00:00 |
|
|
|
59becfcb79
|
fix: redundant constraints added repeteadly when remove dummy expr
|
2024-12-04 16:16:07 +00:00 |
|
|
|
a4da12eb35
|
fix double with scale extract range not correct
|
2024-12-04 14:15:02 +00:00 |
|
|
|
975e7e697b
|
support late materialization with column store table
|
2024-12-04 11:44:44 +00:00 |
|
|
|
b85295cd0e
|
fix mv rewrite and mv refresh bugs
|
2024-12-03 11:45:18 +00:00 |
|
|
|
bc1ef16a4a
|
fix mysqltest
|
2024-12-03 09:14:32 +00:00 |
|
|
|
6725aa1cde
|
fix json extract combine with other range expr cause 4016
|
2024-12-02 16:16:14 +00:00 |
|
|
|
dc75af025a
|
fix groupby pushdown into union bug
|
2024-12-02 13:44:44 +00:00 |
|
|
|
6e1de2428d
|
fix:multivalue query bug and disable year type
|
2024-12-02 11:18:24 +00:00 |
|
|
|
96b9580efd
|
fix simplify group by bug
|
2024-12-02 03:15:37 +00:00 |
|
|
|
9abdd6eb2c
|
[CP] bugfix: remove redundant copy when build calc_rowid_expr
Co-authored-by: yishenglanlingzui <395329313@qq.com>
|
2024-11-29 11:15:32 +00:00 |
|
|
|
a47de6a77c
|
fix: [oracle]simplify const aggr not converge
|
2024-11-28 04:45:26 +00:00 |
|
|
|
79eba2e1e9
|
fix bug on pushing down groupby into union with empty table and const group expr
|
2024-11-28 03:45:10 +00:00 |
|
|
|
648e6d4047
|
[FEAT MERGE] Fulltext index feature for version 435
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
|
2024-11-26 10:15:08 +00:00 |
|
|
|
39b136ca03
|
[CP] diable pulling up where-subquery with order by
|
2024-11-25 21:48:49 +00:00 |
|
|
|
e3b980776a
|
fix ret code covered bug
|
2024-11-25 11:46:14 +00:00 |
|
|
|
c141972115
|
[FEAT MERGE] [PATCH] serverless_opt
|
2024-11-23 18:14:57 +00:00 |
|
|
|
7887fcce92
|
[FEAT MERGE]
Co-authored-by: Handora <qcdsr970209@gmail.com>
|
2024-11-23 00:45:17 +00:00 |
|
|
|
e19b90c9ad
|
[FEAT MERGE] patch new query range
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: xianyu-w <707512433@qq.com>
|
2024-11-22 12:15:48 +00:00 |
|
|
|
9bed5fd863
|
[CP] fix incorrect projection of semi right table in WinMagic
|
2024-11-21 15:14:38 +00:00 |
|
|
|
8aff09f2cd
|
[FEAT MERGE]优化器技术改造
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
|
2024-11-19 13:14:40 +00:00 |
|
|
|
29362e5b15
|
[CP] enhance subquery pull up const select check
|
2024-11-19 02:44:59 +00:00 |
|
|
|
92016c007e
|
[FEAT MERGE][CP] 425 sql exec + enum set type refactoring CP 435
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
|
2024-11-18 02:44:36 +00:00 |
|
|
|
c92a4f3d99
|
fix: enhance view merge for cartisian product with dual table
|
2024-11-12 13:18:14 +00:00 |
|
|
|
eacdd8fa9d
|
fix old query range set expr precise by mistake with row condition
|
2024-11-12 07:46:12 +00:00 |
|
|
|
97e2c09776
|
fix where subquery pullup bug of set stmt
|
2024-11-07 10:13:59 +00:00 |
|
|
|
b155155f74
|
fix: fix outline not reproducible error for coalesce subquery
|
2024-11-06 11:44:57 +00:00 |
|
|
|
2e5a3cf0d0
|
fix mv rewrite with partition hint bug
|
2024-11-06 11:13:50 +00:00 |
|
|
|
ac3f18f016
|
fix: project prune mistakenly prunes union column inside order by expr
|
2024-11-05 14:14:53 +00:00 |
|
|
|
95ba872b56
|
[GIS] fix spatial index rebuild for partition table
|
2024-11-01 04:48:30 +00:00 |
|
|
|
137c9ddbca
|
fix: add finish func to ObTryTransHelper
|
2024-10-31 04:14:07 +00:00 |
|
|
|
fdea978220
|
[CP] fix semi_to_inner's accept_transform bug
|
2024-10-30 03:43:36 +00:00 |
|
|
|
d49644bc7d
|
fix master bugs in rewrite
|
2024-10-28 05:46:13 +00:00 |
|
|
|
8fdf52e4cb
|
fix: do not merge view for rollup stmt
|
2024-10-24 06:13:26 +00:00 |
|
|
|
c942ba1db8
|
fix: =any(empty set) should be overall rewritten as false
|
2024-10-24 03:14:32 +00:00 |
|
|
|
ed267cd243
|
fix join elimination bug
|
2024-10-12 06:23:04 +00:00 |
|
|
|
6bd12bc9ab
|
[CP] fix stack overflow when recursively_eliminate_full_join
|
2024-10-12 06:17:11 +00:00 |
|
|
|
ace4a27795
|
fix: enhance rewrite IN to EXISTS for set subquery
|
2024-10-12 04:41:10 +00:00 |
|
|
|
4624e1edea
|
Fix cte project pruning bug
|
2024-10-09 16:16:14 +00:00 |
|
|
|
84b5f69ee1
|
enhance or expansion with cast
|
2024-10-08 22:47:14 +00:00 |
|
|
|
8480c382d6
|
fix: timestamp function can be null propagate
|
2024-09-29 19:15:42 +00:00 |
|
|
|
7aae08f120
|
enhance late materialization on column store
|
2024-09-28 03:45:52 +00:00 |
|
|
|
22aa6dbb84
|
[FEAT MERGE] impl new type materialized view support fast refresh by major merge
Co-authored-by: fforkboat <fforkboat@gmail.com>
Co-authored-by: haitaoyang <haitaoy3.14@gmail.com>
Co-authored-by: chimyue <chimyue@gmail.com>
|
2024-09-27 14:16:09 +00:00 |
|
|
|
3659e1278c
|
[FEAT MERGE] roaringbitmap phase-3
|
2024-09-27 04:17:03 +00:00 |
|
|
|
b9cce76b3d
|
Revert fix like range truncated bug
|
2024-09-26 19:16:51 +00:00 |
|
|
|
227baab2eb
|
[CP] adjust param matching rule for typed NULL value
|
2024-09-25 18:46:49 +00:00 |
|