|
|
0aaadba7a7
|
expression: correct window function push down list. (#34793)
close pingcap/tidb#34794
|
2022-05-19 02:16:38 +08:00 |
|
|
|
810f8ae12e
|
*: remove pingcap/check dependency (#34734)
close pingcap/tidb#28328
|
2022-05-17 21:38:37 +08:00 |
|
|
|
0ec79496b6
|
planner: fix prepared statement with window function will check the args in the preparation. (#34503)
close pingcap/tidb#31471
|
2022-05-16 15:22:36 +08:00 |
|
|
|
1c6dcf0913
|
planner: support push window function down to tiflash (#31601)
Issue Number: close #33072
|
2022-05-13 14:12:28 +08:00 |
|
|
|
c16291392a
|
*: replace types.NewFieldTypeBuilder() API with NewFieldTypeBuilderP() to avoid misuse (#34494)
close pingcap/tidb#34490
|
2022-05-09 22:00:33 +08:00 |
|
|
|
f88dab92f9
|
util: use generics to implement max/min (#34197)
close pingcap/tidb#34247
|
2022-05-06 10:08:57 +08:00 |
|
|
|
1bf64c60f4
|
*: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
|
2022-04-26 19:28:51 +08:00 |
|
|
|
0beac1800c
|
expression: fix the wrong rounding behavior of Decimal (#33278)
close pingcap/tidb#32213
|
2022-04-02 14:32:29 +08:00 |
|
|
|
6b2e37f18c
|
gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
|
2022-03-17 15:10:31 +08:00 |
|
|
|
c11e650527
|
*: make golangci-lint work on Go1.18 (#33081)
close pingcap/tidb#33080
|
2022-03-15 22:43:52 +08:00 |
|
|
|
f949e01e0b
|
planner, expression: pushdown AggFuncMode to coprocessor (#31392)
close pingcap/tidb#30923
|
2022-02-11 17:49:37 +08:00 |
|
|
|
3738dec53e
|
*: enable the new collation by default (#32016)
ref pingcap/tidb#32015
|
2022-02-08 12:53:35 +08:00 |
|
|
|
3de13842b3
|
test: control log level with environment variables (#30871)
|
2021-12-24 17:03:48 +08:00 |
|
|
|
df58e6c36c
|
execution: refine precision of cast as decimal in agg func (#30805)
|
2021-12-23 16:53:47 +08:00 |
|
|
|
e3c56b75ea
|
executor: buildWindow cannot call typeInfer twice (#30773)
close pingcap/tidb#30402
|
2021-12-20 11:11:46 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
d3c6045f63
|
*: replace compareDatum by compare (#30421)
|
2021-12-06 20:41:56 +08:00 |
|
|
|
9aa756336e
|
executor: avoid sum from avg overflow (#30010)
|
2021-12-03 11:09:55 +08:00 |
|
|
|
0ee40992c7
|
expression: support pushdown duration to tiflash (#28914)
|
2021-10-30 00:54:51 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
32f96fef77
|
expression: make infer collation support the expressions with different charset (#27863)
|
2021-10-11 14:51:25 +08:00 |
|
|
|
042f498756
|
sessionctx/variable: Fix performance regression in NewMockGlobalAccessor (#28303)
|
2021-09-30 11:12:47 +08:00 |
|
|
|
e4c58a298a
|
expression/aggregation: migrate test-infra to testify for aggregation_test.go (#27911)
|
2021-09-16 10:00:42 +08:00 |
|
|
|
01e1ceda08
|
expression, executor: fix license header (#28050)
|
2021-09-15 10:56:42 +08:00 |
|
|
|
d42e4c0cc3
|
expression/aggregation: migrate test-infra to testify for util_test.go (#27913)
|
2021-09-13 09:46:39 +08:00 |
|
|
|
de2a9aca44
|
expression/aggregation: migrate test-infra to testify for agg_to_pb_test.go (#27910)
|
2021-09-11 10:42:39 +08:00 |
|
|
|
cdd8fc48aa
|
expression/aggregation: migrate test-infra to testify for base_func_test.go (#27912)
|
2021-09-10 23:40:38 +08:00 |
|
|
|
aebe657cd8
|
*: add charset information into field type (#27644)
|
2021-08-30 17:34:12 +08:00 |
|
|
|
f50dd1f24c
|
expression: Push down group concat to TiFlash (#24778)
|
2021-08-30 15:44:12 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
cd5499e994
|
planner: Fix the problem that PlanBuilder.buildWindowFunctions may change sub operator's schema. (#27176)
|
2021-08-13 16:57:58 +08:00 |
|
|
|
853c41e3fb
|
executor: add builtin aggregate function json_arrayagg (#19957)
|
2021-08-04 16:15:07 +08:00 |
|
|
|
dbb753fd02
|
executor: create PipelinedWindowExec (#23022)
|
2021-06-03 15:38:27 +08:00 |
|
|
|
c8bc701170
|
*: misc cleanups to variable package (#24507)
|
2021-05-11 13:23:38 +08:00 |
|
|
|
0d76e899f4
|
expression: fix wrong type infer for agg function when type is null (#24290)
|
2021-04-28 17:25:56 +08:00 |
|
|
|
f30108d88c
|
executor, expression: fix the incorrect result of AVG function (#23285)
|
2021-03-17 13:42:55 +08:00 |
|
|
|
362883c245
|
expression, planner: allow pushdown count distinct when enumerate physical plans (#22867)
|
2021-03-11 19:22:55 +08:00 |
|
|
|
355fdfee4b
|
brie: update br pkg to latest master (#22528)
|
2021-01-28 23:49:45 +08:00 |
|
|
|
e8fb3eab2c
|
expression: modify the mean result of time type (#21514)
|
2020-12-21 17:51:31 +08:00 |
|
|
|
28c9e9290b
|
*: gocritic fixes for commentFormatting (#21578)
|
2020-12-09 12:03:17 +08:00 |
|
|
|
8f11e31685
|
expression: revert some changes to fix mysql_test (#21246)
|
2020-11-24 15:28:23 +08:00 |
|
|
|
b77a514ae9
|
expression: fix a bug that DML using caseWhen may cause schema change (#19857)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2020-11-24 13:27:02 +08:00 |
|
|
|
b6b4c67640
|
planner: the precision of a decimal type should not be more than MaxDecimalWidth (#21046)
|
2020-11-13 20:11:43 +08:00 |
|
|
|
3ef3e54b5e
|
planner: don't push down null sensitive join conditions (#19620)
|
2020-11-12 17:16:31 +08:00 |
|
|
|
a3facd0f71
|
expression, planner: fix decimal results for aggregate functions (#20017)
|
2020-11-11 14:46:22 +08:00 |
|
|
|
a338e35932
|
expression: fix wrong inferred type for sum and avg (#20926)
|
2020-11-11 14:10:34 +08:00 |
|
|
|
aceecf0732
|
executor: support new aggregate funtion APPROX_PERCENTILE (#19799)
Signed-off-by: leiysky <leiysky@outlook.com>
|
2020-09-24 15:59:38 +08:00 |
|
|
|
205c40186a
|
*: support aggregate function stddev_samp() and var_samp() (#19810)
Co-authored-by: Zhuomin(Charming) Liu <lzmhhh123@gmail.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-09-16 17:44:41 +08:00 |
|
|
|
1cab3d5947
|
*: fix bug of same type plans with different plan digest (#19519)
|
2020-09-01 21:55:20 +08:00 |
|
|
|
9047a9c881
|
executor: fix wrong behavior for max/min on ENUM/SET column (#19552)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: Yiding Cui <winoros@gmail.com>
|
2020-09-01 21:18:03 +08:00 |
|