Commit Graph

28590 Commits

Author SHA1 Message Date
Haojun Liao c1b332f34d refactor: do some internal refactor. 2022-05-16 14:38:56 +08:00
cpwu 0da873380a fix case 2022-05-16 14:31:13 +08:00
cpwu 882b07f38d fix case 2022-05-16 14:29:37 +08:00
Ganlin Zhao 4be158b391 feat(query): add tail function 2022-05-16 14:29:12 +08:00
cpwu eb72eadb7d fix case 2022-05-16 14:27:56 +08:00
cpwu c58fd6ec63 fix case 2022-05-16 14:25:47 +08:00
Xiaoyu Wang a47228aadd fix: some problems of planner 2022-05-16 14:24:25 +08:00
Hongze Cheng 94cea61c97 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-16 06:18:43 +00:00
Hongze Cheng 2ddfd66d48 more alter table 2022-05-16 06:17:56 +00:00
cpwu 8c6da59e09 fix case 2022-05-16 14:17:19 +08:00
Shengliang Guan c78517549e refactor: adjust SRpcMsg 2022-05-16 14:13:20 +08:00
Minghao Li 956ab45a30 enh(sync): raft config change 2022-05-16 14:10:18 +08:00
Haojun Liao 4c1e835db3
Merge pull request #12528 from taosdata/feature/3.0_liaohj
fix(query): merge updated data from cache.
2022-05-16 14:06:00 +08:00
Haojun Liao 619eae3c49 fix(query): merge updated data from cache. 2022-05-16 13:51:21 +08:00
Yihao Deng 683c8296ac
Merge pull request #12521 from taosdata/fix/rpcRegMemleak
fix(rpc): regArg mem leak
2022-05-16 13:45:41 +08:00
slzhou 8284d8b8e0 fix: accquire rpc client in the same way as dmInitClient 2022-05-16 13:27:04 +08:00
Hongze Cheng f4ecfcad7d
Merge pull request #12484 from taosdata/feat/alter_table
feat: alter table
2022-05-16 12:17:52 +08:00
Hongze Cheng 545de8cbe4 make it compile 2022-05-16 04:00:41 +00:00
Hongze Cheng 449fa14f23 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-16 03:54:24 +00:00
Hongze Cheng d2eeaf86c7 alter table 2022-05-16 03:54:05 +00:00
Haojun Liao 94c8a67e23
Merge pull request #12524 from taosdata/feature/3.0_liaohj
fix(query): extract correct join condition from physical plan.
2022-05-16 11:22:40 +08:00
Haojun Liao a66bc98752 Merge branch '3.0' into feature/3.0_liaohj 2022-05-16 11:22:24 +08:00
slzhou 9cb2473580 feat: enhance udf func stub with last ref time 2022-05-16 11:15:57 +08:00
Haojun Liao 2df67d9133 fix(query): extract correct join condition from physical plan. 2022-05-16 11:10:05 +08:00
Ganlin Zhao 3ef067ff03 feat(query): add tail function 2022-05-16 11:03:15 +08:00
Hongze Cheng 8e9ccfd1d0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-16 02:53:06 +00:00
Hongze Cheng ad15769695 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-16 02:46:10 +00:00
wangmm0220 a1afea4066 refactor:fix memory leak 2022-05-16 10:28:20 +08:00
Hongze Cheng f2858c76fa refact 2022-05-16 01:57:49 +00:00
Hongze Cheng 604e193911 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-16 01:47:49 +00:00
Hongze Cheng acf1b14b21 fix compile problem 2022-05-16 01:47:35 +00:00
yihaoDeng 5c1cfd2cf9 fix(rpc): fix regArg mem leak 2022-05-16 09:45:14 +08:00
Shengliang Guan 893fb646d5 refactor: enable multi-process mode 2022-05-16 09:40:13 +08:00
shenglian-zhou 8a867099b0
Merge pull request #12518 from taosdata/feature/udf
fix: change function name for tearing down udf handles
2022-05-16 09:39:22 +08:00
slzhou 4ae7a16749 fix: teardown udf optimization 2022-05-16 09:24:35 +08:00
Hongze Cheng d32174632e Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-16 01:23:51 +00:00
Hongze Cheng aad07984fb Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-16 01:20:58 +00:00
Hongze Cheng e0b3e97de6 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/data_format 2022-05-16 01:20:46 +00:00
slzhou 8ce04a94f9 fix: change function name for tearing down udf handles 2022-05-16 09:06:08 +08:00
shenglian-zhou 4adba6ff23
Merge pull request #12503 from taosdata/feature/udf
fix: change udf comment
2022-05-16 08:04:20 +08:00
slzhou 5b35fcacd6 fix: teardown udf functions handles 2022-05-16 07:47:56 +08:00
Liu Jicong c8b18c268c
Merge pull request #12516 from taosdata/feature/stream
refactor(stream)
2022-05-16 02:47:23 +08:00
Liu Jicong f77f910264 refactor(stream) 2022-05-16 02:11:47 +08:00
yihaoDeng e8a637699b enh(index): fix tag query error 2022-05-15 23:29:13 +08:00
Shengliang Guan 234325736c refactor: enable multi-process mode 2022-05-15 23:26:55 +08:00
Cary Xu a3d1b0a50d
Merge pull request #12510 from taosdata/feature/TD-14481-3.0
feat: move sma module from tsdb to vnode
2022-05-15 22:28:02 +08:00
Shengliang Guan 47dde96404 refactor: enable multi-process mode 2022-05-15 22:25:49 +08:00
Cary Xu fa77a6d840 feat: code optimization 2022-05-15 22:08:30 +08:00
Cary Xu 9e7b43c836 feat: sma code refactor 2022-05-15 22:03:02 +08:00
Cary Xu 069ce051f0 feat: move sma module from tsdb to vnode 2022-05-15 20:17:20 +08:00