Commit Graph

  • f140db6fce executor: fix issue of runtime stats of index merge join is wrong (#20892) crazycs 2020-11-09 23:27:54 +08:00
  • 8bcbdf0aba planner: fix update statement not blocked by primary (#20842) Patrick Jiang(白泽) 2020-11-09 17:06:48 +08:00
  • 522275783e executor: fix auto-id allocation during statements retry (#20659) tangenta 2020-11-09 16:37:12 +08:00
  • af8dee160e store/tikv: Fix the issue that context canceled error during commit RPC is not treated as undetermined error (#20857) MyonKeminta 2020-11-09 13:22:30 +08:00
  • 26d42c9e23 planner: add partition pruner for list (columns) partition (#20740) crazycs 2020-11-09 13:09:49 +08:00
  • 386fb465a2 config: add GOGC under performance section (#20872) Zejun Li 2020-11-09 11:55:41 +08:00
  • 3e306aeae0 planner: don't push down topN above outer join when topN refer scalar subquery expression (#20099) lysu 2020-11-09 11:42:32 +08:00
  • 1e17c6925a util: redact log for expensive sqls (#20852) Shenghui Wu 2020-11-09 10:50:07 +08:00
  • cc0bef82b7 util, types: fix overflow & adjustment for the year type in index ranger (#20338) dy 2020-11-06 17:14:54 +08:00
  • bacd348560 executor: modify the error message of insert time value (#20847) 欧冰 2020-11-06 16:24:40 +08:00
  • 583cbd265b statistics: store the topn by slice instead of map (#20818) Yiding Cui 2020-11-06 15:39:33 +08:00
  • 36ca73db53 store, executor: Fix coprocessor layer may encounter deadlock due to OOM (#20697) Song Gao 2020-11-06 14:15:04 +08:00
  • 155e908cce doc/design: add pinyin order collation for utf8mb4 charset (#19984) xiongjiwei 2020-11-06 14:00:31 +08:00
  • 2c8b28c37b ddl: forbid invalid usage of window function in the generated column (#20855) wjHuang 2020-11-06 12:06:32 +08:00
  • c243a0b8ce expression: fix ADD_DATE daylight saving time change (#20871) 2020-11-06 11:40:01 +08:00
  • 28cdf55009 transaction: lock row key in delete operation (#20755) you06 2020-11-06 11:16:25 +08:00
  • abc8f1665f *: optimize for encoding huge plan (#20811) crazycs 2020-11-06 10:46:16 +08:00
  • 76c1d28af9 planner: support complex join in broadcast join (#20196) xufei 2020-11-05 16:29:35 +08:00
  • 8c418b9773 store/tikv: Fix goroutine leak in tikv client (#20808) MyonKeminta 2020-11-05 14:35:31 +08:00
  • 4e1cbca5c2 executor: fix panic when set partition handle for index join (#20551) Zhuomin(Charming) Liu 2020-11-05 14:21:35 +08:00
  • 657ad738bc ddl: defining the placement rule of a leader requires REPLICAS option (#20813) Zijie Lu 2020-11-05 14:08:01 +08:00
  • 6e1aa0d765 *: restrict the length of enum/set value (#19109) erwadba 2020-11-04 19:10:02 +08:00
  • 09c941fd8c ddl: convert hexLit to stringLit in enum and set default value. (#20459) tangwz 2020-11-04 17:41:03 +08:00
  • feab4cb9b8 executor: fix skipped update when the value is treated as the same in CI collations (#20786) Zijie Lu 2020-11-04 17:07:16 +08:00
  • ae5dc3f69a executor: fix issue of load data statement doesn't record into slow query and statements_summary (#20713) crazycs 2020-11-04 16:27:01 +08:00
  • 04729d2b25 executor: fix wrong default zero value for year type (#20824) Zhuomin(Charming) Liu 2020-11-04 16:12:01 +08:00
  • aa2b83210d planner: make pushdown limit use its child schema (#20807) wjHuang 2020-11-04 15:58:34 +08:00
  • a53c1d05b1 expression: Support some cast functions push down to TiFlash (#20787) lei yu 2020-11-04 15:21:01 +08:00
  • 6785ae626a ddl: support column type change from numeric to other types (#20729) Lenshood 2020-11-04 14:43:34 +08:00
  • 0498d1dd43 unistore: collect ExecutorExecutionSummary and return by DAGResponse (#20769) rebelice 2020-11-04 13:38:21 +08:00
  • 42590965ed *: refactor CompilePattern and DoMatch used by like (#20610) xiongjiwei 2020-11-04 13:25:52 +08:00
  • e0b9de5802 test: skip TestDefaultValForAnalyze (#20815) rebelice 2020-11-04 11:52:04 +08:00
  • 3ba36dcb76 config, server: Add graceful shutdown option (#20649) Null not nil 2020-11-03 07:55:32 -07:00
  • 480a45acee ddl: refine reorg warnings receiving logic (#20707) Arenatlx 2020-11-03 21:18:01 +08:00
  • 4e58f329b1 infoschema: improve test stability in other timezones (#20704) Null not nil 2020-11-03 02:21:20 -07:00
  • 0761844f4a ddl: provide more details about primary key error (#20781) Bingchang Chen 2020-11-03 16:54:26 +08:00
  • b1f4aa893a standardize change the job state after all other checks (#20212) Arenatlx 2020-11-03 16:32:49 +08:00
  • 5b21918975 Dockerfile:Add curl in the image (#20694) july2993 2020-11-03 16:05:23 +08:00
  • c9d7089d86 ddl: add charset info in show create table if column is generated (#20347) xiongjiwei 2020-11-03 15:56:53 +08:00
  • e9941af783 executor: fix IndexHashJoin hang in finishJoinWorkers (#20780) HuaiyuXu 2020-11-03 13:59:20 +08:00
  • 6444a05509 executor: avoid goroutine leak in index Lookup join (#19251) Zhuhe Fang 2020-11-03 13:24:40 +08:00
  • 382bd9e0fd txn: Support 1PC for transactions that only have one prewrite request (#20313) MyonKeminta 2020-11-03 13:11:40 +08:00
  • 3b4ba35e28 DDL: create table should not allow explicit empty name index (#20617) 程序员小王(troy) 2020-11-03 12:52:44 +08:00
  • a581698639 *: fix grpc's client endpoint's hard-coded port number (#20715) Iosmanthus Teng 2020-11-03 12:38:40 +08:00
  • c316689a37 ddl: Add a failpoint for TiFlash integration tests of column-type-change (#20122) JaySon 2020-11-02 22:15:20 -06:00
  • 52c5a10fef ddl, ci: force domain to reload schema before execute SQL. (#19580) Rain Li 2020-11-03 12:07:11 +08:00
  • f1c464a86a collation: add utf8mb4_zh_pinyin_tidb_as_cs collation interface (#20504) xiongjiwei 2020-11-03 11:35:39 +08:00
  • 86188c6a9c ddl: stable placement cache test (#20770) xhe 2020-11-03 10:55:25 +08:00
  • a2e1aff6e5 *:Fix the bug of consistent plan but inconsistent plan digest (#20660) Alkaid Jiang 2020-11-02 19:36:55 +08:00
  • cc7a38327f executor: fix show global variables return session variables also (#19341) erwadba 2020-11-02 17:02:51 +08:00
  • c5d0f40772 ddl: handle placement rule cache for drop/truncate/recover/flashback table (#20622) xhe 2020-11-02 16:03:57 +08:00
  • 152b60ebe4 session: increase cm_sketch column max length to 6291456(6MB) (#20152) Zhou Kunqin 2020-11-02 15:21:25 +08:00
  • 369c12f779 [planner, executor, kv]: refine and extract mpp codes to the right place (#20691) Han Fei 2020-11-02 14:30:47 +08:00
  • c67da2359c ddl: fix drop last visible column (#20344) baishen 2020-11-01 22:01:08 -06:00
  • 280e8aa35f *: fix CI break on errors.toml (#20742) Null not nil 2020-10-31 07:32:55 -06:00
  • e102c12479 planner, config: Enable plan cache by default (#20416) Null not nil 2020-10-29 09:00:26 -06:00
  • 14d6ed564c test: add conditions check for TestDefaultValForAnalyze (#20718) rebelice 2020-10-29 19:36:25 +08:00
  • 3d536a6e7e executor: add diagnosis rule to check Transparent Huge Pages(THP) enabled (#20611) crazycs 2020-10-29 16:57:04 +08:00
  • b1b1da22e5 planner: fix wrong argument for split aggregation (#20474) Kenan Yao 2020-10-29 15:08:42 +08:00
  • de4612597c transaction: lock unique key for delete operation (#19220) you06 2020-10-29 12:08:26 +08:00
  • 14a31b5c0e charset: improve performance of general_ci Compare and Key function (#19558) xiongjiwei 2020-10-29 10:25:32 +08:00
  • 2e4390b9c5 executor: Check if the query is killed when joining rows in HashJoin (#20270) Zijie Lu 2020-10-28 20:16:02 +08:00
  • ccd48eeb4d expression: make str_to_date() more compatible with MySQL (#20298) Zhou Kunqin 2020-10-28 19:06:25 +08:00
  • b468a8a4fb distsql, util: adapt scandetailv2 in coprocessor response (#20492) Zijie Lu 2020-10-28 15:56:24 +08:00
  • 9cb558d03c ddl: remove useless placement methods (#20636) xhe 2020-10-28 15:26:15 +08:00
  • c2e3b0a6ad statistics: decouple TopN from CMSKetch (#20572) Yuanjia Zhang 2020-10-28 15:16:42 +08:00
  • fd852341f0 executor: fix TestPrevStmtDesensitization (#20680) Feng Liyuan 2020-10-28 14:37:13 +08:00
  • b2e6df07c8 session: Support Variable-Setting Hint SET_VAR (#20232) baishen 2020-10-28 01:27:13 -05:00
  • a55a51a163 executor: fix show create table int default value (#20462) baishen 2020-10-28 01:08:37 -05:00
  • bf043c2d1f executor, expression: Fixed the warning messages when calling str_to_date function failed (#20415) xiaodong-ji 2020-10-28 14:04:01 +08:00
  • ce29f22ed9 store, executor: Fix rateLimitAction may fail to destroy token (#20644) Song Gao 2020-10-28 13:39:58 +08:00
  • fd84a91895 ddl, tikv: add delay during AddIndex DDL and remove schema check for async commit (#20550) Yilin Chen 2020-10-28 11:48:34 +08:00
  • 91db54ef8e ddl: Support multiple table rename (#19962) Zijie Lu 2020-10-28 11:36:03 +08:00
  • 2c8f2b75d6 grafana: show CPU usage of Go GC (#20663) Zejun Li 2020-10-27 21:00:26 +08:00
  • f41880a4d0 statistics: improve row count estimation of multi-column equal conditions by cross validation (#20264) tangwz 2020-10-27 20:10:27 +08:00
  • 3ed192eb0d executor,server: fix pessimistic "insert select for update" return malformed packet (#20584) lysu 2020-10-27 19:50:24 +08:00
  • 272f964031 executor: support global kill (#17649) Ping Yu 2020-10-27 19:39:20 +08:00
  • 56467c3b4b executor: support show create table for list partition (#20634) crazycs 2020-10-27 19:05:59 +08:00
  • e3c3668a27 *: fix not precedence in generated column (#20612) wjHuang 2020-10-27 17:59:35 +08:00
  • fc4be377e1 executor: add test for insert/update/delete list [columns] partition (#20635) crazycs 2020-10-27 17:52:53 +08:00
  • c54833adb6 infosync: fix query metrics_schema panic when start TiDB without PD/TiKV (#20434) Zijie Lu 2020-10-27 17:36:23 +08:00
  • 61356c819e ddl: support column type change from string to other types (#20623) Lenshood 2020-10-27 17:00:35 +08:00
  • 8def0480b1 tests: move TestApplyWithOtherFeatures to a serial test suite (#20665) tangenta 2020-10-27 16:48:31 +08:00
  • 23d8b30470 expression, executor: add iso 8601 and timezone support for temporal string literal (#20534) 2020-10-27 16:24:59 +08:00
  • 9660283d2d infoschema: Provide a system table to query placement rules (#20616) djshow832 2020-10-27 14:35:38 +08:00
  • b8685c5dbf executor: fix float data result (#20525) Win-Man 2020-10-27 11:37:35 +08:00
  • ff428983e0 planner: estimate cardinality of agg / join by GroupNDV (#18058) Kenan Yao 2020-10-27 11:09:57 +08:00
  • b25f69ec38 move defer ttlManager.close (#20650) ekexium 2020-10-27 10:52:33 +08:00
  • 6c278101a4 planner: support variable to prefer index scan (#18996) xiaodong-ji 2020-10-26 23:12:42 +08:00
  • f6e148f7fb util: reduce memoryUsageAlarm log (#20562) Shenghui Wu 2020-10-26 20:29:20 +08:00
  • 7b04d45836 ddl: support add/drop list (columns) partition (#20631) crazycs 2020-10-26 20:09:13 +08:00
  • 928c35de79 executor: fix index merge join hangs with outer join and limit (#20602) Zhuomin(Charming) Liu 2020-10-26 19:03:01 +08:00
  • 64070f42f4 executor: add some unit tests for the Apply operator (#20422) Yuanjia Zhang 2020-10-26 15:56:40 +08:00
  • 0d613a2dfa [executor, store/tikv]: implement a prototype for MPP framework. (#19954) Han Fei 2020-10-26 14:46:47 +08:00
  • c5f388751e executor: add max font size limit (#20625) crazycs 2020-10-26 14:15:06 +08:00
  • 8812ab38a9 planner: validate row expression value size for point get plan (#19924) zhangxiaoxiao 2020-10-26 12:05:32 +08:00
  • 3db90e4256 types: fix incompatible result of DATE_ADD() (#19880) DaMeiren 2020-10-26 11:10:14 +08:00
  • 974c5fa78e planner: explain output convert binary string to hex (#20472) wangyufan 2020-10-23 20:03:44 +08:00
  • 58f2a48b11 *:add the indexlookup runtime stats infomation (#20145) Alkaid Jiang 2020-10-23 19:33:15 +08:00
  • 09d272c288 planner: refine the explain message of expression (#16276) (#20410) wangyufan 2020-10-23 18:07:43 +08:00