Commit Graph

524 Commits

Author SHA1 Message Date
0f1d7a6431 fix pullup scalar groupby as semi join incorrectly 2024-02-27 07:16:08 +00:00
94b823f86f [CP] fix query range bug where char column compare with varchar in oracle mode 2024-02-27 05:45:53 +00:00
d1037b0b56 谓词下推造成 T_OP_ROW 共享 2024-02-22 02:16:31 +00:00
8ffb349cf9 fix predicate deduce across hierarchical query 2024-02-21 03:15:46 +00:00
86b8b822b9 fix core caused by missing const flag 2024-02-20 09:46:17 +00:00
a3096d9389 [CP] not considering const expr equal in or/and expr when computing shared expr 2024-02-20 07:16:09 +00:00
95525551e8 fix the logic of extracting unique keys in SemiToInner 2024-02-20 05:12:11 +00:00
5896db45f9 fix mysqltest 2024-02-19 08:05:55 +00:00
0b94b8a434 Error expr: avg(ifnull( a const value, boolean value)). In removing avg and ifnull, we need add explicit cast. 2024-02-18 09:18:04 +00:00
7829c9c8dc [CP] [CP] Fix view synonym bug 2024-02-10 11:32:36 +00:00
9f7f594b74 fix mysqltest for FOR UPDATE rewrite 2024-02-10 09:07:11 +00:00
b528857934 fix pdml bug after or expansion transformation 2024-02-10 09:04:18 +00:00
45c403637d fix for update error after transform 2024-02-10 07:30:37 +00:00
a5dd84cc48 [CP] bugfix: use classify_count instead of param_count of or_expr to determine whether to do transformation 2024-02-10 07:27:44 +00:00
f12942adec [CP] fix temporary table bug in hierarchical query 2024-02-10 06:19:50 +00:00
af2d0042b6 bugfix: disable propagate const to T_OP_ROW 2024-02-10 06:16:58 +00:00
f6681accc1 fix simplify case when bug about null type deduction 2024-02-09 22:56:15 +00:00
fa3f89363b Adjust stmt printer and codeowners 2024-02-09 22:36:05 +00:00
056edecaa9 fix old query range bug with row expr 2024-02-09 22:03:41 +00:00
62d96c8fa4 Fix temp table bugs 2024-02-09 19:25:38 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
cfae8974c1 using same assign exprs in join first rewrite for update stmt 2024-02-09 12:43:12 +00:00
d79c4f9031 disable predicate moving into values_table_query 2024-02-09 07:28:50 +00:00
409523e66d [CP] fix push down cte filter bug 2024-02-09 07:16:49 +00:00
641f303439 fix eliminate anti join with generated column bug 2024-02-09 06:46:57 +00:00
604130543f Fix range calculation of ObDecimalInt 2024-02-09 06:34:53 +00:00
faefe65458 fix mysqltest 2024-02-09 03:21:37 +00:00
56fab289be [CP] fix recover useless unique for temp table bug 2024-02-09 01:04:04 +00:00
64684f3461 fix core of query pushdown into set stmt 2024-02-08 23:52:17 +00:00
32ec6eb060 Fix query range extraction for ObDecimalIntType 2024-02-08 23:31:31 +00:00
60617e80c3 [CP] fix check constraint bugs 2024-02-08 23:25:32 +00:00
426469c057 [CP] fix serialize ObSqlArrayObj bugs 2024-02-08 19:27:43 +00:00
844dfb0162 [CP] Fix null hash value mismatch by using datum hash_func_v2 2024-02-08 14:51:04 +00:00
b6a15b6111 fix some outline/hint bugs 2024-02-08 13:15:20 +00:00
4c79ee37a7 fix get wrong query range when extract row expr with plan cache disabled 2024-02-08 08:18:59 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
154f795315 [CP] [CP] [中信证券]support listagg aggr use group by column as separator 2024-02-08 04:39:07 +00:00
c0df24ca11 [CP] modify default value of system parameter range_optimizer_max_mem_size 2024-02-08 04:33:01 +00:00
8921cc28a8 [CP] [MySQL GIS] fix spatial index coveredby keypart generation 2024-02-08 03:57:16 +00:00
4e536c6326 fix query range bug when and connect row expr with row expr 2024-02-08 02:54:02 +00:00
36c89f2ef1 [CP] Fix a dblink bug 2024-02-08 02:50:57 +00:00
6a7c171057 [CP] fix inheriting zerofill attribute incorrectly 2024-02-08 02:32:48 +00:00
39cc0a6d60 merge devleop into master 20231212 2024-02-08 01:29:33 +00:00
b6c37b4cda bugfix: disable minmax and count_to_exists rewrite when stmt has rownum 2024-02-08 01:26:33 +00:00
e1764b71bb fix simplify case when bug 2024-02-08 01:05:39 +00:00
b6e86399fb add write scope list to simplify ora_decode 2024-02-08 00:56:44 +00:00
01d18c752e [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2024-02-08 00:44:44 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
6ad1d8c1c5 Ignore 'not null' of virtual table in optimizer 2024-02-07 21:25:11 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00