Commit graph

4182 commits

Author SHA1 Message Date
Ganlin Zhao
75da5ec070
Merge pull request #14309 from taosdata/feat/mode_function
feat(query): support mode function
2022-06-28 13:22:50 +08:00
shenglian-zhou
344fa6ea97
Merge pull request #14314 from taosdata/szhou/udf/udf-outside-tdengine
feat: udf can be compiled outside TDengine
2022-06-28 12:36:24 +08:00
slzhou
9540d1eac9 feat: udf can be compiled outside TDengine 2022-06-28 11:54:16 +08:00
Ganlin Zhao
e9fbe1805b Merge branch '3.0' into feat/mode_function 2022-06-28 10:42:58 +08:00
Yihao Deng
64cc8bd81c
Merge pull request #14290 from taosdata/feat/noRetryMsg
feat: add no retry  msg
2022-06-28 09:17:27 +08:00
Zhiqiang Wang
a3a1545b1a
Merge pull request #14298 from taosdata/fix/ZhiqiangWang/TD-16357-win-shell-catch-ctrl-c
os: win shell catch ctrl-c
2022-06-27 22:54:34 +08:00
afwerar
06e8ba9f14 os: win shell catch ctrl-c 2022-06-27 20:56:37 +08:00
Ganlin Zhao
f9e80a8e2b fix(query): add mode function 2022-06-27 19:41:13 +08:00
yihaoDeng
14209eeec6 feat: add no retry to query 2022-06-27 19:34:50 +08:00
Xiaoyu Wang
87b8131409
Merge pull request #14266 from taosdata/feature/3.0_debug_wxy
feat: tail function rewrite to statement
2022-06-27 17:16:37 +08:00
slzhou
c55bef32ff Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy 2022-06-27 16:25:40 +08:00
slzhou
b67c65313b fix: add group to multi-merge operator 2022-06-27 16:25:14 +08:00
Xiaoyu Wang
a334337755 feat: merge and merge scan add group sort field 2022-06-27 15:57:02 +08:00
Cary Xu
e2ec8b57d9 Merge branch '3.0' into feature/TD-11274-3.0 2022-06-27 14:47:31 +08:00
Cary Xu
e6dd04f573 refactor: rsma restore 2022-06-27 14:47:14 +08:00
Shuduo Sang
fb50977b44
fix: add taos_set_config() back (#14277)
[TD-16828]
2022-06-27 14:07:42 +08:00
Li Minghao
486f268353
Merge pull request #14272 from taosdata/feature/3.0_mhli
refactor(sync): optimized only one replica
2022-06-27 11:05:39 +08:00
Xiaoyu Wang
d4175cd8f8 merge 3.0 2022-06-26 14:57:34 +08:00
Xiaoyu Wang
7b60b3223b feat: tail function rewrite to statement 2022-06-26 14:44:58 +08:00
Minghao Li
6eecbcd1a6 refactor(sync): optimized one replica 2022-06-26 01:16:11 +08:00
Minghao Li
a6f33ba01c refactor(sync): optimized one replica 2022-06-25 20:31:42 +08:00
Shengliang Guan
8fe87e9e0e Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-06-25 18:03:23 +08:00
Shengliang Guan
89d6ca7823 feat: privilege for sysinfo user 2022-06-25 18:03:12 +08:00
54liuyao
10e90ce973 feat(stream): auto pull data 2022-06-25 16:44:14 +08:00
Yihao Deng
6e4e10ad41
Merge pull request #14214 from taosdata/feat/rpcRefactor1
feat: rpc refactor
2022-06-25 14:47:37 +08:00
Liu Jicong
930613db8b
Merge pull request #14235 from taosdata/feature/stream
fix(stream): stream rsp to retrieve msg if data is empty
2022-06-25 14:36:59 +08:00
Liu Jicong
81ed902d7f fix(stream): stream rsp to retrieve msg if data is empty 2022-06-25 14:03:06 +08:00
Haojun Liao
dc13130168
Merge pull request #14221 from taosdata/feature/3_liaohj
fix(query): fix memory leak
2022-06-25 13:26:03 +08:00
Xiaoyu Wang
9c85131d22
Merge pull request #14219 from taosdata/feature/3.0_debug_wxy
feat: support partition by expression and aggregate function output together
2022-06-25 12:42:09 +08:00
Haojun Liao
916adb82c6 enh(query): add user name when retrieving meta-data from mnode. 2022-06-25 12:10:34 +08:00
Zhiqiang Wang
8171e3264c
Merge pull request #14227 from taosdata/fix/ZhiqiangWang/TD-16357-add-alloca-func
os: add alloca func
2022-06-25 11:40:42 +08:00
afwerar
925276e449 os: add alloca func 2022-06-25 11:14:10 +08:00
yihaoDeng
1b339c9ccd Merge branch 'DN' into ndev 2022-06-25 11:04:39 +08:00
Liu Jicong
5040cb9541 enh(query): window included in serialized retrieve table rsp 2022-06-25 10:43:19 +08:00
WANG MINGMING
f0b50add27
Merge pull request #14184 from taosdata/feature/TD-13041
feat:sort table group if needed & optimize partition by tag
2022-06-25 09:41:30 +08:00
Xiaoyu Wang
b857d390e7 merge 3.0 2022-06-24 21:13:11 +08:00
Xiaoyu Wang
853f1df3ab feat: support partition by expression and aggregate function output together 2022-06-24 21:07:12 +08:00
Ganlin Zhao
acc53d498f
Merge pull request #14218 from taosdata/feat/groupkey_function
enh(query): add _group_key function for partion by
2022-06-24 20:53:52 +08:00
Ganlin Zhao
f8bb36ce2c enh(query): add _group_key function for partion by
TD-16805
2022-06-24 20:08:07 +08:00
Xiaoyu Wang
c3aabbdd5a
Merge pull request #14215 from taosdata/feature/3.0_wxy
feat: subplan adds 'user' field
2022-06-24 19:39:48 +08:00
yihaoDeng
ef50435851 Merge branch 'DN' into ndev 2022-06-24 19:25:06 +08:00
Xiaoyu Wang
c41a4bd7db feat: subplan adds 'user' field 2022-06-24 17:27:43 +08:00
Li Minghao
732d69db63
Merge pull request #14211 from taosdata/feature/3.0_mhli
refactor(sync): adjust log buf size
2022-06-24 17:27:10 +08:00
yihaoDeng
a2b62cba42 handle except 2022-06-24 17:07:17 +08:00
dapan1121
f7ece71ff7
Merge pull request #14204 from taosdata/enh/showvariables
enh: refactor show variables
2022-06-24 16:41:48 +08:00
wangmm0220
ff3cb336d8 fix:merge from 3.0 2022-06-24 16:01:58 +08:00
dapan1121
94a2b6d945 enh: refactor show variables 2022-06-24 15:18:40 +08:00
dapan1121
53755c2365
Merge pull request #14188 from taosdata/feature/alterlocal
feat: alter local command
2022-06-24 15:15:47 +08:00
Minghao Li
87defc2790 refactor(sync): add interface: get retry epset 2022-06-24 14:26:31 +08:00
wangmm0220
0d9ed6d60a fix:merge from 3.0 2022-06-24 13:51:33 +08:00