3404d7476dplanner: Remove InPreparedPlanBuilding member from RangerContext (#62603)
Will DeVries
2025-07-24 04:13:04 -07:00
674fe1e00cexpression: change log level for ColumnSubstitution's error message (#62605)
Weizhen Wang
2025-07-24 17:42:49 +08:00
d0ac8e6151planner: right deal with predicate in the join reorder (#62561)
Weizhen Wang
2025-07-24 13:48:16 +08:00
3658b7d47econfig: pessimistic-auto-commit defaults to true for next-gen TiDB (#62505)
ekexium
2025-07-24 13:00:43 +08:00
c3b2b9c7d0domain: fix data race in ResourceGroupsController unit test (#62597)
glorv
2025-07-24 12:06:58 +08:00
b40975c8fcbr: fix pitr with filter drop db issue and adjust tests (#62485)
Wenqi Mou
2025-07-23 11:32:09 -04:00
a16aedeb9fplanner: fix expand operator shouldn't keep child keys && fix grouping function forget to encode their func meta (#62558)
Arenatlx
2025-07-23 22:42:14 +08:00
266aa7f683build(deps): bump github.com/golangci/golangci-lint/v2 from 2.2.1 to 2.3.0 (#62578)
dependabot[bot]
2025-07-23 13:11:47 +00:00
5f624c01d8execdetails: move logic from execdetails.go to runtime_stats.go, tiflash_stats.go, and util.go by feature (#62581)
Lynn
2025-07-23 19:56:11 +08:00
9b1c8eef85planner: move max-one-row related logic into physical op dir (#62569)
Arenatlx
2025-07-23 19:56:02 +08:00
749e1cc4ecutil/topsql: make TestProcessProfCPUProfile stable (#62582)
Lynn
2025-07-23 18:48:08 +08:00
2e223fab99planner: move BasePhysicalJoin related logic into physical op dir (#62571)
Weizhen Wang
2025-07-23 17:43:27 +08:00
be5bc77b73planner: Remove InPreparedPlanBuilding member from StatementContext. (#62542)
Will DeVries
2025-07-23 02:43:20 -07:00
a50e1a9816ddl: move auto id handling from submitter to executor (#62449)
Ruihao Chen
2025-07-23 14:37:38 +08:00
ad4f3ea0f7bootstrap: refactor the system tables/dbs creation (#62540)
D3Hunter
2025-07-23 13:07:17 +08:00
c3722d72adplanner: move physical projection related logic into physical op dir (#62533)
Arenatlx
2025-07-23 10:31:21 +08:00
f21e394279planner: simplify predicate with the static prune (#62507)
Weizhen Wang
2025-07-23 10:31:14 +08:00
ae50e33986meta/autoid: reduce get autoID's backoff (#61988)
mittalrishabh
2025-07-22 11:11:08 -07:00
8d4b52a70aplanner: fixed index out of range, in explicit partition pruning (#62468)
yihong
2025-07-22 19:46:47 +08:00
095ab56023*: the TaskTimeStats structure is extracted to record time-related statistics in CopTasksDetails, including dimensions such as average, percentage, and maximum. (#62516)
Lynn
2025-07-22 18:59:53 +08:00
e8c4df2912test: retry for async actions in TestClusterIndexShowTableRegion (#62532)
lance6716
2025-07-22 17:04:20 +08:00
32b84b6935docs: a dead link and go version in BR (#62538)
yihong
2025-07-22 15:43:45 +08:00
5ae6ad63c2session: rename and unify location of interfaces, and some refactor (#62498)
D3Hunter
2025-07-22 15:43:38 +08:00
7237eb9cbbparser, ddl: Add parser support for default value as column (#61498)
Morgan Tocker
2025-07-21 22:20:20 -06:00
b778b88220*: refactor slow log handling by moving relevant logic to a dedicated file and removing unused code paths from MergeExecDetails (#62501)
Lynn
2025-07-21 22:00:06 +08:00
52b83cfcfaplanner: reuse slices with buildKeyInfo (#62525)
Weizhen Wang
2025-07-21 19:16:37 +08:00
8060477c03importinto: reduce def engine size to 100G and always use max node count to adjust subtask count (#62527)
D3Hunter
2025-07-21 15:41:31 +08:00
1ebe58badebuild(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0 (#62478)
dependabot[bot]
2025-07-21 03:30:27 +00:00
effde60600fix: close issue #62088 do not generate trash files when ut fails (#62514)
yihong
2025-07-19 22:39:06 +08:00
10c9872c78planner: Allow prepared and non-prepared queries with set_var and resource_group hints to be cached. (#62367)
Will DeVries
2025-07-14 04:33:06 -07:00
95b5aa9940tables: force to lock the touched index in DML when DDL merging temp index (#62387)
王超
2025-07-14 17:30:01 +08:00
ea2ff4d473executor: log error in the Close of joinv1 instead of returning it (#62352)
xzhangxian1008
2025-07-14 17:29:54 +08:00
19e1efaa01planner: refactor physical optimization to receive group as parameter and enumerate plans based on group (#61244)
Arenatlx
2025-07-14 16:25:21 +08:00
3580f5196ecrossks: fix 'GC life time is shorter than' error when accessing infoschema (#62378)
D3Hunter
2025-07-14 14:55:00 +08:00
0c6cbc13c9planner: fix the issue that the group by check not allow cast expr in both projection and group by (#62354)
YangKeao
2025-07-14 13:54:42 +08:00
4759f4e815*: upgrade go1.23.11 (#62382)
Weizhen Wang
2025-07-14 13:12:36 +09:00
3e2def6179planner: fix sql with static partition pruning mode got nil pointer error (#62381)
Jinlong Liu
2025-07-13 20:02:06 -07:00
c765578a11planner: remove empty selection (#62332)
Weizhen Wang
2025-07-14 04:49:27 +09:00
db81dee5edcrossks: forbid cross ks session to access user tables and run DDL (#62270)
D3Hunter
2025-07-11 14:39:39 +08:00