Commit Graph

6587 Commits

Author SHA1 Message Date
Hongze Cheng 5ec83cbf11 more 2022-05-06 10:21:55 +00:00
Hongze Cheng 79b70ac287 refact more 2022-05-06 10:03:54 +00:00
Hongze Cheng d4f60df9e7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-06 09:33:44 +00:00
dapan1121 886295b292
Merge pull request #12151 from taosdata/feature/qnode
feat: user authority management
2022-05-06 16:35:46 +08:00
Hongze Cheng b41c2f3279 fix invalid read 2022-05-06 08:34:38 +00:00
shenglian-zhou 95d29351c9
Merge pull request #12155 from taosdata/feature/udf
Feature(udf): create function bufsize can be zero
2022-05-06 16:10:10 +08:00
slzhou 71188483ec fix: create function bufSize default value 0 2022-05-06 15:42:25 +08:00
dapan1121 9e65741bfc
Merge branch '3.0' into feature/qnode 2022-05-06 15:41:45 +08:00
Shengliang Guan 39f0c6b090
Merge pull request #12137 from taosdata/feature/dnode
refactor: adjust db codes
2022-05-06 15:30:08 +08:00
Yihao Deng fe66836ca3
Merge pull request #12141 from taosdata/fix/invalid-fqdn
enh(rpc): taosd exited when fqdn is configed to invalid
2022-05-06 15:19:43 +08:00
yihaoDeng 699c8a0461 enh(rpc): validate fqdn 2022-05-06 14:42:06 +08:00
Shengliang Guan 6e27e06da2 refactor: delete false positive logs 2022-05-06 14:30:40 +08:00
Shengliang Guan 111961b428 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-06 14:17:41 +08:00
dapan 84e8939513 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-06 14:17:30 +08:00
dapan c77b20687c user auth 2022-05-06 14:13:56 +08:00
Hongze Cheng d15d011c98 fix: drop table 2022-05-06 05:47:03 +00:00
Hongze Cheng 1ee84df121 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-06 03:32:12 +00:00
Shengliang Guan 1d149e5540 refactor: format sma code 2022-05-06 09:56:21 +08:00
afwerar 402acb60c6 fix(os): fix win max func error. 2022-05-06 09:49:37 +08:00
Hongze Cheng 409f3339ea Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-06 01:23:37 +00:00
Hongze Cheng 49aa5b2e44 more refact vnode 2022-05-06 01:22:45 +00:00
yihaoDeng 315c9c37dc enh(rpc): taosd exited when fqdn is configed to invalid 2022-05-05 23:14:36 +08:00
Shengliang Guan 2383b316d7 refactor: adjust db codes 2022-05-05 21:52:18 +08:00
Haojun Liao 442a1cf5cf
Merge pull request #12127 from taosdata/feature/3.0_liaohj
fix(query): do perform arithmetic operator before apply the sort procedure.
2022-05-05 21:51:05 +08:00
dapan 0bf8a8223d user auth 2022-05-05 21:36:33 +08:00
shenglian-zhou 84cc76ffdb
Merge pull request #12129 from taosdata/feature/udf
feature(udf): scalar memory management
2022-05-05 21:32:32 +08:00
Yihao Deng 3efd1ea45d
Merge pull request #12134 from taosdata/fix/fix-15143
fix(rpc): fix timeout error
2022-05-05 21:11:32 +08:00
Ganlin Zhao 5b0e0ca751
Merge pull request #12124 from taosdata/feature/3.0_glzhao
fix(query): add hex encoding/decoding for transmitting nchar constant from client to server in JSON
2022-05-05 20:59:56 +08:00
Hongze Cheng d0bb10c51f Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-05 12:32:39 +00:00
yihaoDeng ae33656e15 fix(rpc): fix timeout error 2022-05-05 20:17:53 +08:00
Ganlin Zhao 26285015cb fix(query): fix cast function constant convert to nchar result length 2022-05-05 20:11:34 +08:00
shenglian zhou 8e0eda6c0c Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-05 19:52:07 +08:00
shenglian zhou a0c92acd56 deal with not all columns has agg 2022-05-05 19:50:49 +08:00
Haojun Liao 8954035a2c fix(query): update the unit test cases. 2022-05-05 19:05:55 +08:00
Liu Jicong 6258e5b534 merge from 3.0 2022-05-05 19:04:14 +08:00
shenglian zhou 8b9e94a038 scalar udf memory by itself 2022-05-05 19:03:05 +08:00
Haojun Liao 02c7fcc228 Merge branch '3.0' into feature/3.0_liaohj 2022-05-05 19:00:07 +08:00
Hongze Cheng 930ce6a0d5 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-05 10:57:23 +00:00
Liu Jicong a5706ea7e5 feat(stream): insert data 2022-05-05 18:57:09 +08:00
Hongze Cheng 6818ee3a94 auto create table 2022-05-05 10:56:59 +00:00
Haojun Liao c1659805b6 fix(query): do perform arithmetic operator before apply the sort procedure. 2022-05-05 18:54:19 +08:00
Ganlin Zhao 8430a94c81 Merge branch '3.0' into feature/3.0_glzhao 2022-05-05 18:37:47 +08:00
Ganlin Zhao f904e5912e fix(query): fix cast constant to nchar type value output incorrect
TD-15138
2022-05-05 17:43:22 +08:00
Shengliang Guan f49524daa1
Merge pull request #12119 from taosdata/fix/tsim
fix: forbid the startup of illegal fqdn
2022-05-05 17:34:42 +08:00
Shengliang Guan 2198001b3b
Merge pull request #12122 from taosdata/feature/dnode
test: add unitest for transaction
2022-05-05 17:34:29 +08:00
Ganlin Zhao 455737f2cb fix(query): add hex encoding/decoding for transmitting nchar constant
from client to server in JSON
2022-05-05 17:15:09 +08:00
Shengliang Guan ae9056567c Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-05-05 17:07:31 +08:00
Shengliang Guan 9927b6b014 fix: invalid write while pullup trans on start 2022-05-05 17:01:50 +08:00
Xiaoyu Wang 0035bb11f6
Merge pull request #12115 from taosdata/feature/3.0_wxy
fix: plan problem of tag scanning
2022-05-05 16:45:00 +08:00
Shengliang Guan abcdeb8418 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-05-05 16:35:25 +08:00