|
|
cdff3288b3
|
ddl: replace test function with failpoint.InjectCall (#62879)
|
2025-08-10 10:32:09 +00:00 |
|
|
|
1a88fd99db
|
planner: create variables for recognizing over and underestimation risk (#62910)
ref pingcap/tidb#59333
|
2025-08-09 17:01:45 +00:00 |
|
|
|
04590cf4a5
|
*: simplify ExecDetails by embedding CopExecDetails and removing DetailsNeedP90 (#62600)
close pingcap/tidb#62599
|
2025-08-09 12:45:24 +00:00 |
|
|
|
1eb20f3601
|
planner: move physical PhysicalExpand related logic into physical op dir (#62851)
ref pingcap/tidb#52714
|
2025-08-09 06:23:00 +00:00 |
|
|
|
f7fe4a6843
|
ddl: fix data race when accessing IsDDLJobInQueue (#62900)
close pingcap/tidb#62899
|
2025-08-09 04:04:30 +00:00 |
|
|
|
2a0741939c
|
disttask: refine the speed calculation of import jobs (#62638)
ref pingcap/tidb#61088
|
2025-08-09 01:15:27 +00:00 |
|
|
|
82e812a38a
|
planner: improve index pseudo-estimation with column stats (#62725)
close pingcap/tidb#62783
|
2025-08-08 18:51:51 +00:00 |
|
|
|
3111820b2c
|
refactor: use slices.Contains to simplify code (#62880)
|
2025-08-08 16:08:36 +00:00 |
|
|
|
ba5bec09bf
|
planner: move physical stream aggreation into phyiscal op dir. (#62863)
ref pingcap/tidb#52714
|
2025-08-08 14:57:39 +00:00 |
|
|
|
4aa6004787
|
planer: fix tpch q21 unit test (#62908)
|
2025-08-08 13:52:27 +00:00 |
|
|
|
82c1639b7f
|
fix: make cgroup run happy on mac (#62859)
ref pingcap/tidb#62782
|
2025-08-08 12:35:18 +00:00 |
|
|
|
5c7794c2e2
|
server: use Atomic.Pointer in the Server.statusServer (#62903)
close pingcap/tidb#62902
|
2025-08-08 11:05:00 +00:00 |
|
|
|
857a162ea4
|
planner: move PhysicalApply related logic into physical op dir (#62885)
ref pingcap/tidb#52714
|
2025-08-08 09:57:03 +00:00 |
|
|
|
55cf58bf16
|
Cascades Planner: add vector, window plan cases covering cascades mode (#62786)
ref pingcap/tidb#62328
|
2025-08-07 12:43:03 +00:00 |
|
|
|
3fc9a4af1b
|
*: upgrade go and rules_go (#62871)
close pingcap/tidb#62872
|
2025-08-07 10:54:09 +00:00 |
|
|
|
8acfef88c4
|
domain: separate session pool for DXF service (#62855)
ref pingcap/tidb#61702
|
2025-08-07 07:56:12 +00:00 |
|
|
|
2d07f5c716
|
mdl: always enable and make it read only in nextgen (#62865)
ref pingcap/tidb#61702
|
2025-08-07 06:11:21 +00:00 |
|
|
|
5f051c78d1
|
sessionctx: mark tidb_enable_auto_analyze_priority_queue as deprecated (#62659)
|
2025-08-06 15:35:54 +00:00 |
|
|
|
8887ce70c3
|
parser: add SEM SQL commands for all statements (#61402)
close pingcap/tidb#61396, close pingcap/tidb#61397
|
2025-08-06 14:09:45 +00:00 |
|
|
|
72d1d2247e
|
planner: move physical hash agg related logic into physical op dir. (#62848)
ref pingcap/tidb#52714
|
2025-08-06 12:00:27 +00:00 |
|
|
|
327a22d5eb
|
ddl/issyncer: support cross keyspace scenario (#62831)
ref pingcap/tidb#61702
|
2025-08-06 09:18:15 +00:00 |
|
|
|
6f38f974a3
|
tests: fix realtikv test for next-gen (#62701)
close pingcap/tidb#60688, ref pingcap/tidb#61702
|
2025-08-06 08:14:15 +00:00 |
|
|
|
8aa5f5f4c4
|
expression: simplify the code with the ExtractColumnsFromExpressions (#62825)
ref pingcap/tidb#45839
|
2025-08-06 06:47:30 +00:00 |
|
|
|
fc6a05690e
|
planner: move physical PhysicalSequence related logic into physical op dir (#62846)
ref pingcap/tidb#52714
|
2025-08-06 05:52:16 +00:00 |
|
|
|
3409448d3b
|
br/stream: register last region metrics (#62840)
close pingcap/tidb#62839
|
2025-08-06 05:52:09 +00:00 |
|
|
|
f2cad329e0
|
planner: move PhysicalIndexHashJoin related logic into physical op dir (#62843)
ref pingcap/tidb#52714
|
2025-08-06 04:36:06 +00:00 |
|
|
|
a634b983c5
|
fix: close issue #59428 to sec_to_time binary same as mysql (#62239)
close pingcap/tidb#59428
|
2025-08-06 01:00:48 +00:00 |
|
|
|
12f98e76ed
|
planner: move physical table sample related logic into physical op dir. (#62844)
ref pingcap/tidb#52714
|
2025-08-05 17:45:54 +00:00 |
|
|
|
1853a13e42
|
foreign key: check referenced column compatibility when modify column (#62796)
close pingcap/tidb#59705
|
2025-08-05 14:25:15 +00:00 |
|
|
|
192b43a907
|
planner: move simpleSchemaProducer related stuff into physical op dir. (#62829)
ref pingcap/tidb#52714
|
2025-08-05 12:08:06 +00:00 |
|
|
|
acbcbdfeb1
|
add index: mark ErrCompacted from etcd as retryable error (#62794)
close pingcap/tidb#59737
|
2025-08-05 10:52:15 +00:00 |
|
|
|
2f0bafe98b
|
util/etcd: remove useless code (#62833)
ref pingcap/tidb#59737
|
2025-08-05 09:52:27 +00:00 |
|
|
|
387e2148ea
|
executor: fix null value update for not null virtual generated columns (#58474)
close pingcap/tidb#58472
|
2025-08-05 07:52:15 +00:00 |
|
|
|
b9ee229dc8
|
planner: move physical PhysicalTableScan,PhysicalHashJoin related logic into physical op dir (#62809)
ref pingcap/tidb#52714
|
2025-08-05 05:09:09 +00:00 |
|
|
|
6ad6639872
|
planner: move physical plan misc into physical op dir. (#62800)
ref pingcap/tidb#52714
|
2025-08-05 03:26:18 +00:00 |
|
|
|
50d56323d5
|
planner: add planner_core cases covering cascades mode (#62819)
ref pingcap/tidb#62328
|
2025-08-05 02:38:39 +00:00 |
|
|
|
463f7a9a6d
|
planner: fix the old only full group check should be case-insensitive. (#62751)
close pingcap/tidb#62672
|
2025-08-04 15:52:09 +00:00 |
|
|
|
aad48eab53
|
planner: move physical PhysicalLock related logic into physical op dir. (#62807)
ref pingcap/tidb#52714
|
2025-08-04 14:44:45 +00:00 |
|
|
|
2a522358ce
|
planner,expression: remove duplicates in the ExtractColumnsFromExpressions (#62791)
ref pingcap/tidb#45839
|
2025-08-04 13:00:27 +00:00 |
|
|
|
def18e5ac9
|
expression: truncate decimal instead of return error for PrepStmt (#62792)
close pingcap/tidb#62602
|
2025-08-04 11:40:25 +00:00 |
|
|
|
1dac78fd92
|
crossks: add info schema coordinator (#62712)
ref pingcap/tidb#61702
|
2025-08-04 11:40:18 +00:00 |
|
|
|
f8def628ed
|
expression: avoid copying the hashcode to prevent forgetting to update the hashcode when updating the expression later (#61933)
close pingcap/tidb#62121
|
2025-08-04 10:44:57 +00:00 |
|
|
|
e34dbae59d
|
conn: add buffer for zlib & zstd compressor (#62802)
close pingcap/tidb#62795
|
2025-08-04 08:35:09 +00:00 |
|
|
|
7540ef8bf9
|
planner: refactor order ratio code (#61787)
ref pingcap/tidb#62034
|
2025-08-04 05:40:36 +00:00 |
|
|
|
46e26712bf
|
planner: move physical shuffle related logic into physical op dir. (#62788)
ref pingcap/tidb#52714
|
2025-08-04 04:10:03 +00:00 |
|
|
|
08a1ba02e3
|
Cascades Planner: add rule plan cases covering cascades mode (#62785)
ref pingcap/tidb#62328
|
2025-08-03 10:33:24 +00:00 |
|
|
|
a6d415f24a
|
Cascades Planner: add pushdown, scalarsubquery plan cases covering cascades mode (#62784)
ref pingcap/tidb#62328
|
2025-08-03 09:54:18 +00:00 |
|
|
|
3a097611cc
|
planner: handle histogram last bucket end value underrepresented (#62695)
close pingcap/tidb#62665
|
2025-08-02 19:33:51 +00:00 |
|
|
|
b9107c1d33
|
planner: move PhysicalMergeJoin related logic into physical op dir (#62781)
ref pingcap/tidb#52714
|
2025-08-02 06:47:15 +00:00 |
|
|
|
c77bc05c46
|
fix: close issue #62782 make mac os start happy again (#62787)
close pingcap/tidb#62782
|
2025-08-02 05:39:57 +00:00 |
|