Last week, we landed 38 PRs in the TiDB repositories.
Refactor built-in function, add function class and function signature: #2361, #2384, #2385, #2389, #2391, #2399, #2410
Add unique key information into plan's schema, this will be used for plan optimizing.
Fetch tso and compiling statement concurrently: reduce the latency of small transaction.
Load data in a batch way: make it easier for loading large data.
Extract a built-in function factory for date arithmetic operations.
Last week, We landed 15 PRs in the TiKV repositories.
Support pre vote feature for raft.
Schedule replicas according to the location of the stores.
Return StoreNotMatch
error when store ID doesn't match.
Use upper bound for scanner.
Unify logger to make the log format the same with TiDB/PD.