Commit Graph

555 Commits

Author SHA1 Message Date
db7a89bc99 expression: make the return column type always be nullable for some window function (#45965)
close pingcap/tidb#45964
2023-08-11 08:34:58 +00:00
a0cbff296a parser: fix panic in parsing CTE within a subquery (#45916)
close pingcap/tidb#45838
2023-08-09 04:13:55 +00:00
a53fd2d5c7 *: Support List default partition (#41537)
close pingcap/tidb#20679
2023-07-31 14:35:37 +00:00
7e8bb1bb08 *: add query watch stmt for manul management of runaway watch (#45500)
ref pingcap/tidb#43691
2023-07-26 09:12:11 +00:00
85cec1b6ee *: support plan replayer for historical stats (#44592)
close pingcap/tidb#45038
2023-07-21 03:59:18 +00:00
19e7eaaccd parser: change token TASK_NAMES to TASK_TYPES (#45331)
ref pingcap/tidb#44517
2023-07-13 03:17:14 +00:00
43763d2b6d parser,ddl: add background job syntax and meta management for resource control (#45189)
ref pingcap/tidb#44517
2023-07-11 09:41:12 +00:00
e048e9e32f *: support time function for calibrate resource (#44965)
close pingcap/tidb#44908
2023-07-11 05:27:42 +00:00
dec0ff7b25 resource_control: support unquoted default group name (#45047)
ref pingcap/tidb#43180
2023-06-29 05:39:13 +00:00
09bbf08d72 planner: update the syntax of drop hypo index (#44944)
close pingcap/tidb#43817
2023-06-26 09:08:35 +00:00
a52ac396df parser: support := in assignment on UPDATE (#44756)
close pingcap/tidb#44751
2023-06-19 03:23:09 +00:00
af66f9090d resource_group: support patch for altering resource group (#44322)
ref pingcap/tidb#43691
2023-06-13 10:01:08 +00:00
ce174c65f2 Import into: add job management statement (#44453)
ref pingcap/tidb#42930
2023-06-12 13:47:07 +00:00
xhe
7eebafe913 *: simplify insert into set (#44465)
close pingcap/tidb#44464
2023-06-12 10:29:06 +00:00
f644a91bad planner: support hypo tiflash replicas (#44575)
ref pingcap/tidb#43817
2023-06-12 07:05:06 +00:00
a26691cea8 ddl, I_S: support runaway attribute in resource group (#43877)
ref pingcap/tidb#43691
2023-06-06 12:11:41 +00:00
4c83352678 *: Introduce runaway statement in resource group (#43843)
ref pingcap/tidb#43691
2023-05-31 11:16:42 +00:00
cd834eec65 import into: impl IMPORT INTO statement part 1 (#44122)
ref pingcap/tidb#42930
2023-05-25 05:45:38 +00:00
5db4b38f2c planner: support Hypo indexes (#43607)
close pingcap/tidb#43817
2023-05-16 10:43:17 +00:00
bc98c8d673 parser: polish the error message for generated column with default value (#43669)
close pingcap/tidb#22535
2023-05-11 14:56:20 +00:00
d95ce849f0 ddl, parser, planner: admin Pause/Resume on DDL jobs (#43081)
close pingcap/tidb#18015, ref pingcap/tidb#40041
2023-04-28 03:29:53 +00:00
3c2186b267 parser: add parser support for rollup syntax (#43429)
close pingcap/tidb#43427
2023-04-26 08:49:59 +00:00
268901f308 resource_control: support dynamic calibrate resource (#43098)
ref pingcap/tidb#38825
2023-04-19 22:31:20 +08:00
6271103321 parser,ast: support part of storage procedure grammar (#42260)
ref pingcap/tidb#42263
2023-04-18 00:19:19 +08:00
Hu#
15ce8090e8 resource_control: calibrate resource support sysbench (#42695)
ref pingcap/tidb#38825
2023-04-14 18:32:47 +08:00
7e0c14650f planner: add more metrics for non-prep plan cache (#42888)
ref pingcap/tidb#36598
2023-04-10 17:11:09 +08:00
08085bc158 parser: add parser support to PiTR (#42826)
close pingcap/tidb#42825
2023-04-10 15:03:00 +08:00
a6093c70eb planner: skip non-prep plan cache if query has under-score charsets (#42723)
ref pingcap/tidb#36598
2023-03-31 18:00:55 +08:00
22ff00237d *: LOAD DATA support GBK character set (#42644)
ref pingcap/tidb#40499
2023-03-29 19:38:54 +08:00
61de990411 *: Add priority in resource group setting (#42293)
ref pingcap/tidb#38825
2023-03-17 21:02:40 +08:00
9632aa6b49 resource_control: support calibrate resource (#42165)
ref pingcap/tidb#38825
2023-03-17 17:38:41 +08:00
5aceb2e525 expression: support ilike function (#40942)
close #40943
2023-03-17 13:37:15 +08:00
a8733c0050 load data: format 'delimited data', defined null by (#42191)
ref pingcap/tidb#40499
2023-03-16 13:34:40 +08:00
d8595f536c parser: add LOAD DATA related operation SQL (#41980)
ref pingcap/tidb#40499
2023-03-10 10:49:13 +08:00
7cd2029773 session: support set current session's resource group name (#41722)
ref pingcap/tidb#38825
2023-03-06 23:29:11 +08:00
04fefc97e6 load data: add with options (#41890)
ref pingcap/tidb#40499
2023-03-03 21:21:23 +08:00
484aa036f9 domain: support extract plan task handle (#41600)
* Revert "parser: support plan change capture collect stmt (#41478)"

This reverts commit 301a024ebca317e54124eb71b0afbfb399149e79.

* support extract worker

support extract worker

support extract worker

fix lint

fix lint

add test

add test

* add test

add test

* add test

* add test

* address the comment
2023-02-22 11:59:49 +08:00
9e120b68ce executor: implement NULL DEFINED BY for LOAD DATA (#41541)
ref pingcap/tidb#40499
2023-02-20 20:43:05 +08:00
301a024ebc parser: support plan change capture collect stmt (#41478)
ref pingcap/tidb#41130
2023-02-20 10:31:05 +08:00
8497f7d32b parser: add NULL DEFINED BY and FORMAT to LOAD DATA (#41332)
ref pingcap/tidb#40499
2023-02-15 18:02:02 +08:00
48bc046fe1 executor: support plan replayer capture remove task (#41258)
close pingcap/tidb#41262
2023-02-11 12:04:02 +08:00
1140b7c3b1 *: remove ru token in resource group schema and set brust limit (#41174)
ref pingcap/tidb#38825
2023-02-09 06:55:59 +08:00
85c48edbb6 placement: supports survival preferences (#40613)
close pingcap/tidb#38605
2023-02-08 17:51:59 +08:00
3f0964ff9d ddl: disable raw mode resource group (#41050)
close pingcap/tidb#41049
2023-02-08 14:09:59 +08:00
391c551258 parser: move LOAD DATA REMOTE into LOAD DATA (#41091)
ref pingcap/tidb#40499
2023-02-07 20:25:58 +08:00
975d177286 *: add resource group name into information_schema.processlist (#40739)
close pingcap/tidb#40724
2023-02-03 22:23:56 +08:00
a4b18ce359 resource_group: supports burstable for resource group (#40925)
close pingcap/tidb#40380
2023-02-02 17:35:57 +08:00
f0575a847b *: unify wru,rru to ru (#40884)
close pingcap/tidb#40883
2023-02-02 11:47:56 +08:00
920f0199c1 parser: Fix for field name output in multi statements (#40736)
close pingcap/tidb#39662
2023-01-31 19:05:54 +08:00
dc30a5b7b3 *: LOAD DATA support load one file from s3 and other OSS (#40489)
ref pingcap/tidb#40499
2023-01-18 15:27:51 +08:00