Commit Graph

22 Commits

Author SHA1 Message Date
e1a874a673 unistore: unistore supports to return commit timestamp (#65282)
ref pingcap/tidb#65281
2025-12-26 10:42:46 +00:00
8840daf482 planner, executor: support access path keep order with IN conditions using merge sort (#62694)
close pingcap/tidb#34882, close pingcap/tidb#63449
2025-09-29 16:22:16 +00:00
9bae286193 tablecodec, executor: fix non unqiue global index work with union scan (#61089)
close pingcap/tidb#61083
2025-05-13 11:03:31 +00:00
34afcbb9d3 executor: gopls modernize (#60787)
close pingcap/tidb#60786
2025-05-07 14:32:26 +00:00
e234164d7c *: bump client-go with some regression tests (#57282)
ref pingcap/tidb#55287, close pingcap/tidb#56837, ref pingcap/tidb#57338, close pingcap/tidb#57425
2024-11-20 12:32:23 +00:00
fa8fd91a49 executor,tablecodec: optimize decodeIndexKeyValue function for memIndexReader (#56006)
ref pingcap/tidb#43249
2024-09-14 04:30:24 +00:00
7aa01056ee executor: support memRowsIter for memIndexLookUpReader (#55922)
ref pingcap/tidb#43249
2024-09-12 05:45:29 +00:00
3176b9c263 *: move XXInfo/Job, etc, out from model pkg in parser to meta (#55754)
ref pingcap/tidb#54436
2024-09-04 04:49:45 +00:00
2809439d75 table, executor: let SplitIndexValue work with clustered index table. (#53254)
close pingcap/tidb#49995
2024-05-16 12:26:43 +00:00
b66a85cf14 *: global index support index_merge and mem_index_merge (#52971)
close pingcap/tidb#43013
2024-05-07 04:43:06 +00:00
40c81c0fd5 *: fix global index work with memIndexReader executor (#52660)
close pingcap/tidb#52493
2024-04-28 11:23:57 +00:00
0ddbbc8ffc planner, executor: make partition table generate IndexReader with UnionScan (#52337)
close pingcap/tidb#52244
2024-04-08 05:25:49 +00:00
482ce59bf6 expression: separate BuildContext and EvalContext (#52311)
close pingcap/tidb#52310
2024-04-03 09:42:24 +00:00
b4c8b5279f distsql: support global index in memIndexLookUpReader (#52240)
close pingcap/tidb#52132
2024-04-02 07:51:17 +00:00
6f02e99396 experssion: table: standalone implement for EvalContext and BuildContext (#51299)
close pingcap/tidb#51298
2024-02-27 07:26:21 +00:00
464a12651b build(deps): bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.1 (#51089) 2024-02-18 06:57:01 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
dd85ed718a variable: remove StrictSQLMode in variable.SessionVars (#50624)
close pingcap/tidb#50589
2024-01-23 07:42:26 +00:00
707f860527 util/rowcodec,tablecodec: remove stmtctx dependency from rowcodec and tablecodec (#48816)
close pingcap/tidb#48751
2023-11-23 10:19:13 +00:00
3d176fcc2c util/codec,util/errctx,*: add error context, and use it to refactor util/codec (#48613)
close pingcap/tidb#48611
2023-11-20 13:53:40 +00:00
1c8d383487 executor: union scan refactor for index read scenario (#45786)
ref pingcap/tidb#43249
2023-11-15 06:03:46 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00