Commit Graph

3987 Commits

Author SHA1 Message Date
Ganlin Zhao d36a9286b5
Merge pull request #12172 from taosdata/feature/3.0_glzhao
feat(query): add histogram function
2022-05-06 21:42:56 +08:00
Xiaoyu Wang 6acf688b84
Merge pull request #12167 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
2022-05-06 20:29:54 +08:00
Haojun Liao 1a2d170509
Merge pull request #12166 from taosdata/feature/3.0_liaohj
fix(query): set the correct result field length for first/last query.
2022-05-06 19:47:06 +08:00
Haojun Liao 809a3eda25 fix(query): set the correct result field length for first/last query. 2022-05-06 18:16:16 +08:00
Haojun Liao 29651b7b8b
Merge pull request #12163 from taosdata/feature/3.0_liaohj
fix(query): sort according to the generated column data in order by operator.
2022-05-06 18:10:14 +08:00
Xiaoyu Wang dc1b390a0d Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-06 17:53:27 +08:00
Xiaoyu Wang 5f06387940 fix: some problems of parser and planner 2022-05-06 17:52:59 +08:00
slzhou c9ee1b0dee fix: core dump when pass mulitiple columns from taosd to udfd 2022-05-06 17:41:49 +08:00
Haojun Liao 8ffdd1b715 other: merged with 3.0 branch. 2022-05-06 17:26:52 +08:00
Haojun Liao 4e90982c22 fix(query): sort according to the generated column data in order by operator. 2022-05-06 17:23:20 +08:00
Ganlin Zhao ea88da15db feat(query): add histogram function 2022-05-06 15:51:18 +08:00
dapan1121 9e65741bfc
Merge branch '3.0' into feature/qnode 2022-05-06 15:41:45 +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
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 409f3339ea Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-06 01:23:37 +00:00
Haojun Liao e4f0a0fc67 fix(query): enable table name query for super table. 2022-05-05 23:47:44 +08:00
yihaoDeng 315c9c37dc enh(rpc): taosd exited when fqdn is configed to invalid 2022-05-05 23:14:36 +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
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
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
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
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
Xiaoyu Wang e7c8ada267 fix: insert with auto create table 2022-05-05 16:23:33 +08:00
dapan1121 e882eea6a3
Merge pull request #12107 from taosdata/feature/qnode
feat: stmt query api
2022-05-05 16:23:25 +08:00
Haojun Liao eb18d518ed fix(driver): eliminate the memory leak. 2022-05-05 15:44:46 +08:00
Haojun Liao cb3e10a046
Merge pull request #12116 from taosdata/feature/3.0_liaohj
fix(query): set the correct join on column slot id.
2022-05-05 15:35:03 +08:00
Haojun Liao 96372a7322 fix(query): set the correct join on column slot id. 2022-05-05 14:57:48 +08:00
Xiaoyu Wang 1361bf4eed fix: plan problem of tag scanning 2022-05-05 14:49:00 +08:00
Hongze Cheng c87eb6cc47 refact 2022-05-05 03:24:00 +00:00
Hongze Cheng 7c5c1c32ee implement TDB upsert 2022-05-05 03:17:34 +00:00
Hongze Cheng f2859e9c1d Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-05-05 01:42:47 +00:00
Yihao Deng e50e3a17fe
Merge pull request #12103 from taosdata/enh/supportIdxFilter
enh(index): support index filter
2022-05-05 08:37:26 +08:00
dapan1121 ed0c177406 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-05 08:16:39 +08:00