dapan1121
|
c7aa4a108b
|
Merge branch '3.0' into enh/schPolicy
|
2022-07-15 13:24:30 +08:00 |
Li Minghao
|
e3eaddac0d
|
Merge pull request #14869 from taosdata/feature/3.0_mhli
refactor(sync): optimized replication
|
2022-07-15 13:12:37 +08:00 |
Xiaoyu Wang
|
47ab10c560
|
Merge pull request #14931 from taosdata/feature/3.0_debug_wxy
fix: a problem of last_row function plan
|
2022-07-15 12:55:37 +08:00 |
Xiaoyu Wang
|
1342fbe913
|
fix: sql command 'show table distributed'
|
2022-07-15 11:59:42 +08:00 |
Xiaoyu Wang
|
873ff96bc1
|
fix: a problem of last_row function plan
|
2022-07-15 11:01:19 +08:00 |
Yihao Deng
|
843449f1e4
|
Merge pull request #14906 from taosdata/enh/addLRUToIdx
feat:add lru to idx
|
2022-07-15 10:52:52 +08:00 |
Ganlin Zhao
|
6a62954e34
|
Merge pull request #14927 from taosdata/feat/agg_client_api
feat(query): add avg function scalar version
|
2022-07-15 10:51:37 +08:00 |
shenglian-zhou
|
42c1e5e053
|
Merge pull request #14923 from taosdata/szhou/fix/td-17405
fix: multi result function is not allowed when appear in clauses other than select
|
2022-07-15 10:06:37 +08:00 |
Ganlin Zhao
|
20ce5b32a9
|
Merge branch '3.0' into feat/agg_client_api
|
2022-07-15 10:04:28 +08:00 |
Ganlin Zhao
|
4ff107812f
|
feat(query): add avg function scalar version
TD-17344
|
2022-07-15 10:00:35 +08:00 |
Yihao Deng
|
a6e71424b4
|
Merge branch '3.0' into enh/addLRUToIdx
|
2022-07-15 09:47:35 +08:00 |
dapan1121
|
31aa48e240
|
fix: fix windows compile issue
|
2022-07-15 09:44:29 +08:00 |
slzhou
|
21a32b36e9
|
fix: multi result function is not allowed when appear in clauses other than select
|
2022-07-15 09:32:54 +08:00 |
Yihao Deng
|
590f7c4c4d
|
Merge pull request #14915 from taosdata/enh/preallocHandle
enh: prealloc handle
|
2022-07-15 09:32:29 +08:00 |
Xiaoyu Wang
|
979b20189d
|
feat: the query uses the 'cachelast' option to decide whether to optimize the last_row function
|
2022-07-15 09:07:19 +08:00 |
Xiaoyu Wang
|
9522288f6b
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy
|
2022-07-15 08:44:23 +08:00 |
Xiaoyu Wang
|
31e29dfc38
|
feat: the query uses the 'cachelast' option to decide whether to optimize the last_row function
|
2022-07-15 08:43:40 +08:00 |
Haojun Liao
|
c2d277f47c
|
Merge pull request #14918 from taosdata/feature/3_liaohj
fix(query): add exec node for lastrow query.
|
2022-07-14 22:48:37 +08:00 |
yihaoDeng
|
de495eb7ec
|
feat: add lru to index
|
2022-07-14 20:38:37 +08:00 |
Haojun Liao
|
ab6ed4bffa
|
fix(query): add exec node for lastrow query.
|
2022-07-14 20:37:07 +08:00 |
Haojun Liao
|
159d6c47c8
|
Merge pull request #14911 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
|
2022-07-14 20:36:30 +08:00 |
yihaoDeng
|
d7a463da46
|
feat: prealloc handle to client
|
2022-07-14 20:31:16 +08:00 |
Xiaoyu Wang
|
ef4f6964d1
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy
|
2022-07-14 20:17:28 +08:00 |
Xiaoyu Wang
|
d894e959ee
|
fix: client module memory leak problem
|
2022-07-14 20:16:39 +08:00 |
Haojun Liao
|
707f0a837a
|
fix(query): set correct fill output object.
|
2022-07-14 20:11:29 +08:00 |
Ganlin Zhao
|
7e661a9e9c
|
feat(query): add avg function scalar version
TD-17344
|
2022-07-14 20:02:21 +08:00 |
yihaoDeng
|
ca7ca2f1e3
|
refactor code
|
2022-07-14 19:23:01 +08:00 |
Ganlin Zhao
|
256c4aa25b
|
Merge branch '3.0' into feat/agg_client_api
|
2022-07-14 19:20:45 +08:00 |
Haojun Liao
|
a911feeab7
|
fix(query): fix syntax error.
|
2022-07-14 19:18:15 +08:00 |
Ganlin Zhao
|
680400834a
|
refactor code
|
2022-07-14 19:17:28 +08:00 |
Haojun Liao
|
5ca810a985
|
fix(query): fix memory leak.
|
2022-07-14 19:09:40 +08:00 |
Ganlin Zhao
|
98e542f884
|
Merge pull request #14888 from taosdata/feat/agg_client_api
feat(query): add sum/count/max/min function scalar version
|
2022-07-14 19:09:30 +08:00 |
dapan1121
|
ae132e6626
|
Merge branch '3.0' into enh/schPolicy
|
2022-07-14 18:44:21 +08:00 |
dapan1121
|
12b961c7f5
|
enh: add schedule policy
|
2022-07-14 18:42:26 +08:00 |
Haojun Liao
|
34c973387d
|
Merge pull request #14904 from taosdata/feature/3_liaohj
fix(query): handle the grouped fill.
|
2022-07-14 18:36:18 +08:00 |
Liu Jicong
|
b33d6584c4
|
Merge pull request #14898 from taosdata/feature/stream
refactor(stream): destroy stream task
|
2022-07-14 18:36:09 +08:00 |
Haojun Liao
|
918df89b4f
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-14 17:56:15 +08:00 |
Liu Jicong
|
41b2595086
|
fix(sma): fix case
|
2022-07-14 17:40:32 +08:00 |
Ganlin Zhao
|
b87eb0abb3
|
feat(query): add stddev function scalar version
TD-17344
|
2022-07-14 17:39:03 +08:00 |
Liu Jicong
|
9847abf166
|
fix(sma): double free
|
2022-07-14 17:34:06 +08:00 |
Xiaoyu Wang
|
a497ad72fa
|
Merge pull request #14899 from taosdata/feature/3.0_debug_wxy
fix: some problems of planner
|
2022-07-14 17:31:50 +08:00 |
yihaoDeng
|
9c4842ef10
|
feat: add lru to index
|
2022-07-14 17:30:48 +08:00 |
yihaoDeng
|
fe8ccabf7a
|
add lru to index
|
2022-07-14 17:14:53 +08:00 |
Haojun Liao
|
dc4052bd7b
|
fix(query): handle the grouped fill.
|
2022-07-14 17:04:22 +08:00 |
Shengliang Guan
|
f0b8386b63
|
refactor: adjust the name of stream automatically created by sma
|
2022-07-14 17:00:46 +08:00 |
Xiaoyu Wang
|
5a5ae23ddf
|
fix: some problems of planner
|
2022-07-14 16:58:54 +08:00 |
wangmm0220
|
bb6ecd6913
|
Merge branch '3.0' into feature/TD-13041
|
2022-07-14 16:34:04 +08:00 |
wangmm0220
|
e711f56027
|
fix:remove code for resolve the core of amotic_load_n
|
2022-07-14 16:33:11 +08:00 |
wangmm0220
|
a15bd187bf
|
fix:error in json tag
|
2022-07-14 16:24:16 +08:00 |
Liu Jicong
|
c0639d3dc4
|
fix(query): double free
|
2022-07-14 16:24:12 +08:00 |