Commit Graph

4302 Commits

Author SHA1 Message Date
c829cf3175 add item type and member of select into spec 2024-03-21 10:45:53 +00:00
sdc
2365f7b369 split memory of tenant connections resource and fix ref count leak 2024-03-21 09:56:19 +00:00
7956384fd3 [CP] implement preserve order for pagination 2024-03-21 09:46:05 +00:00
1d0a5c685e [CP] fix calc prefix sort cost bug 2024-03-21 09:21:42 +00:00
5bdd7e5bd1 [CP] [FEAT MERGE]support dblink udf 2024-03-21 04:45:37 +00:00
116dce6f58 fix simplify_expr bug 2024-03-21 03:52:03 +00:00
2ec5e64495 [CP] bugfix soundex expr for multi chunk outrow lob 2024-03-21 03:46:42 +00:00
84c5698b2a [FEAT MERGE] [CP] transfer partition && cancel transfer partition
Co-authored-by: linqiucen <lqcgrace@outlook.com>
2024-03-20 09:46:02 +00:00
e69c06c5d4 fix the bug in creating mview with range or list partitions 2024-03-20 09:26:40 +00:00
3458d7988a [CP] [to #54045412]ps cursor do not refresh query_start_time 2024-03-20 09:16:07 +00:00
15578f0db4 placehold for featrue topn filter pushdown 2024-03-20 04:15:52 +00:00
f8f1688b40 fix type bugs of simplify bit_and/bit_or/bit_xor 2024-03-19 08:17:48 +00:00
895108db8a [CP] fix ObOpRawExpr's inner_same_as bug 2024-03-19 08:01:01 +00:00
a0db539f24 Fix missing error code 2024-03-19 07:55:48 +00:00
c84bbbaff6 [to #55637389] deep copy package type member names when getting columns from table function 2024-03-19 07:50:39 +00:00
fd93c974af Add place holder for incremental direct load 2024-03-18 11:45:33 +00:00
626e7b336f [CP] [GIS] fix gis index skyline prune 2024-03-15 17:44:56 +00:00
43c435fe20 fix dblink transaction bug 2024-03-15 17:15:44 +00:00
1dc1bc30e7 [CP][BUGFIX] fix trim process single outrow lob 2024-03-15 11:45:43 +00:00
eec6a7d098 to issue<55252583>:fix two alter package issues 2024-03-15 11:20:09 +00:00
2a4c64d7b2 Fix winfunc single partition parallel error result 2024-03-15 10:45:29 +00:00
9164739462 fix count to exists bug with order or limit 2024-03-15 10:20:30 +00:00
0a7a605792 Fix create index on newly added char returns checksum error 2024-03-15 06:46:15 +00:00
ca77e7beb3 Remove the duplicated logic for handling remote side errors in the RPC channel. 2024-03-15 04:15:34 +00:00
9177cab121 [CP] [FEAT MERGE] SQL MEMLEAK 2024-03-15 03:20:52 +00:00
0487d20e6d adjust subquery_exprs in formalize_stmt 2024-03-15 03:15:37 +00:00
a7e370de66 [FTS][placeholder] Add doc length for fulltext index 2024-03-15 02:15:23 +00:00
e6ac671233 fix mysqltest 2024-03-14 11:45:04 +00:00
68a433ea37 merge develop into master 20240312 2024-03-14 09:56:28 +00:00
d6e0624219 [CP] [FEAT MERGE] CRASH ERROR include SQL_INFO 2.0 2024-03-14 07:45:27 +00:00
fb4ef37b7d LOG: Optimize the frequency to print log 2024-03-14 03:20:31 +00:00
702989b21d [CP] [to #46479597] use hint query_timeout to fill_cursor 2024-03-14 02:50:29 +00:00
126c1d5744 [CP] fix: fix the plan generating bug induced by tracepoint 2024-03-14 02:45:14 +00:00
3d8640c594 [CP] fix the map memory leak bug in ObSQLSessionInfo::init 2024-03-13 14:25:29 +00:00
cbe814d99d Handling the issue of 4662 masking the real error code. 2024-03-13 14:20:17 +00:00
e732d6bf5c add expr and item_type placeholder for real-time materialized view and materialized view rewrite 2024-03-13 13:50:40 +00:00
3b2bc2118f Fixed the issue where the column could not be queried after the column default value was deleted 2024-03-13 08:27:29 +00:00
a88b712c55 Fix div expr precision deducing is not idempotent 2024-03-13 08:12:22 +00:00
fefe6aec9a [SCHEMA] Fix schema object overwrite problem 2024-03-12 10:15:02 +00:00
dec494cf3f add config _globle_enable_rich_vector_format 2024-03-12 07:14:56 +00:00
8d56362278 [CP] fix: fix the bug of spf group-rescan induced by hash-map optimize 2024-03-12 04:26:22 +00:00
1f7c8640f5 [CP] enable storage row estimate for gis index with more than 10 ranges 2024-03-12 03:53:04 +00:00
1668afef50 [CP] fix coverity bug 2024-03-12 03:32:32 +00:00
ffc3d0529c Revert [CP] fix ddl tables replace part expr with definition. 2024-03-11 13:19:00 +00:00
650c6b7615 [CP] Fix parallel rollup process empty batch result 2024-03-11 13:16:04 +00:00
7f6a80c189 fix lead window function bug 2024-03-11 11:15:05 +00:00
820414c560 [to #55289503]case/when not support cursor expr 2024-03-11 05:45:43 +00:00
7c53d6573e to issue<55438464>:fix standby is read only issue in oralce mode 2024-03-11 03:48:56 +00:00
09bbafdb7a fix t_op_row share bug 2024-03-11 03:15:39 +00:00
925bc82bef fix runtime bloom filter config error 2024-03-08 12:51:06 +00:00