|  | 7d7c37db03 | fix some bugs | 2023-11-10 06:39:12 +00:00 |  | 
			
				
					|  | 3f8c7213fb | [CP] [4_2_x]fix white_list match error | 2023-11-01 13:09:11 +00:00 |  | 
			
				
					|  | 0b52588e3a | fix mysqltest case | 2023-11-01 08:43:15 +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 |  | 
			
				
					|  | 42f577e33d | limit DEFAULT_CTX_ID of tenant_500 from 4G to 2G | 2023-09-28 02:09:45 +00:00 |  | 
			
				
					|  | 1db0d89765 | fix sign expr bug | 2023-09-13 13:14:13 +00:00 |  | 
			
				
					|  | 794549cf22 | Add normal_date_expr to the rewriting phase to solve the problem of comparing illegal date constants with date columns. | 2023-09-11 07:10:43 +00:00 |  | 
			
				
					|  | 4a904949c2 | fix correctness bug of replacing zerofill column expr | 2023-09-09 13:42:25 +00:00 |  | 
			
				
					|  | 4c232da560 | bugfix: lnnvl raw expr printer | 2023-09-01 04:44:17 +00:00 |  | 
			
				
					|  | 29f839ec8e | no estimate block count and auto gather stats in mysqltest | 2023-08-29 06:40:40 +00:00 |  | 
			
				
					|  | 544bb4d87c | adjust max_allow_packet_size to 16mb | 2023-08-26 04:44:30 +00:00 |  | 
			
				
					|  | 233189cbb1 | [CP] Improve incorrect value error info for insert/replace into values | 2023-08-25 06:10:27 +00:00 |  | 
			
				
					|  | 09f80e6a68 | fix some bugs | 2023-08-17 17:06:37 +08:00 |  | 
			
				
					|  | 9cd60f84b4 | [CP] SQL EXEC Engine batchsize auto downgrade Co-authored-by: qubin-ben <qubin01@gmail.com> | 2023-08-14 04:12:34 +00:00 |  | 
			
				
					|  | b66dd1ebf2 | Fix create view and alter generated column bugs | 2023-08-10 09:42:26 +00:00 |  | 
			
				
					|  | 0854e787d1 | fix result type deduce bug of expr_repeat | 2023-08-09 12:48:38 +00:00 |  | 
			
				
					|  | 8063cbeebb | Fix system function compatibility bugs | 2023-08-02 13:42:35 +00:00 |  | 
			
				
					|  | 76c8a644a0 | [CP] [CP]implement query range cost model | 2023-07-19 10:42:16 +00:00 |  | 
			
				
					|  | 80de9764e2 | Revert SQL Vectorize Engine batchsize auto downgrade | 2023-07-14 13:42:11 +00:00 |  | 
			
				
					|  | 713cfc4ea4 | SQL EXEC Engine batchsize auto downgrade Co-authored-by: qubin-ben <qubin01@gmail.com> | 2023-07-13 03:12:19 +00:00 |  | 
			
				
					|  | 0f3fef7131 | fix bug: missing out on replacing calc_tablet_id_expr_ in ObLogJoinFilter | 2023-06-29 13:42:26 +00:00 |  | 
			
				
					|  | e3165df6d4 | [BUGFIX]fix repeat text type | 2023-06-15 03:54:00 +00:00 |  | 
			
				
					|  | 05295dd0f6 | expr repeat/space/lrpad opt for text type | 2023-06-13 02:12:20 +00:00 |  | 
			
				
					|  | 32b88df229 | check type of raw expr before static_cast | 2023-05-31 18:42:07 +00:00 |  | 
			
				
					|  | 4f890f0a8c | fix granule iterator generate T_PDML_PARTITION_ID expr bug | 2023-05-30 13:47:29 +00:00 |  | 
			
				
					|  | d38916c6f0 | fix lrpad return null when param is empty string && fix nanvl return null when 1st param is binary double | 2023-05-23 10:47:12 +00:00 |  | 
			
				
					|  | 4ca1daa3c1 | Fix outline bug | 2023-05-12 03:16:41 +00:00 |  | 
			
				
					|  | 93283e3726 | fix nullif deduce type | 2023-05-10 18:10:02 +00:00 |  | 
			
				
					|  | bf7035b688 | fix some bug | 2023-05-10 13:45:59 +00:00 |  | 
			
				
					|  | 0e16cc4545 | Fix incorrect accuracy when replacing nvl expr and disable simplify nvl expr in rollup | 2023-05-09 06:12:11 +00:00 |  | 
			
				
					|  | 22122d69ee | fix mysqltest fail because of outline | 2023-05-08 14:08:46 +00:00 |  | 
			
				
					|  | 3ae36f5774 | [FEAT MERGE]4.2 PX Feature | 2023-04-30 04:41:31 +00:00 |  | 
			
				
					|  | b41dc0ebdd | [FEAT MERGE] support auto dop | 2023-04-28 15:11:53 +00:00 |  | 
			
				
					|  | 3cada22bdc | [FEAT MERGE]4_2_sql_feature Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com> | 2023-04-28 11:12:11 +00:00 |  | 
			
				
					|  | f745b47cbc | [FEAT MERGE] implement dynamic sampling | 2023-04-27 12:15:28 +00:00 |  | 
			
				
					|  | bc1c4b7599 | Fix ifnull/nvl expr result wrong precision | 2023-04-27 02:14:22 +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 |  | 
			
				
					|  | 44136ccd43 | fix shared exprs bug for sort operator | 2023-03-27 06:41:40 +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 |  | 
			
				
					|  | 8752faba5e | [bugfix] fix shared expr related problems | 2023-03-02 17:08:05 +00:00 |  | 
			
				
					|  | a77a3dc6cf | refine NLJ、SPF`s rescan cost | 2023-02-27 11:13:59 +00:00 |  | 
			
				
					|  | e615feb42d | [CP] Fix startup filter post bug | 2023-02-24 12:03:57 +00:00 |  | 
			
				
					|  | 2317367ef5 | We can not push down the limit when enable group rescan. | 2023-02-09 17:42:33 +00:00 |  | 
			
				
					|  | 3d4f554258 | [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions) Co-authored-by: chaser-ch <chaser.ch@antgroup.com> | 2023-01-28 20:40:16 +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 |  | 
			
				
					|  | 263a44af96 | [FEAT MERGE] merge NLJ/SPF group rescan | 2023-01-12 15:17:04 +00:00 |  | 
			
				
					|  | c7f7f1cff5 | fix group_concat truncate bug | 2023-01-12 19:02:33 +08:00 |  | 
			
				
					|  | 106ebeb963 | Remove the special treatment of DATETIME type comparison to ensure the consistency of design | 2023-01-12 19:02:33 +08:00 |  | 
			
				
					|  | 9b1a295283 | Placeholder for error code, item type and system variable | 2023-01-12 19:02:33 +08:00 |  |