Ganlin Zhao
|
03a9679f97
|
fix(query): translate var type from value node to SVariant should include var header
|
2022-04-16 19:40:50 +08:00 |
Haojun Liao
|
902fcb0c0b
|
refactor(query): refactor code.
|
2022-04-16 19:10:21 +08:00 |
Haojun Liao
|
30602b8cfb
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-16 19:02:08 +08:00 |
wade zhang
|
3f0f31c4c2
|
Merge pull request #11552 from taosdata/feature/TD-14243
feat(query): support timezone function and now/today function arithmetic operation in select clause
|
2022-04-16 18:54:18 +08:00 |
Ganlin Zhao
|
b42d28f6d1
|
Merge branch '3.0' into feature/TD-14243
|
2022-04-16 18:27:25 +08:00 |
yihaoDeng
|
fe367b5ef4
|
enh: add tag index filter impl
|
2022-04-16 17:56:06 +08:00 |
dapan1121
|
1c499c94a7
|
stmt
|
2022-04-16 17:47:42 +08:00 |
Xiaoyu Wang
|
7a5148973c
|
enh: window clause validity check
|
2022-04-16 17:46:32 +08:00 |
Xiaoyu Wang
|
c40b590ad8
|
enh: window clause validity check
|
2022-04-16 17:27:54 +08:00 |
shenglian zhou
|
964d944ae2
|
Merge branch '3.0' into 3.0_udfd
|
2022-04-16 17:02:09 +08:00 |
yihaoDeng
|
9fae339710
|
enh: add tag index filter impl
|
2022-04-16 16:35:24 +08:00 |
Haojun Liao
|
d40f830b77
|
enh(query): optimize the data block load algorithm in table scan operator.
|
2022-04-16 16:06:48 +08:00 |
dapan1121
|
9547c0a09b
|
stmt
|
2022-04-16 15:59:19 +08:00 |
Haojun Liao
|
be4d72bf80
|
refactor(query): refactor executor module to optimization the block load filter routine.
|
2022-04-16 15:15:28 +08:00 |
slzhou
|
4e6caa3495
|
before using ssdatablock for udfd/udfdc communication
|
2022-04-16 14:19:33 +08:00 |
Haojun Liao
|
609826949a
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-16 13:59:54 +08:00 |
Xiaoyu Wang
|
61a6bee8f5
|
Merge pull request #11554 from taosdata/feature/3.0_wxy
feat: sql command "create stream"
|
2022-04-16 13:36:48 +08:00 |
Xiaoyu Wang
|
b9fb9c580d
|
feat: sql command "create stream"
|
2022-04-16 13:15:14 +08:00 |
Ganlin Zhao
|
ad7323166a
|
Merge branch '3.0' into feature/TD-14243
|
2022-04-16 12:51:49 +08:00 |
Haojun Liao
|
34c125e1bb
|
fix(query): fix bug in employing sma data during aggregate process.
|
2022-04-16 11:47:50 +08:00 |
Cary Xu
|
77dc7a1abb
|
Merge pull request #11550 from taosdata/feature/TD-11463-3.0
feat: Rollup SMA integration
|
2022-04-16 11:09:08 +08:00 |
Ganlin Zhao
|
29327a6d66
|
feat(query): support now()/today() arithmetic operation with time duration
TD-14243
|
2022-04-16 11:03:18 +08:00 |
Cary Xu
|
d4f7c43bbf
|
code optimization
|
2022-04-16 10:53:23 +08:00 |
Xiaoyu Wang
|
43f500ba4d
|
Merge pull request #11549 from taosdata/feature/3.0_wxy
enh: set appropriate block loading options for some queries
|
2022-04-16 10:30:56 +08:00 |
Haojun Liao
|
fd9e520865
|
other: merge 3.0 branch to resolve conflict.
|
2022-04-16 10:07:28 +08:00 |
Haojun Liao
|
53ff8c113e
|
fix(query): add a little bit more check when build SqlFunctionCtx.
|
2022-04-16 10:04:33 +08:00 |
Haojun Liao
|
597cba3aff
|
fix(query): enable to employ the scalar function as the parameter of the aggregate function.
|
2022-04-16 10:00:25 +08:00 |
Xiaoyu Wang
|
f13f952bbf
|
enh: set appropriate block loading options for some queries
|
2022-04-16 09:50:32 +08:00 |
wangmm0220
|
73c34da280
|
Merge branch '3.0' into feature/TD-13041
|
2022-04-16 09:30:26 +08:00 |
Haojun Liao
|
e6a4af8ed8
|
refactor(query): refactor the executor module of query.
|
2022-04-15 23:02:26 +08:00 |
yihaoDeng
|
acc12943b8
|
validate tag filter status
|
2022-04-15 22:17:22 +08:00 |
Yihao Deng
|
4b729ada42
|
Merge branch '3.0' into feature/tag_filter_oper
|
2022-04-15 21:42:46 +08:00 |
yihaoDeng
|
a172f11e24
|
add tag index filter
|
2022-04-15 21:38:56 +08:00 |
Xiaoyu Wang
|
f406c4e31d
|
complie error
|
2022-04-15 20:31:21 +08:00 |
Xiaoyu Wang
|
acb4a04459
|
complie error
|
2022-04-15 20:17:56 +08:00 |
dapan1121
|
e3ea173046
|
stmt
|
2022-04-15 20:10:51 +08:00 |
Xiaoyu Wang
|
3e1c4cc268
|
complie error
|
2022-04-15 20:07:35 +08:00 |
Haojun Liao
|
774e4ad62c
|
enh(query): add more load conditions check before load data block from file.
|
2022-04-15 20:06:27 +08:00 |
Xiaoyu Wang
|
e2164bf8cb
|
feat: CREATE STREAM statement implement, and syntax of JSON data type implement.
|
2022-04-15 19:35:46 +08:00 |
Xiaoyu Wang
|
01ea38586d
|
feat: CREATE STREAM statement implement, and syntax of JSON data type implement.
|
2022-04-15 19:22:11 +08:00 |
Haojun Liao
|
3fad3b682c
|
Merge pull request #11537 from taosdata/feature/3.0_liaohj
enh(query): add the file data block load optimization check.
|
2022-04-15 19:06:50 +08:00 |
slzhou
|
7ed7624306
|
after trying to retrive udf info from mnode
|
2022-04-15 18:31:57 +08:00 |
Xiaoyu Wang
|
ba1f3f7815
|
feat: CREATE STREAM statement implement, and syntax of JSON data type implement.
|
2022-04-15 18:30:01 +08:00 |
Haojun Liao
|
078c48a50a
|
other:fix syntax error.
|
2022-04-15 18:25:24 +08:00 |
Haojun Liao
|
5029cd67b2
|
ehn(query): add the file data block load optimization check.
|
2022-04-15 18:06:49 +08:00 |
Hongze Cheng
|
3fedb0042e
|
Merge pull request #11529 from taosdata/feature/vnode_refact
Feature/vnode refact
|
2022-04-15 17:36:52 +08:00 |
dapan1121
|
911c81d230
|
fix scheduler quit issue
|
2022-04-15 17:12:31 +08:00 |
Hongze Cheng
|
bc178c247d
|
fix a bug
|
2022-04-15 07:49:33 +00:00 |
Haojun Liao
|
684db8eba8
|
refactor(query): refactor some variable name and macro definitions.
|
2022-04-15 14:01:43 +08:00 |
Haojun Liao
|
7873c74e5f
|
other: merge 3.0 branch and resolve the conflict.
|
2022-04-15 13:45:13 +08:00 |
Haojun Liao
|
eaa6cd56a6
|
enh(query): add an new internal api to extract query result timestamp precision before the query response received from dnode.
|
2022-04-15 13:42:03 +08:00 |
dapan1121
|
b3978108bc
|
Merge pull request #11438 from taosdata/feature/qnode
feat: add heartbeat and performance_schema tables
|
2022-04-15 13:17:08 +08:00 |
Ganlin Zhao
|
e655a3cc1d
|
feat(query): support timezone() function
TD-14243
|
2022-04-15 13:15:29 +08:00 |
slzhou
|
5ea40c9d0e
|
save for poweroff
|
2022-04-15 12:19:22 +08:00 |
Haojun Liao
|
d2761b4114
|
ehn(query): refactor c driver codes.
|
2022-04-15 12:09:27 +08:00 |
Zhiqiang Wang
|
68bdc0deae
|
Merge pull request #11518 from taosdata/fix/ZhiqiangWang/TD-13758-fix-free-func-const-ptr
fix(os): const ptr is passed to free()
|
2022-04-15 11:27:36 +08:00 |
slzhou
|
ed597e6e54
|
pass compilation before udf call refinement
|
2022-04-15 11:19:00 +08:00 |
afwerar
|
66ea2d6bdc
|
fix(os): .free func const ptr.
|
2022-04-15 10:49:00 +08:00 |
Ganlin Zhao
|
0439e4f9f7
|
Merge branch '3.0' into feature/TD-14243
|
2022-04-15 10:16:55 +08:00 |
Haojun Liao
|
2b2c2ad5c1
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-15 09:07:36 +08:00 |
dapan1121
|
0e9ecc628e
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-15 08:33:53 +08:00 |
slzhou
|
7a9393093d
|
Merge branch '3.0' into 3.0_udfd
|
2022-04-15 08:21:56 +08:00 |
yihaoDeng
|
46ec8300d9
|
enh: add tag filter operator
|
2022-04-14 22:32:49 +08:00 |
Haojun Liao
|
c490820b09
|
feat(query): add the merge join operator for child table inner join.
|
2022-04-14 22:12:10 +08:00 |
Ganlin Zhao
|
ca3ce404af
|
feat(query): support now()/today() function in select clause
TD-14243
|
2022-04-14 21:38:33 +08:00 |
Shengliang Guan
|
f130161f1d
|
fix(cluster): compile error after merge from 3.0
|
2022-04-14 20:59:08 +08:00 |
Shengliang Guan
|
83a824a14d
|
Merge remote-tracking branch 'origin/3.0' into feature/check
|
2022-04-14 20:56:57 +08:00 |
Shengliang Guan
|
2635df084d
|
refact<cluster>: adjust show types
|
2022-04-14 20:54:43 +08:00 |
Xiaoyu Wang
|
50181dad15
|
feat: performance_schema related SHOW statements are rewritten, and KILL statements build the message
|
2022-04-14 20:35:44 +08:00 |
dapan1121
|
69f09fd0e3
|
stmt
|
2022-04-14 20:14:52 +08:00 |
shenglian zhou
|
946b565e99
|
sync home and office
|
2022-04-14 19:29:41 +08:00 |
wangmm0220
|
8072523561
|
refactor: add json tag function for sql parser
|
2022-04-14 19:01:11 +08:00 |
Xiaoyu Wang
|
9a59e94425
|
Merge pull request #11490 from taosdata/feature/3.0_wxy
enh(query): improve the validity check of function parameters
|
2022-04-14 18:34:32 +08:00 |
wangmm0220
|
93cbee6970
|
Merge branch '3.0' into feature/TD-13041
|
2022-04-14 18:25:08 +08:00 |
wangmm0220
|
32577d4196
|
refactor: add json tag function for sql parser
|
2022-04-14 18:24:21 +08:00 |
Xiaoyu Wang
|
9e05fdbd7b
|
enh(query): increase the validity check of function parameters
|
2022-04-14 18:18:23 +08:00 |
Haojun Liao
|
17c60b6cb3
|
Merge pull request #11483 from taosdata/feature/3.0_liaohj
ehn(query): remove some redundant codes in executor.
|
2022-04-14 17:42:56 +08:00 |
Haojun Liao
|
79596698ab
|
other: resolve conflict with 3.0 branch.
|
2022-04-14 16:51:46 +08:00 |
Shengliang Guan
|
a9a24a1447
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-14 16:49:01 +08:00 |
Ganlin Zhao
|
b6ec83d3c2
|
Merge pull request #11492 from taosdata/fix/TD-14732
fix(query): taosd crash when concat has NULL inputs
|
2022-04-14 16:27:08 +08:00 |
Xiaoyu Wang
|
64790e4de9
|
enh(query): increase the validity check of function parameters
|
2022-04-14 16:19:29 +08:00 |
Ganlin Zhao
|
bfa4d8a313
|
fix(query): taosd crash when concat has NULL inputs
TD-14732
|
2022-04-14 16:13:09 +08:00 |
dapan1121
|
c04bc1820c
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-14 16:04:42 +08:00 |
Xiaoyu Wang
|
7efb34fdfa
|
enh(query): increase the validity check of function parameters
|
2022-04-14 15:53:41 +08:00 |
Xiaoyu Wang
|
8118a20649
|
enh(query): increase the validity check of function parameters
|
2022-04-14 15:49:57 +08:00 |
Shengliang Guan
|
aa73603030
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-14 15:47:58 +08:00 |
Haojun Liao
|
928a977354
|
ehn(query): enhance the api of ssdatablock to support copy data while clone a new ssdatablock.
|
2022-04-14 15:33:37 +08:00 |
Ganlin Zhao
|
4eb20bda19
|
Merge pull request #11478 from taosdata/feature/TD-14243
feat(query): add today()/today() + duration in insert clause
|
2022-04-14 15:01:26 +08:00 |
Haojun Liao
|
0252fa49db
|
ehn(query): remove some redundant codes in executor.
|
2022-04-14 14:39:28 +08:00 |
Haojun Liao
|
33e51fda3e
|
ehn(query): refactor the executor module.
|
2022-04-14 14:34:02 +08:00 |
Shengliang Guan
|
6abed1ad5a
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-14 14:32:23 +08:00 |
Shengliang Guan
|
8b87786522
|
fix(cluster): create qnode in multi-process mode may crash
|
2022-04-14 14:26:54 +08:00 |
dapan1121
|
955695ebe5
|
Merge branch '3.0' into feature/qnode
|
2022-04-14 14:10:19 +08:00 |
Haojun Liao
|
3457a5e5af
|
other: merge 3.0
|
2022-04-14 13:23:09 +08:00 |
Ganlin Zhao
|
b355e2b3c8
|
feat(query): add today()/today() + duration in insert clause
TD-14243
|
2022-04-14 12:53:59 +08:00 |
afwerar
|
332b5504a2
|
fix(grant): change the way taosd calls grant.
|
2022-04-14 11:53:02 +08:00 |
Haojun Liao
|
e0654bac73
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-14 11:43:36 +08:00 |
Haojun Liao
|
9c9e980ec0
|
test(query): update tsim test scripts.
|
2022-04-14 11:36:06 +08:00 |
Ganlin Zhao
|
50fa78b0bb
|
Merge pull request #11469 from taosdata/feature/TD-14243
refactor(query): add TK_TODAY in keyword hashtable
|
2022-04-14 10:01:31 +08:00 |
Ganlin Zhao
|
8572bd2afa
|
feat(query): add TK_TODAY in keyword hashtable
TD-14243
|
2022-04-13 21:22:57 +08:00 |
Ganlin Zhao
|
32b7c445c8
|
Merge pull request #11468 from taosdata/feature/TD-14243
feat(query): support now()/now() + duration syntax in insert clause
|
2022-04-13 21:15:49 +08:00 |
Ganlin Zhao
|
729218f3e8
|
feat(query): support now()/now() + duration syntax in insert clause
TD-14243
|
2022-04-13 20:38:19 +08:00 |
shenglian zhou
|
3f62f8a333
|
sync home and office
|
2022-04-13 19:45:33 +08:00 |
Xiaoyu Wang
|
ac1673fc71
|
Merge pull request #11463 from taosdata/feature/3.0_wxy
feat(query): distributed splitting of child/normal table JOIN
|
2022-04-13 19:43:01 +08:00 |
dapan1121
|
362440660f
|
Merge remote-tracking branch 'origin/feature/qnode3' into feature/qnode
|
2022-04-13 19:37:54 +08:00 |
dapan1121
|
3bc9550233
|
feature/qnode
|
2022-04-13 19:33:07 +08:00 |
Haojun Liao
|
5a0a036770
|
other: merge 3.0
|
2022-04-13 19:32:49 +08:00 |
Haojun Liao
|
bcbc8618d2
|
ehn(query): refactor show module in mnode.
|
2022-04-13 19:27:47 +08:00 |
Xiaoyu Wang
|
13735d7257
|
feat(query): distributed splitting of child/normal table JOIN
|
2022-04-13 19:04:25 +08:00 |
dapan1121
|
d57ecd97b0
|
stmt
|
2022-04-13 17:52:26 +08:00 |
Ganlin Zhao
|
4e9a9318c5
|
Merge pull request #11460 from taosdata/feature/TD-14243
feat(query): add timediff function
|
2022-04-13 17:39:15 +08:00 |
Ganlin Zhao
|
eabfc7d31c
|
feat(query): add timediff function
TD-14243
|
2022-04-13 17:13:14 +08:00 |
Ganlin Zhao
|
9a09f15de8
|
feat(query): add timediff function
TD-14243
|
2022-04-13 16:57:58 +08:00 |
Liu Jicong
|
9f1c7968e4
|
Merge pull request #11452 from taosdata/feature/tq
feat: support tmq msg parse
|
2022-04-13 16:35:24 +08:00 |
Liu Jicong
|
1a13affb13
|
Merge branch '3.0' into feature/tq
|
2022-04-13 16:05:02 +08:00 |
Cary Xu
|
84a7a9afb1
|
Merge branch '3.0' into feature/TD-11463-3.0
|
2022-04-13 16:03:21 +08:00 |
Cary Xu
|
f9d162bae2
|
tsma use TDB
|
2022-04-13 16:02:55 +08:00 |
Liu Jicong
|
03d7201d47
|
feat: support tmq msg parse
|
2022-04-13 16:00:30 +08:00 |
Ganlin Zhao
|
61b39204b5
|
feat(query): add timetruncate function
TD-14243
|
2022-04-13 14:14:46 +08:00 |
Ganlin Zhao
|
a497670f29
|
Merge pull request #11440 from taosdata/feature/TD-14243
feat(query): add to_unixtimestamp function
|
2022-04-13 12:38:57 +08:00 |
Ganlin Zhao
|
c0b3607756
|
feat(query): add to_unixtimestamp function
TD-14243
|
2022-04-13 11:41:02 +08:00 |
dapan1121
|
d04c0bc436
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-13 10:48:56 +08:00 |
dapan1121
|
94b5031554
|
feature/qnode
|
2022-04-13 10:48:26 +08:00 |
Ganlin Zhao
|
14a4fb036c
|
Merge pull request #11429 from taosdata/feature/TD-14243
feat(query): add to_iso8601 function
|
2022-04-12 20:36:45 +08:00 |
Xiaoyu Wang
|
baa0696625
|
Merge pull request #11428 from taosdata/feature/3.0_wxy
feat(query): child table or normal table support JOIN-clause
|
2022-04-12 20:25:17 +08:00 |
Ganlin Zhao
|
ef4d75f463
|
feat(query): add to_iso8601 function
TD-14243
|
2022-04-12 20:02:33 +08:00 |
Xiaoyu Wang
|
d8762d401f
|
feat(query): child table or normal table support JOIN-clause
|
2022-04-12 20:02:16 +08:00 |
dapan1121
|
c9b43b2924
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-12 19:13:40 +08:00 |
dapan1121
|
39fb565119
|
Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode
|
2022-04-12 19:11:44 +08:00 |
dapan1121
|
b8391fad62
|
fix heartbeat msg
|
2022-04-12 19:10:52 +08:00 |
Haojun Liao
|
739c4e3815
|
enh(query): Get the precise size of SSDatablock when allocating memory buffer.
|
2022-04-12 18:28:43 +08:00 |
Haojun Liao
|
684a1f23ad
|
Merge pull request #11424 from taosdata/feature/3.0_liaohj
fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
|
2022-04-12 18:20:28 +08:00 |
Haojun Liao
|
e10794169e
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-12 18:19:40 +08:00 |
Haojun Liao
|
b9bf2515f5
|
fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
|
2022-04-12 17:55:17 +08:00 |
Xiaoyu Wang
|
bcdc9b45e2
|
Merge pull request #11419 from taosdata/feature/3.0_wxy
fix: is_null expression returned an incorrect result
|
2022-04-12 17:03:01 +08:00 |
Xiaoyu Wang
|
ec643ceecd
|
fix: is_null expression returned an incorrect result
|
2022-04-12 16:12:45 +08:00 |
Shengliang Guan
|
b9f5237d8d
|
Merge pull request #11418 from taosdata/feature/node
fix(cluster): get monitor info in multi-process mode
|
2022-04-12 16:11:36 +08:00 |
Ganlin Zhao
|
ff70238e38
|
Merge pull request #11413 from taosdata/feature/TD-14242
feat(query): add cast function
|
2022-04-12 14:34:33 +08:00 |
Haojun Liao
|
fac649403a
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-12 14:28:55 +08:00 |
Haojun Liao
|
ec0637df8d
|
Merge pull request #11412 from taosdata/feature/3.0_liaohj
fix(query): load the null data in nchar/binary columns.
|
2022-04-12 14:26:01 +08:00 |
Liu Jicong
|
fc3b4785ca
|
Merge pull request #11409 from taosdata/feature/tq
refactor: TAOS_RES process
|
2022-04-12 14:07:14 +08:00 |
Xiaoyu Wang
|
5a70bddb6f
|
Merge pull request #11411 from taosdata/feature/3.0_wxy
enh(query):optimize scanning through SQL functions
|
2022-04-12 13:34:03 +08:00 |
Shengliang Guan
|
c55a3c2f9e
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-12 13:20:49 +08:00 |
Haojun Liao
|
9899a5e6b0
|
fix(query): load the null data in nchar/binary columns.
|
2022-04-12 13:16:36 +08:00 |
Xiaoyu Wang
|
93d379638c
|
enh(query):optimize scanning through SQL functions
|
2022-04-12 13:10:47 +08:00 |
Liu Jicong
|
db796f9e7f
|
merge from 3.0
|
2022-04-12 10:59:13 +08:00 |
Liu Jicong
|
bc6a466b36
|
refactor TAOS_RES process
|
2022-04-12 10:45:34 +08:00 |
Zhiqiang Wang
|
925ac93e38
|
Merge pull request #11393 from taosdata/fix/ZhiqiangWang/TD-13756-fix-macro-name-error
fix: correct macro name error
|
2022-04-12 10:10:55 +08:00 |
Haojun Liao
|
fc58e2392d
|
Merge pull request #11404 from taosdata/feature/3.0_liaohj
fix[query]: fix null write error bug for varchar/nchar data type.
|
2022-04-11 23:35:18 +08:00 |
Haojun Liao
|
cf890f6e10
|
fix[query]: fix null write error bug for varchar/nchar data type.
|
2022-04-11 23:05:39 +08:00 |
Haojun Liao
|
6f6adece3e
|
Merge pull request #11398 from taosdata/feature/3.0_liaohj
fix[query]: enable min/max function to be applied to bool data type.
|
2022-04-11 22:54:55 +08:00 |
yihaoDeng
|
01af381036
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into nDev
|
2022-04-11 21:27:34 +08:00 |
yihaoDeng
|
4990fd51ab
|
fix rpc problem
|
2022-04-11 20:54:27 +08:00 |
Ganlin Zhao
|
a59b558331
|
feat(query): add cast function
TD-14242
|
2022-04-11 20:22:53 +08:00 |
Haojun Liao
|
74e5ebc322
|
fix[query]: enable min/max function to be applied to bool data type.
|
2022-04-11 19:50:34 +08:00 |
Shengliang Guan
|
dd155fda16
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-11 19:47:39 +08:00 |
Shengliang Guan
|
34286624f3
|
fix(cluster): delete redundant logs
|
2022-04-11 19:47:24 +08:00 |
Haojun Liao
|
a3be085135
|
Merge pull request #11392 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-04-11 19:32:12 +08:00 |
afwerar
|
c11946fd75
|
[TD-13756]<fix>: Fix macro name error.
|
2022-04-11 18:55:43 +08:00 |
WANG MINGMING
|
bc9157a6a2
|
Merge pull request #11387 from taosdata/feature/TD-14222-new
refactor: add encode/decode logic for operator result info
|
2022-04-11 18:17:32 +08:00 |
Shengliang Guan
|
e61a8b6a14
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-11 18:14:06 +08:00 |
Shengliang Guan
|
7f3b15020c
|
fix(cluster): get monitor info in multi-process mode
|
2022-04-11 18:13:55 +08:00 |
Xiaoyu Wang
|
147675c71f
|
Merge pull request #11385 from taosdata/feature/3.0_wxy
enh: set datablock desc timestamp precision, and fix the bug of constant calculation
|
2022-04-11 18:05:43 +08:00 |
wangmm0220
|
bc4e73a3dd
|
feat: optimize encode/decode resultRow
|
2022-04-11 17:55:53 +08:00 |
Xiaoyu Wang
|
983e4aa010
|
set datablock desc timestamp precision
|
2022-04-11 17:42:05 +08:00 |
Haojun Liao
|
2624fa2711
|
fix[query]: invalid write.
|
2022-04-11 17:36:10 +08:00 |
wangmm0220
|
45b766cd35
|
feat: optimize encode/decode resultRow
|
2022-04-11 17:35:17 +08:00 |
wangmm0220
|
78fd2d3a3e
|
feat: optimize encode/decode resultRow
|
2022-04-11 17:30:27 +08:00 |
wangmm0220
|
4961b6ab8e
|
feat: optimize encode/decode resultRow
|
2022-04-11 17:08:13 +08:00 |
Haojun Liao
|
8240efda4c
|
fix[query]: enable filter on nchar type.
|
2022-04-11 17:03:41 +08:00 |
dapan1121
|
baab065136
|
Merge branch '3.0' into feature/qnode
|
2022-04-11 16:39:28 +08:00 |
Xiaoyu Wang
|
e30d114c7b
|
set datablock desc timestamp precision
|
2022-04-11 16:27:42 +08:00 |
Haojun Liao
|
115ac26c8e
|
Merge pull request #11379 from taosdata/feature/3.0_liaohj
fix[query]:enable sum function to be applied to bool data type.
|
2022-04-11 15:49:50 +08:00 |
Haojun Liao
|
6b681d79d4
|
fix[query]:enable sum function to be applied to bool data type.
|
2022-04-11 15:25:19 +08:00 |
Haojun Liao
|
c18810402c
|
Merge pull request #11376 from taosdata/feature/3.0_liaohj
fix[query]:fix memory invalid write in group by nchar data.
|
2022-04-11 15:24:25 +08:00 |
Haojun Liao
|
b223010bdd
|
fix[query]:fix memory invalid write in group by nchar data.
|
2022-04-11 14:54:16 +08:00 |
Xiaoyu Wang
|
cd75d1121a
|
constant calc bugfix
|
2022-04-11 14:48:07 +08:00 |
dapan1121
|
6f12bc1093
|
feature/qnode
|
2022-04-11 14:15:09 +08:00 |
wangmm0220
|
8e42ce1d27
|
fix:fix conflict merge from 3.0
|
2022-04-11 14:12:53 +08:00 |
wangmm0220
|
9a543fb331
|
feat:fix error in result row
|
2022-04-11 14:09:47 +08:00 |
Haojun Liao
|
c828ed3793
|
Merge pull request #11369 from taosdata/feature/3.0_liaohj
test[query]:update the script.
|
2022-04-11 11:10:02 +08:00 |
Haojun Liao
|
ca5d5ca7bb
|
test[query]:update the script.
|
2022-04-11 10:44:37 +08:00 |
dapan1121
|
abd60582d4
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-11 09:14:27 +08:00 |
shenglian zhou
|
6f5f6896a5
|
udfc destroy mutex after thread exit
|
2022-04-10 21:59:07 +08:00 |
shenglian zhou
|
4d59a4a57c
|
Merge branch '3.0' into 3.0_udfd
|
2022-04-10 21:11:11 +08:00 |
Ganlin Zhao
|
6a734a74ac
|
Merge pull request #11365 from taosdata/feature/TD-14242
<feat>[query]: add cast function SQL syntax
|
2022-04-10 19:55:03 +08:00 |
Ganlin Zhao
|
5fb7a7955f
|
Merge branch '3.0' into feature/TD-14242
|
2022-04-10 19:33:04 +08:00 |
Ganlin Zhao
|
03cce69b75
|
<feat>[query]: add cast function SQL syntax
TD-14242
|
2022-04-10 19:13:44 +08:00 |
afwerar
|
2662a3b69d
|
[TD-13254]<fix>: make 3.0 grant.
|
2022-04-10 19:08:16 +08:00 |
shenglian zhou
|
ce9585a350
|
before integration test success
|
2022-04-10 17:28:28 +08:00 |
Haojun Liao
|
1df069814a
|
feat[query]:add time slice operator.
|
2022-04-10 15:35:09 +08:00 |
yihaoDeng
|
3d6030a4e7
|
handle conflict
|
2022-04-10 10:13:22 +08:00 |
Haojun Liao
|
ccd3f27fe9
|
Merge pull request #11357 from taosdata/feature/3.0_liaohj
fix[query]: fix the filter not active bug.
|
2022-04-10 00:29:33 +08:00 |
Haojun Liao
|
9c9082ce3f
|
fix[query]: fix the filter not active bug.
|
2022-04-09 23:58:49 +08:00 |
Haojun Liao
|
0bb9e89069
|
Merge pull request #11356 from taosdata/feature/3.0_liaohj
fix[query]:fix a bug in the filter processing, and update a query related test script.
|
2022-04-09 23:57:41 +08:00 |
Haojun Liao
|
08f0b05721
|
<fix>[query]:fix bug in filter, and update a query related test script.
|
2022-04-09 23:28:16 +08:00 |
Haojun Liao
|
9d7d12b397
|
Merge pull request #11322 from taosdata/feature/3.0_liaohj
<fix>[query]: fix filter caused taosd crash.td-14566.
|
2022-04-09 22:52:32 +08:00 |
Haojun Liao
|
20b36401ac
|
fix[query]:fix limit/offset bug.
|
2022-04-09 19:03:31 +08:00 |
Yihao Deng
|
e1e4d3d600
|
Merge pull request #11350 from taosdata/fix/handle_rpc_except
handle except
|
2022-04-09 18:50:39 +08:00 |
Haojun Liao
|
d6338ca773
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-04-09 18:30:05 +08:00 |
yihaoDeng
|
7e82f381af
|
handle except
|
2022-04-09 18:24:01 +08:00 |
dapan1121
|
c33f31b6d5
|
feature/qnode
|
2022-04-09 18:12:15 +08:00 |
Shengliang Guan
|
2a88060067
|
feat[cluster]: create and drop snode bnode
|
2022-04-09 17:52:29 +08:00 |
Shengliang Guan
|
f18cdd5f87
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-09 17:38:26 +08:00 |
Xiaoyu Wang
|
990fe3fab2
|
Merge pull request #11339 from taosdata/feature/3.0_wxy
create/drop/show bnode/snode/mnode frontend implement
|
2022-04-09 17:34:56 +08:00 |
dapan1121
|
ac60b0408a
|
Merge pull request #11342 from taosdata/feature/qnode
feature/qnode
|
2022-04-09 17:13:07 +08:00 |
Shengliang Guan
|
e9f84582f0
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-09 17:08:07 +08:00 |
Liu Jicong
|
59945477ab
|
merge from 3.0
|
2022-04-09 16:47:10 +08:00 |
Liu Jicong
|
5189643909
|
extract compressed col data format
|
2022-04-09 16:44:31 +08:00 |
Shengliang Guan
|
39dde85ecc
|
feat<cluster>: create and delete qnode
|
2022-04-09 16:32:19 +08:00 |
Haojun Liao
|
6a245710c9
|
other: merge 3.0 branch.
|
2022-04-09 16:24:44 +08:00 |
Haojun Liao
|
208f639806
|
feature[query]:refactor show query processing in mnode.
|
2022-04-09 16:19:08 +08:00 |
dapan1121
|
3295507835
|
feature/qnode
|
2022-04-09 16:14:01 +08:00 |
wangmm0220
|
80d5c856ea
|
<feature>:merge from 3.0
|
2022-04-09 16:08:10 +08:00 |
Shengliang Guan
|
66ef1daeb9
|
refactor[cluster]: adjust the error codes
|
2022-04-09 16:05:20 +08:00 |
Xiaoyu Wang
|
3544c8789b
|
create/drop/show bnode/snode/mnode frontend implement
|
2022-04-09 15:57:39 +08:00 |
Shengliang Guan
|
4460463317
|
feat<cluster>: create and delete qnode
|
2022-04-09 15:31:50 +08:00 |
Haojun Liao
|
bece2cbd35
|
<feat>[query]: add the state window operator implementation.
|
2022-04-09 15:01:28 +08:00 |
Xiaoyu Wang
|
a6b5dd8ef0
|
create/drop/show bnode/snode/mnode frontend implement
|
2022-04-09 14:57:28 +08:00 |
dapan1121
|
f207646a64
|
Merge pull request #11338 from taosdata/feature/qnode
feature/qnode
|
2022-04-09 14:38:58 +08:00 |
Xiaoyu Wang
|
5972ee3028
|
Merge pull request #11332 from taosdata/feature/3.0_wxy
constant condition optimize
|
2022-04-09 13:48:34 +08:00 |
dapan1121
|
257b729757
|
feature/qnode
|
2022-04-09 13:36:36 +08:00 |
dapan1121
|
cd8a0e89ce
|
Merge pull request #11330 from taosdata/feature/qnode
Feature/qnode
|
2022-04-09 13:20:10 +08:00 |
yihaoDeng
|
119bdf8c7c
|
compile failed
|
2022-04-09 13:16:32 +08:00 |
Haojun Liao
|
1d51e42b0e
|
<fix>[query]:fix some syntax errors.
|
2022-04-09 13:10:55 +08:00 |
Haojun Liao
|
6af7e1810f
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-09 11:56:45 +08:00 |
Haojun Liao
|
2523445452
|
<fix>[query]: refactor.
|
2022-04-09 11:55:59 +08:00 |
WANG MINGMING
|
6fbe057a0b
|
Merge pull request #11311 from taosdata/feature/TD-14422
Feature/td 14422
|
2022-04-09 11:32:48 +08:00 |
Shengliang Guan
|
b1a8ed96f6
|
Merge remote-tracking branch 'origin/3.0' into feature/shm
|
2022-04-09 10:40:02 +08:00 |
Shengliang Guan
|
ffaef98b75
|
feat[cluster]: send monitor information in multi-process mode
|
2022-04-09 10:39:47 +08:00 |
wangmm0220
|
388ab2f50d
|
<fix>:fix compile error
|
2022-04-09 10:31:15 +08:00 |
WANG MINGMING
|
41392e9e4a
|
Merge branch '3.0' into feature/TD-14422
|
2022-04-09 10:18:52 +08:00 |
Haojun Liao
|
94e19cc32a
|
<fix>[query]: fix scalar function calculate bug in scalar module. td-14576
|
2022-04-09 10:10:56 +08:00 |
Xiaoyu Wang
|
a80610560d
|
constant condition optimize
|
2022-04-09 10:09:17 +08:00 |
Shengliang Guan
|
a722d3df4b
|
feat[cluster]: send monitor information in multi-process mode
|
2022-04-09 09:51:56 +08:00 |
dapan1121
|
a8f740bcbb
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-09 09:41:18 +08:00 |
dapan1121
|
e9f7bf866a
|
feature/qnode
|
2022-04-09 09:39:01 +08:00 |
Shengliang Guan
|
951ee6136c
|
feat[cluster]: send monitor information in multi-process mode
|
2022-04-08 21:25:46 +08:00 |
Ganlin Zhao
|
f072afe717
|
Merge pull request #11326 from taosdata/fix/TD-14572
<fix>[query]: fix length/char_length data block pointer with proper offset
|
2022-04-08 21:16:59 +08:00 |
Ganlin Zhao
|
da2d8efc96
|
<fix>[query]: fix length/char_length data block pointer with proper offset
TD-14572
|
2022-04-08 20:56:00 +08:00 |
Ganlin Zhao
|
743649e1b7
|
<fix>[query]: fix length/char_length data block pointer with proper offset
TD-14572
|
2022-04-08 20:38:15 +08:00 |
Xiaoyu Wang
|
8a3a51ae23
|
Merge pull request #11323 from taosdata/feature/3.0_wxy
first(*)/last(*) rewrite
|
2022-04-08 20:13:07 +08:00 |
Shengliang Guan
|
b34ea72a04
|
feat[cluster]: send monitor information in multi-process mode
|
2022-04-08 19:59:10 +08:00 |
Xiaoyu Wang
|
8ef6b184f2
|
first(*)/last(*) rewrite
|
2022-04-08 19:44:15 +08:00 |
Shengliang Guan
|
4105842574
|
Merge remote-tracking branch 'origin/3.0' into feature/shm
|
2022-04-08 19:43:06 +08:00 |
Haojun Liao
|
8a62f5fa73
|
<fix>[query]: fix filter caused taosd crash.td-14566.
|
2022-04-08 19:41:55 +08:00 |
Haojun Liao
|
126658bf80
|
Merge pull request #11313 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-04-08 19:33:58 +08:00 |
Shengliang Guan
|
f98ceb04be
|
feat: send monitor information in multi-process mode
|
2022-04-08 19:29:17 +08:00 |
Yihao Deng
|
07805fd553
|
Merge pull request #11318 from taosdata/feature/trans-fix
[transport]<fix> cannot transport by hostname
|
2022-04-08 19:10:06 +08:00 |
yihaoDeng
|
0936b86660
|
[transport]<fix> cannot transport by hostname
|
2022-04-08 18:49:34 +08:00 |
Liu Jicong
|
deab8952e5
|
Merge pull request #11319 from taosdata/feature/tq
Feature/tq
|
2022-04-08 18:25:25 +08:00 |
Yihao Deng
|
70f5abeb6a
|
Merge branch '3.0' into feature/create_index
|
2022-04-08 18:11:17 +08:00 |
Yihao Deng
|
471a76198f
|
Merge branch '3.0' into feature/trans-fix
|
2022-04-08 17:53:02 +08:00 |
yihaoDeng
|
2e6b9c7b99
|
[transport]<fix> cannot transport by hostname
|
2022-04-08 17:43:48 +08:00 |
Haojun Liao
|
cf9e0be1c9
|
[td-14493] support slimit/soffset
|
2022-04-08 17:37:57 +08:00 |
WANG MINGMING
|
bcbba6d0ae
|
Merge branch '3.0' into feature/TD-14422
|
2022-04-08 17:28:03 +08:00 |
dapan1121
|
519b6ca0f3
|
Merge pull request #11305 from taosdata/feature/qnode
Feature/qnode
|
2022-04-08 17:21:33 +08:00 |
Liu Jicong
|
0480cb68e2
|
merge from 3.0
|
2022-04-08 17:14:34 +08:00 |
wangmm0220
|
bd3a7838c0
|
Merge branch '3.0' into feature/TD-14422
|
2022-04-08 16:53:56 +08:00 |
wangmm0220
|
460d43f22c
|
<fix>: fix index map error from table scan to sort output
|
2022-04-08 16:53:09 +08:00 |
Shengliang Guan
|
e84abcfb79
|
feat: send monitor information in multi-process mode
|
2022-04-08 16:06:35 +08:00 |
dapan1121
|
9f4744c6f3
|
feature/qnode
|
2022-04-08 16:05:30 +08:00 |
Shengliang Guan
|
f492ae743a
|
feat: send monitor information in multi-process mode
|
2022-04-08 16:05:28 +08:00 |
Haojun Liao
|
e77ecba753
|
[td-14493] fix bug in partition by.
|
2022-04-08 15:31:03 +08:00 |
Liu Jicong
|
6df2fae1a2
|
fix compile
|
2022-04-08 15:26:02 +08:00 |
Hongze Cheng
|
4a03b48fba
|
Merge pull request #11312 from taosdata/feature/vnode
Feature/vnode
|
2022-04-08 15:18:34 +08:00 |
wangmm0220
|
65a2131493
|
<fix>: fix index map error from table scan to sort output
|
2022-04-08 14:40:02 +08:00 |
Xiaoyu Wang
|
fdbab777e5
|
Merge pull request #11310 from taosdata/feature/3.0_wxy
TD-14457 TD-14537 TD-14571 bugfix
|
2022-04-08 14:24:42 +08:00 |
wangmm0220
|
1f8d2ea446
|
<fix>: fix index map error from table scan to sort output
|
2022-04-08 14:17:32 +08:00 |
Hongze Cheng
|
6faaafb7a2
|
remove tsdb.h and meta.h
|
2022-04-08 06:09:15 +00:00 |
Xiaoyu Wang
|
e87e7c3335
|
TD-14457 TD-14537 TD-14571 bugfix
|
2022-04-08 13:59:32 +08:00 |
Haojun Liao
|
28456a034c
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-08 13:13:38 +08:00 |
Haojun Liao
|
f700e4746c
|
[td-14393] fix bug.
|
2022-04-08 13:09:44 +08:00 |
shenglian zhou
|
44bc9731d0
|
sync home / office
|
2022-04-08 11:50:16 +08:00 |
wangmm0220
|
8df8c60f60
|
merge from 3.0
|
2022-04-08 10:58:39 +08:00 |
Ganlin Zhao
|
5fd76a870e
|
Merge pull request #11306 from taosdata/fix/TD-14575
[TD-14575]<fix>: fix rtrim result not correct for nchar columns
|
2022-04-08 10:44:04 +08:00 |
Ganlin Zhao
|
57c574e38a
|
[TD-14575]<fix>: fix rtrim result not correct for nchar columns
|
2022-04-08 10:40:55 +08:00 |
dapan1121
|
b0184c201f
|
feature/qnode
|
2022-04-08 10:27:27 +08:00 |
Haojun Liao
|
b984e12e4c
|
[td-14493] support partition by
|
2022-04-08 10:24:35 +08:00 |
dapan1121
|
2ebb540d2e
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-08 08:45:55 +08:00 |
yihaoDeng
|
c40ab3679a
|
add create index msg
|
2022-04-07 21:40:21 +08:00 |
yihaoDeng
|
e23ead7da8
|
add create index msg
|
2022-04-07 21:32:30 +08:00 |
Xiaoyu Wang
|
9ef7db3964
|
Merge pull request #11296 from taosdata/feature/3.0_wxy
sort plan bugfix
|
2022-04-07 20:03:36 +08:00 |
Ganlin Zhao
|
aa2396acca
|
Merge pull request #11295 from taosdata/fix/TD-14572
[TD-14572]<fix>: fix char_length result when nchar column has chinese characters
|
2022-04-07 19:45:08 +08:00 |
Xiaoyu Wang
|
07892f0f62
|
sort plan bugfix
|
2022-04-07 19:28:00 +08:00 |
Xiaoyu Wang
|
ef7d784394
|
sort plan bugfix
|
2022-04-07 19:08:28 +08:00 |
Ganlin Zhao
|
f22574262a
|
[TD-14572]<fix>: fix char_length result when nchar column has chinese characters
|
2022-04-07 18:53:34 +08:00 |
Ganlin Zhao
|
bb847e87bd
|
[TD-14572]<fix>: fix char_length result when nchar column has chinese characters
|
2022-04-07 18:49:33 +08:00 |
Xiaoyu Wang
|
05d6ccf43e
|
Merge pull request #11293 from taosdata/feature/3.0_wxy
db/table options adjust
|
2022-04-07 18:43:28 +08:00 |
Xiaoyu Wang
|
a7aa815215
|
db/table options adjust
|
2022-04-07 18:19:20 +08:00 |
wangmm0220
|
bb18e3c485
|
fix error in sort logic
|
2022-04-07 17:50:06 +08:00 |
yihaoDeng
|
36670708b2
|
add create index msg
|
2022-04-07 17:41:16 +08:00 |
shenglian zhou
|
517e587c35
|
udfd exit and restart processing
|
2022-04-07 17:32:58 +08:00 |
Cary Xu
|
c3b5f435b0
|
tsma integration with stream computing
|
2022-04-07 17:13:55 +08:00 |
Shengliang Guan
|
7aea48a2a5
|
Merge pull request #11289 from taosdata/feature/shm
config thread nums
|
2022-04-07 16:43:58 +08:00 |
Ganlin Zhao
|
c0b2e2caa0
|
fix taosd crash issue
|
2022-04-07 16:13:34 +08:00 |
Haojun Liao
|
628096b3dd
|
Merge pull request #11285 from taosdata/feature/3.0_liaohj
[td-14493] add new api.
|
2022-04-07 15:24:59 +08:00 |
Haojun Liao
|
945de54b68
|
[td-14493] add new api.
|
2022-04-07 14:51:52 +08:00 |
Shengliang Guan
|
e4652d5a7c
|
adjust thread nums
|
2022-04-07 14:48:13 +08:00 |
Haojun Liao
|
52ada128d8
|
Merge pull request #11280 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-04-07 14:41:23 +08:00 |
Haojun Liao
|
c84afedce0
|
[td-14493] refactor.
|
2022-04-07 13:57:47 +08:00 |
wangmm0220
|
225cf61845
|
merge from 3.0
|
2022-04-07 11:31:50 +08:00 |
Ganlin Zhao
|
264ebbd495
|
Merge pull request #11274 from taosdata/fix/TD-14525
[TD-14525]<fix>: fix taosd crash if scalar function has constant param
|
2022-04-07 10:50:12 +08:00 |
Haojun Liao
|
ba29bc21f4
|
Merge pull request #11268 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-04-07 10:48:45 +08:00 |
Ganlin Zhao
|
772a5d114a
|
[TD-14525]<fix>: fix taosd crash if scalar function has constant param
|
2022-04-07 10:30:41 +08:00 |
Ganlin Zhao
|
cd972fdb00
|
[TD-14525]<fix>: fix taosd crash if scalar function has constant param
|
2022-04-07 10:26:18 +08:00 |
Haojun Liao
|
94b7081e97
|
[td-14493] fix bug found by regression test.
|
2022-04-07 10:24:22 +08:00 |
Haojun Liao
|
50f0ab05ff
|
[td-14493] support distinct.
|
2022-04-06 23:00:32 +08:00 |
Xiaoyu Wang
|
e5b18c6e0e
|
Merge pull request #11263 from taosdata/feature/3.0_wxy
normal table rollup translate, and condition rewrite
|
2022-04-06 20:19:15 +08:00 |
Hongze Cheng
|
f739e7c32a
|
Merge pull request #11258 from taosdata/feature/meta
Feature/meta
|
2022-04-06 20:02:48 +08:00 |
Xiaoyu Wang
|
ead76ab6d2
|
normal table rollup translate, and condition rewrite
|
2022-04-06 19:59:27 +08:00 |
wangmm0220
|
288b50aef2
|
fix error in sort logic
|
2022-04-06 19:53:17 +08:00 |
wangmm0220
|
4cc93f9984
|
fix error in sort logic
|
2022-04-06 19:51:28 +08:00 |
wangmm0220
|
c9de8b3b15
|
fix error in sort logic
|
2022-04-06 19:50:24 +08:00 |
Haojun Liao
|
d4d210af5b
|
[td-14493] support distinct.
|
2022-04-06 19:46:38 +08:00 |
Hongze Cheng
|
70810ddb39
|
fix a small bug
|
2022-04-06 11:37:34 +00:00 |
Xiaoyu Wang
|
3c7927d2b4
|
normal table rollup translate, and condition rewrite
|
2022-04-06 06:50:38 -04:00 |
wangmm0220
|
c4f67c25fb
|
fix no return error
|
2022-04-06 18:47:56 +08:00 |
wangmm0220
|
83eacf8d07
|
merge from 3.0
|
2022-04-06 18:38:19 +08:00 |
wangmm0220
|
aced34c438
|
fix error in sort operation
|
2022-04-06 18:30:25 +08:00 |
Haojun Liao
|
6f26d1771c
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-06 18:30:12 +08:00 |
Haojun Liao
|
21b94f4caf
|
[td-14393] refactor.
|
2022-04-06 18:29:08 +08:00 |
Haojun Liao
|
09824c4934
|
[td-14493] set correct primary timestamp column index.
|
2022-04-06 18:26:35 +08:00 |
Haojun Liao
|
af32cfcaef
|
Merge pull request #11262 from taosdata/feature/3.0_liaohj
[td-14493] support having in group by
|
2022-04-06 18:25:52 +08:00 |
dapan1121
|
0b6f147d9d
|
Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode
|
2022-04-06 18:22:56 +08:00 |
dapan1121
|
27240a7dcf
|
feature/qnode
|
2022-04-06 18:22:41 +08:00 |
Hongze Cheng
|
f136211bad
|
fix TDB encode and decode bug
|
2022-04-06 10:21:36 +00:00 |
yihaoDeng
|
c6722c0f6f
|
handle except
|
2022-04-06 18:15:55 +08:00 |
Haojun Liao
|
6863999ec5
|
[td-14493] support having in group by
|
2022-04-06 17:59:08 +08:00 |
dapan1121
|
460036a0d4
|
feature/qnode
|
2022-04-06 17:50:03 +08:00 |
wangmm0220
|
4bc0e507da
|
modify test case
|
2022-04-06 17:10:51 +08:00 |
wangmm0220
|
f72c983792
|
modify test case
|
2022-04-06 16:56:13 +08:00 |
dapan1121
|
7c1d1a2436
|
Merge pull request #11249 from taosdata/feature/qnode
Feature/qnode
|
2022-04-06 16:49:52 +08:00 |
wangmm0220
|
865a13c1c2
|
fix error in sort logic
|
2022-04-06 16:46:26 +08:00 |
Hongze Cheng
|
0cfbca6284
|
Merge branch 'feature/tdb' of https://github.com/taosdata/TDengine into feature/meta
|
2022-04-06 08:44:38 +00:00 |
Hongze Cheng
|
610832f0b4
|
keep committed data in TDB
|
2022-04-06 08:41:53 +00:00 |
Xiaoyu Wang
|
68c7cb6f9b
|
Merge pull request #11256 from taosdata/feature/3.0_wxy
TD-13037 distinct, state window and partition by plan implement
|
2022-04-06 16:09:54 +08:00 |
Hongze Cheng
|
938ce798c5
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-04-06 07:59:51 +00:00 |
Hongze Cheng
|
cf727c9db3
|
fix show tables problem
|
2022-04-06 07:54:52 +00:00 |
wangmm0220
|
78acaed84e
|
fix error in sort logic
|
2022-04-06 15:44:14 +08:00 |
dapan1121
|
2b5c4788d1
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-06 15:28:36 +08:00 |
Xiaoyu Wang
|
709dda39b7
|
TD-13037 distinct, state window and partition by plan implement
|
2022-04-06 03:22:41 -04:00 |
dapan1121
|
398a41d09b
|
feature/qnode
|
2022-04-06 15:20:38 +08:00 |
Ganlin Zhao
|
928cbcec7d
|
Merge pull request #11252 from taosdata/feature/3.0_glzhao
[TD-14241]<feature>: substr function refactor
|
2022-04-06 14:48:16 +08:00 |
Hongze Cheng
|
69ff3cc67b
|
fix an assert bug
|
2022-04-06 06:37:22 +00:00 |
wangmm0220
|
9b66bb1682
|
optimize sort logic & fix memory leak
|
2022-04-06 14:32:07 +08:00 |
Ganlin Zhao
|
76d1702213
|
[TD-14241]<feature>: substr function refactor
|
2022-04-06 13:47:04 +08:00 |
Ganlin Zhao
|
5e2dbe83e7
|
Merge pull request #11250 from taosdata/feature/3.0_glzhao
[TD-14241]<feature>: concat/concat_ws support nchar column wtih constant
|
2022-04-06 12:43:12 +08:00 |
Ganlin Zhao
|
98cc544e5b
|
[TD-14241]<feature>: concat/concat_ws support nchar column wtih constant
|
2022-04-06 11:49:47 +08:00 |
wangmm0220
|
ff21ecd364
|
optimize sort logic & fix memory leak
|
2022-04-06 11:43:17 +08:00 |
dapan1121
|
21542194c6
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-06 11:32:46 +08:00 |
dapan1121
|
2c6dec89d2
|
feature/qnode
|
2022-04-06 11:32:21 +08:00 |
Haojun Liao
|
a4c7e78d5f
|
[td-14393] refactor.
|
2022-04-06 11:01:09 +08:00 |
Haojun Liao
|
78b1bf27b6
|
[td-14393] refactor.
|
2022-04-06 10:09:14 +08:00 |
Hongze Cheng
|
33bbdb8bda
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-04-05 09:51:39 +00:00 |
Haojun Liao
|
ddc63b9f27
|
[td-14393] fix error.
|
2022-04-04 15:45:32 +08:00 |
Haojun Liao
|
6eb3f15cd0
|
[td-14393] merge 3.0.
|
2022-04-04 15:13:47 +08:00 |
Haojun Liao
|
f7ba0c31d8
|
[td-14393] refactor.
|
2022-04-04 14:54:39 +08:00 |
Cary Xu
|
ca3206d45e
|
Merge branch '3.0' into feature/TD-11463-3.0
|
2022-04-03 17:51:28 +08:00 |
Yihao Deng
|
46d21aac0f
|
Merge pull request #11235 from taosdata/feature/indexUpdate
Feature/index update
|
2022-04-03 15:39:40 +08:00 |
wangmm0220
|
411086c811
|
fix error in sort operation
|
2022-04-03 10:42:55 +08:00 |
Haojun Liao
|
e7e5fd4345
|
[td-14393] support percentile function.
|
2022-04-02 23:42:00 +08:00 |
yihaoDeng
|
ac82b91ed1
|
handle except
|
2022-04-02 23:00:12 +08:00 |
Shengliang Guan
|
ef5ca96d34
|
Merge pull request #11224 from taosdata/feature/shm
refact files
|
2022-04-02 22:06:08 +08:00 |
Xiaoyu Wang
|
aaf35118f6
|
Merge pull request #11222 from taosdata/feature/3.0_wxy
integrate constant calculate
|
2022-04-02 20:35:10 +08:00 |
Xiaoyu Wang
|
e41043074b
|
integrate constant calculate
|
2022-04-02 08:20:26 -04:00 |
Haojun Liao
|
b0310c90eb
|
[td-14393] support percentile.
|
2022-04-02 20:13:48 +08:00 |
Xiaoyu Wang
|
469cd23f43
|
integrate constant calculate
|
2022-04-02 07:57:44 -04:00 |
Shengliang Guan
|
7e361ebcd0
|
refact dm
|
2022-04-02 19:52:04 +08:00 |
dapan1121
|
27a3a1d782
|
feature/qnode
|
2022-04-02 19:31:52 +08:00 |
Hongze Cheng
|
6b47fd8984
|
TDB with txn
|
2022-04-02 11:20:56 +00:00 |
wangmm0220
|
5aa3467e2b
|
merge from 3.0
|
2022-04-02 19:02:45 +08:00 |
wangmm0220
|
9f959e17f8
|
fix error in order by logic
|
2022-04-02 18:53:13 +08:00 |
wangmm0220
|
e7585db216
|
fix error in order by logic
|
2022-04-02 18:52:41 +08:00 |
Ganlin Zhao
|
f74771cd3f
|
Merge pull request #11221 from taosdata/feature/3.0_glzhao
[TD-14241]: add string functions
|
2022-04-02 18:50:11 +08:00 |
Ganlin Zhao
|
8bcdf8e200
|
[TD-14241]<feature>: refactor string functions
|
2022-04-02 18:34:17 +08:00 |
yihaoDeng
|
781e869e4e
|
handle except
|
2022-04-02 18:11:45 +08:00 |
Yihao Deng
|
bf9166105a
|
Merge pull request #11213 from taosdata/feature/indexUpdate
handle except
|
2022-04-02 17:49:17 +08:00 |
Cary Xu
|
192060ebb8
|
Merge branch '3.0' into feature/TD-11463-3.0
|
2022-04-02 17:44:50 +08:00 |
Haojun Liao
|
6561851bc1
|
Merge pull request #11216 from taosdata/feature/3.0_liaohj
[td-13039] support stddev.
|
2022-04-02 17:33:06 +08:00 |
Haojun Liao
|
6f77eeccce
|
[td-13039] support stddev.
|
2022-04-02 16:59:02 +08:00 |
yihaoDeng
|
dfac724697
|
handle except
|
2022-04-02 16:33:17 +08:00 |
wangmm0220
|
eba69fdb91
|
fix error in order by logic
|
2022-04-02 16:03:48 +08:00 |
Xiaoyu Wang
|
2c182e8099
|
Merge pull request #11208 from taosdata/feature/3.0_wxy
insert using implement
|
2022-04-02 16:02:30 +08:00 |
Yihao Deng
|
ecda7993db
|
Merge pull request #11207 from taosdata/feature/indexUpdate
Feature/index update
|
2022-04-02 15:51:26 +08:00 |
Haojun Liao
|
29fd5ec11e
|
[td-14393] fix bug.
|
2022-04-02 15:42:45 +08:00 |
Cary Xu
|
1165368642
|
retentions param bug fix and deliver to vnode
|
2022-04-02 15:39:20 +08:00 |
Xiaoyu Wang
|
ba5503da68
|
insert using implement
|
2022-04-02 03:27:07 -04:00 |
yihaoDeng
|
3a3fef91f0
|
handle except
|
2022-04-02 15:25:44 +08:00 |
yihaoDeng
|
48312d9115
|
handle except
|
2022-04-02 15:23:08 +08:00 |
Haojun Liao
|
c7e749d040
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-02 15:12:40 +08:00 |
Haojun Liao
|
cf25aca809
|
[td-13039] refactor.
|
2022-04-02 15:08:48 +08:00 |
Haojun Liao
|
d5205830fd
|
Merge pull request #11203 from taosdata/feature/3.0_liaohj
[td-13039] add times for session window
|
2022-04-02 15:07:28 +08:00 |
wangmm0220
|
12c3a10a9b
|
fix error in order by logic & fix no return error
|
2022-04-02 14:29:43 +08:00 |
Hongze Cheng
|
f9e699bea5
|
more TDB
|
2022-04-02 06:23:04 +00:00 |
Ganlin Zhao
|
db87cabd15
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-04-02 13:59:29 +08:00 |
Ganlin Zhao
|
70b0139017
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-04-02 13:57:21 +08:00 |
Xiaoyu Wang
|
a5fbcb36b6
|
Merge pull request #11202 from taosdata/feature/3.0_wxy
condition bugfix
|
2022-04-02 13:56:13 +08:00 |
Haojun Liao
|
9a5123c64f
|
[td-13039] add times for session window
|
2022-04-02 13:32:26 +08:00 |
Xiaoyu Wang
|
c70eb15bb9
|
condition bugfix
|
2022-04-02 01:22:03 -04:00 |
Hongze Cheng
|
9dea86249c
|
refact
|
2022-04-02 05:16:32 +00:00 |
Xiaoyu Wang
|
9e9805f7b7
|
condition bugfix
|
2022-04-02 01:13:20 -04:00 |
Haojun Liao
|
27817adbdc
|
Merge pull request #11199 from taosdata/feature/3.0_liaohj
[td-14393] refactor and support filter condition in where clause.
|
2022-04-02 11:18:58 +08:00 |
Hongze Cheng
|
08ed99b069
|
more TDB
|
2022-04-02 02:56:09 +00:00 |
Haojun Liao
|
55f93d2179
|
[td-14393] refactor and support filter condition in where clause.
|
2022-04-02 10:43:28 +08:00 |
Ganlin Zhao
|
5a1548bf15
|
[TD-14241]: substr function adoption
|
2022-04-02 10:40:15 +08:00 |
Xiaoyu Wang
|
62856b045e
|
insert using implement
|
2022-04-01 22:37:47 -04:00 |
Haojun Liao
|
34f5f3fbfe
|
Merge pull request #11194 from taosdata/feature/3.0_liaohj
[td-14428] return correct length for both nchar and varchar type.
|
2022-04-01 23:26:21 +08:00 |
Haojun Liao
|
751cad9c2a
|
[td-14393] fix bug.
|
2022-04-01 20:19:40 +08:00 |
dapan1121
|
7602f91612
|
feature/qnode
|
2022-04-01 19:45:45 +08:00 |
Haojun Liao
|
9d16e86277
|
[td-13039] refactor.
|
2022-04-01 19:11:14 +08:00 |
Haojun Liao
|
632f3b1cbf
|
Merge pull request #11188 from taosdata/feature/3.0_liaohj
[td-13039] support limit/offset
|
2022-04-01 19:07:22 +08:00 |
Xiaoyu Wang
|
d7b09639a0
|
Merge pull request #11191 from taosdata/feature/3.0_wxy
fill plan implement
|
2022-04-01 18:59:08 +08:00 |
Xiaoyu Wang
|
3b9e868e2a
|
fill plan implement
|
2022-04-01 06:40:47 -04:00 |
Haojun Liao
|
7b3e488173
|
[td-13039] fix bug.
|
2022-04-01 18:08:36 +08:00 |
Cary Xu
|
e2e1d4c899
|
Merge branch '3.0' into feature/TD-11463-3.0
|
2022-04-01 17:44:21 +08:00 |
Cary Xu
|
cf68440a59
|
bSma grammar integrate
|
2022-04-01 17:43:50 +08:00 |
Ganlin Zhao
|
3295a58894
|
[TD-14423]<fix>: abs(0.000) return -0.00000
|
2022-04-01 17:27:56 +08:00 |
Haojun Liao
|
60c472df19
|
[td-13039] refactor.
|
2022-04-01 17:22:34 +08:00 |
Haojun Liao
|
7b0dfc6c4e
|
[td-13039] support limit/offset
|
2022-04-01 17:21:24 +08:00 |
Ganlin Zhao
|
64184611d7
|
[TD-14241]: ltrim/rtrim function adoption
|
2022-04-01 17:13:41 +08:00 |
Hongze Cheng
|
5021882e38
|
Merge pull request #11185 from taosdata/feature/tdb
Feature/tdb
|
2022-04-01 17:10:12 +08:00 |
Xiaoyu Wang
|
3f6014a5c5
|
Merge pull request #11184 from taosdata/feature/3.0_wxy
all ddl statement syntax define, and ORDER BY clause bugfix
|
2022-04-01 17:02:40 +08:00 |
Ganlin Zhao
|
c846c6ebf3
|
[TD-14241]: lower/upper function adoption
|
2022-04-01 17:01:13 +08:00 |
Hongze Cheng
|
4b538a15f8
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-04-01 08:50:34 +00:00 |
Hongze Cheng
|
9525e37651
|
256K for 1.5G data
|
2022-04-01 08:44:59 +00:00 |
Xiaoyu Wang
|
4ff2ad2c39
|
all ddl statement syntax define, and ORDER BY clause bugfix
|
2022-04-01 04:31:24 -04:00 |
Haojun Liao
|
3846250454
|
[td-13039] fix query crash.
|
2022-04-01 16:09:00 +08:00 |
Ganlin Zhao
|
dddf621aa7
|
[TD-14241]: concat/concat_ws fix input has both constant and column
issue
|
2022-04-01 16:06:22 +08:00 |
Hongze Cheng
|
e25b407c5a
|
optimize search process
|
2022-04-01 08:00:46 +00:00 |
Haojun Liao
|
13e7310315
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-01 14:53:18 +08:00 |
Ganlin Zhao
|
6eb6cfe279
|
[TD-14241]: concat_ws function adoption
|
2022-04-01 14:36:45 +08:00 |
Xiaoyu Wang
|
9833a6c547
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-04-01 01:04:19 -04:00 |
Xiaoyu Wang
|
6d4c848d88
|
sma is enabled for all columns by default
|
2022-04-01 01:04:14 -04:00 |
Xiaoyu Wang
|
613963a128
|
Merge pull request #11167 from taosdata/feature/3.0_wxy
TD-14409 TD-14436 bugfix
|
2022-04-01 12:57:35 +08:00 |
Hongze Cheng
|
0e7a420e83
|
fix another bug
|
2022-04-01 03:35:43 +00:00 |
dapan1121
|
a60ce69b02
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-01 11:21:40 +08:00 |
dapan1121
|
1bf4b37591
|
feature/qnode
|
2022-04-01 11:19:21 +08:00 |
Haojun Liao
|
14d8c5f7f1
|
[td-14440] fix bug.
|
2022-04-01 10:44:34 +08:00 |
Hongze Cheng
|
6b0b988f46
|
fix a bug
|
2022-04-01 02:38:50 +00:00 |
Xiaoyu Wang
|
db08d3ca9b
|
TD-14392 bugfix
|
2022-03-31 22:38:48 -04:00 |
Haojun Liao
|
3f6e96c66d
|
Merge pull request #11166 from taosdata/feature/3.0_liaohj
[td-14373]fix bug.
|
2022-04-01 10:37:39 +08:00 |
dapan1121
|
36dc9da4a5
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-01 10:30:20 +08:00 |
dapan1121
|
b449369265
|
feature/qnode
|
2022-04-01 10:29:20 +08:00 |
wangmm0220
|
69a5e55a24
|
[TD-14422]<fix> fix error in sort logic & add test case
|
2022-04-01 10:05:16 +08:00 |
dapan1121
|
d9091f74db
|
fix catalog exit issue
|
2022-04-01 09:55:11 +08:00 |
Ganlin Zhao
|
6f6d0e4a09
|
[TD-14241]: concat function adoption
|
2022-03-31 22:30:16 +08:00 |
wangmm0220
|
878e54f143
|
fix test error
|
2022-03-31 22:23:12 +08:00 |
Yihao Deng
|
5b67534460
|
Merge pull request #11156 from taosdata/feature/fst_update_query
Feature/fst update query
|
2022-03-31 21:52:59 +08:00 |
Xiaoyu Wang
|
fe2620ac1b
|
fix compile error
|
2022-03-31 08:00:35 -04:00 |
Xiaoyu Wang
|
53a8ebc83a
|
fix compile error
|
2022-03-31 07:47:36 -04:00 |
Xiaoyu Wang
|
689fb26708
|
db or table option keep implement
|
2022-03-31 07:38:17 -04:00 |
Liu Jicong
|
b06db715bc
|
Merge pull request #11163 from taosdata/feature/tq
fix
|
2022-03-31 19:04:47 +08:00 |
Ganlin Zhao
|
89aba48960
|
[TD-14241]: concat function adoption
|
2022-03-31 19:04:00 +08:00 |
yihaoDeng
|
6256e6f288
|
add fuzzy search
|
2022-03-31 18:05:13 +08:00 |
dapan1121
|
0608824186
|
feature/qnode
|
2022-03-31 18:02:58 +08:00 |
Haojun Liao
|
869b0b99a9
|
[td-13039] fix bug.
|
2022-03-31 17:59:41 +08:00 |
Xiaoyu Wang
|
4afa7acf53
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-03-31 05:44:34 -04:00 |
Hongze Cheng
|
1a71bbfbd3
|
refact
|
2022-03-31 09:42:23 +00:00 |
Hongze Cheng
|
59398ee2df
|
commit loop work now
|
2022-03-31 09:41:46 +00:00 |
Haojun Liao
|
02e097dc5c
|
[td-14426] fix bug.
|
2022-03-31 17:36:51 +08:00 |
Xiaoyu Wang
|
baa238eead
|
TD-14409 TD-14436 bugfix
|
2022-03-31 05:20:26 -04:00 |
Liu Jicong
|
d02850382c
|
fix serialize
|
2022-03-31 16:45:16 +08:00 |
Haojun Liao
|
810cfefddc
|
[td-13039] fix bug found by compiling.
|
2022-03-31 16:28:59 +08:00 |
Hongze Cheng
|
4e6ea0d2d2
|
new test
|
2022-03-31 08:23:17 +00:00 |
Xiaoyu Wang
|
6df2b9b607
|
Merge pull request #11164 from taosdata/feature/3.0_wxy
TD-14429 bugfix
|
2022-03-31 16:16:54 +08:00 |
Haojun Liao
|
4e7e7e2157
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-03-31 16:11:41 +08:00 |
Haojun Liao
|
847775c48d
|
[td-13039] refactor.
|
2022-03-31 16:10:32 +08:00 |
dapan1121
|
369d08c557
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-03-31 16:06:57 +08:00 |
Hongze Cheng
|
0492362f38
|
more TDB
|
2022-03-31 08:04:38 +00:00 |
Xiaoyu Wang
|
59862e454d
|
TD-14429 bugfix
|
2022-03-31 04:01:07 -04:00 |
dapan1121
|
236b8adad3
|
feature/qnode
|
2022-03-31 16:00:47 +08:00 |
Xiaoyu Wang
|
0b335b0772
|
Merge pull request #11160 from taosdata/feature/3.0_wxy
TD-14431 bugfix
|
2022-03-31 16:00:07 +08:00 |
Liu Jicong
|
e163197573
|
merge from 3.0
|
2022-03-31 15:55:34 +08:00 |
Liu Jicong
|
3e5da8bedb
|
fix
|
2022-03-31 15:52:54 +08:00 |
Hongze Cheng
|
71c8b91059
|
more
|
2022-03-31 07:52:35 +00:00 |
Hongze Cheng
|
ba4b33e7c7
|
more progress
|
2022-03-31 07:26:51 +00:00 |
Xiaoyu Wang
|
ee1b47b2e2
|
TD-14431 bugfix
|
2022-03-31 03:11:52 -04:00 |
Xiaoyu Wang
|
c80f323976
|
Merge pull request #11159 from taosdata/feature/3.0_wxy
bugfix
|
2022-03-31 15:10:54 +08:00 |
yihaoDeng
|
aae1ba31ac
|
add fuzzy search
|
2022-03-31 14:45:26 +08:00 |
Haojun Liao
|
1e5bdbfa60
|
Merge pull request #11134 from taosdata/feature/3.0_liaohj
[td-14392] fix show bug.
|
2022-03-31 14:40:13 +08:00 |
Xiaoyu Wang
|
e555db03fc
|
bugfix
|
2022-03-31 02:36:35 -04:00 |
Xiaoyu Wang
|
98648acd73
|
Merge pull request #11157 from taosdata/feature/3.0_wxy
TD-14405 TD-14404 desc and reset query cache statement implement
|
2022-03-31 14:36:05 +08:00 |
Hongze Cheng
|
59061a6fb5
|
refact more
|
2022-03-31 06:22:29 +00:00 |
Xiaoyu Wang
|
ba80c7478f
|
TD-14405 TD-14404 desc and reset query cache statement implement
|
2022-03-31 02:19:11 -04:00 |
yihaoDeng
|
9da56a412a
|
add fuzzy search
|
2022-03-31 13:56:09 +08:00 |
Hongze Cheng
|
839912e4f5
|
more TDB
|
2022-03-31 03:55:46 +00:00 |
wangmm0220
|
7d4775ddd3
|
merge from 3.0
|
2022-03-31 11:48:58 +08:00 |
yihaoDeng
|
a1d40669dc
|
add fuzzy search
|
2022-03-31 11:21:53 +08:00 |
Yihao Deng
|
6ce2556391
|
Merge pull request #11137 from taosdata/feature/fst_update_query
add fuzzy search
|
2022-03-31 10:57:44 +08:00 |
Hongze Cheng
|
7f08a2b7c3
|
more TDB
|
2022-03-31 02:55:07 +00:00 |
Hongze Cheng
|
34d9d1b9df
|
more
|
2022-03-31 02:25:29 +00:00 |
Hongze Cheng
|
14bd838a9f
|
more TDB
|
2022-03-31 02:23:58 +00:00 |
yihaoDeng
|
c376f5604d
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into dev
|
2022-03-31 10:23:46 +08:00 |
yihaoDeng
|
f2c9f40dff
|
add fuzzy search
|
2022-03-31 10:16:04 +08:00 |
Hongze Cheng
|
a466372179
|
more TDB
|
2022-03-31 02:10:26 +00:00 |
yihaoDeng
|
baf28eced5
|
add fuzzy search
|
2022-03-30 22:04:10 +08:00 |
yihaoDeng
|
27280fe292
|
add fuzzy search
|
2022-03-30 21:36:39 +08:00 |
Haojun Liao
|
387cfe8d45
|
[td-13039] fix bug in stream interval query.
|
2022-03-30 19:38:30 +08:00 |
dapan1121
|
35f8a337af
|
feature/qnode
|
2022-03-30 19:37:21 +08:00 |
yihaoDeng
|
a915647df8
|
add fuzzy search
|
2022-03-30 19:27:41 +08:00 |
Hongze Cheng
|
4ecbe41d13
|
adjust some code
|
2022-03-30 11:07:58 +00:00 |
Hongze Cheng
|
110703f9df
|
refact more
|
2022-03-30 10:51:07 +00:00 |
Hongze Cheng
|
cb4bd33c80
|
more
|
2022-03-30 10:46:08 +00:00 |
Hongze Cheng
|
a6f0d2b553
|
refact more
|
2022-03-30 10:31:28 +00:00 |
Hongze Cheng
|
f75f60c84c
|
refact more
|
2022-03-30 10:18:04 +00:00 |
Haojun Liao
|
8fe7c183cc
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-03-30 18:11:33 +08:00 |
Hongze Cheng
|
0a62868d5e
|
refact more
|
2022-03-30 10:07:38 +00:00 |
Hongze Cheng
|
cee75c2ba3
|
more
|
2022-03-30 10:01:12 +00:00 |
dapan1121
|
08bd344d2f
|
feature/qnode
|
2022-03-30 17:59:05 +08:00 |
Hongze Cheng
|
b5e9f2aca0
|
refact more
|
2022-03-30 09:58:33 +00:00 |
yihaoDeng
|
0c8271e0c2
|
add fuzzy search
|
2022-03-30 17:35:35 +08:00 |
Hongze Cheng
|
d7cf7e791c
|
refact more code
|
2022-03-30 09:25:30 +00:00 |
dapan1121
|
5fae817e38
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-03-30 17:22:11 +08:00 |
dapan1121
|
100d3230a0
|
feature/qnode
|
2022-03-30 17:21:47 +08:00 |
dapan1121
|
6982f2b7bd
|
feature/qnode
|
2022-03-30 17:09:30 +08:00 |
Haojun Liao
|
c39595639c
|
[td-14392] fix show bug.
|
2022-03-30 17:09:06 +08:00 |
Hongze Cheng
|
3904018757
|
refact more
|
2022-03-30 08:49:40 +00:00 |
Hongze Cheng
|
184200470c
|
more
|
2022-03-30 08:27:34 +00:00 |
Hongze Cheng
|
1e52b84187
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-03-30 08:25:17 +00:00 |
Hongze Cheng
|
dcb065645b
|
more
|
2022-03-30 08:25:01 +00:00 |
Hongze Cheng
|
51d8cf6e68
|
refact more
|
2022-03-30 08:15:03 +00:00 |
Ganlin Zhao
|
89abd4e349
|
[TD-14241]: add string functions
|
2022-03-30 16:08:38 +08:00 |
Hongze Cheng
|
75a0216a00
|
refact more TDB
|
2022-03-30 08:01:49 +00:00 |
Haojun Liao
|
915c9f67fe
|
Merge pull request #11120 from taosdata/feature/3.0_liaohj
[td-13039] support stream execution interval query.
|
2022-03-30 15:45:15 +08:00 |
Haojun Liao
|
416952ddf8
|
[td-13039] fix error found by the compiler.
|
2022-03-30 15:31:20 +08:00 |
Hongze Cheng
|
cbd0d74d51
|
refact
|
2022-03-30 07:22:14 +00:00 |
Xiaoyu Wang
|
b624efd4e3
|
Merge pull request #11119 from taosdata/feature/3.0_wxy
TD-14396 explain parser and planner implement
|
2022-03-30 15:15:03 +08:00 |
Hongze Cheng
|
4ef7d997fb
|
refact
|
2022-03-30 07:14:55 +00:00 |
Hongze Cheng
|
3c78e4b7bf
|
refact
|
2022-03-30 06:58:56 +00:00 |
Haojun Liao
|
e8f0d4df0b
|
[td-13039] support stream execution interval query.
|
2022-03-30 14:54:00 +08:00 |
Haojun Liao
|
1263b8b5b6
|
Merge pull request #11117 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-03-30 14:53:29 +08:00 |
Hongze Cheng
|
953d325ac3
|
make compile
|
2022-03-30 06:50:59 +00:00 |
Xiaoyu Wang
|
03771c84f5
|
TD-14396 explain parser and planner implement
|
2022-03-30 02:50:50 -04:00 |
Hongze Cheng
|
f2eeb41cad
|
refact
|
2022-03-30 06:49:39 +00:00 |
Ganlin Zhao
|
b0eefba1b3
|
[TD-14241]: add string functions
|
2022-03-30 14:42:32 +08:00 |
Hongze Cheng
|
60844ee6c1
|
refact btree encode and decode
|
2022-03-30 06:36:55 +00:00 |
Hongze Cheng
|
247ff626a8
|
refact encode cell
|
2022-03-30 06:17:49 +00:00 |
Ganlin Zhao
|
87fefa9e15
|
[TD-14241]: add string functions
|
2022-03-30 14:03:54 +08:00 |
Haojun Liao
|
39036ea512
|
[td-13039] support pseudo column in interval query.
|
2022-03-30 13:41:15 +08:00 |
Hongze Cheng
|
263c7802e2
|
refact
|
2022-03-30 05:36:34 +00:00 |
Hongze Cheng
|
2c8e0f1ae1
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-03-30 05:20:28 +00:00 |
Hongze Cheng
|
3b2f61a56e
|
start new refact
|
2022-03-30 05:20:03 +00:00 |
Xiaoyu Wang
|
c439f2fb37
|
Merge pull request #11106 from taosdata/feature/3.0_wxy
TD-14281 deal memory leak
|
2022-03-30 12:56:05 +08:00 |
Xiaoyu Wang
|
7593fc6ae6
|
bugfix
|
2022-03-29 23:47:12 -04:00 |
wangmm0220
|
5b2d664dbf
|
fix conflicts
|
2022-03-30 10:09:17 +08:00 |
wangmm0220
|
bceb557809
|
rm useless code
|
2022-03-30 10:05:20 +08:00 |
Hongze Cheng
|
f8947c1790
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/meta
|
2022-03-30 01:48:57 +00:00 |
Hongze Cheng
|
a2b1908733
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/tdb
|
2022-03-30 01:48:23 +00:00 |
Yihao Deng
|
869ce1e060
|
Merge pull request #11109 from taosdata/feature/fst_update_query
update code style
|
2022-03-30 09:40:38 +08:00 |
yihaoDeng
|
41ae0b928d
|
add sparse set
|
2022-03-29 23:44:56 +08:00 |
yihaoDeng
|
5cf0c4a61c
|
update code style
|
2022-03-29 23:11:57 +08:00 |
Xiaoyu Wang
|
9f93b1ebc6
|
TD-14281 deal memory leak
|
2022-03-29 08:14:46 -04:00 |
Haojun Liao
|
dba4a72dac
|
[td-13039] support stream execution interval query.
|
2022-03-29 20:07:38 +08:00 |
Haojun Liao
|
dd66affd0a
|
[td-13039] merge 3.0.
|
2022-03-29 20:05:04 +08:00 |
dapan1121
|
c8e132052a
|
feature/qnode
|
2022-03-29 19:51:11 +08:00 |
Haojun Liao
|
93e3a2f3f1
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-03-29 19:15:30 +08:00 |
Haojun Liao
|
f659130551
|
[td-13039] merge 3.0.
|
2022-03-29 19:12:34 +08:00 |
Ganlin Zhao
|
631f52be94
|
Merge pull request #11102 from taosdata/feature/3.0_liaohj
[TD-14388]<feature>: Support value type parameter processing in scalar function
|
2022-03-29 19:04:10 +08:00 |
Ganlin Zhao
|
370218220a
|
[TD-14388]<feature>: Support value type parameter processing in scalar function
|
2022-03-29 18:58:36 +08:00 |
wangmm0220
|
c941a2c710
|
add test for encode/decode ResultRow in group by and interval
|
2022-03-29 18:16:40 +08:00 |
Ganlin Zhao
|
ab831ee814
|
Merge branch 'feature/3.0_liaohj' of github.com:taosdata/TDengine into feature/3.0_liaohj
|
2022-03-29 17:31:37 +08:00 |
Ganlin Zhao
|
7cb632cbf0
|
fix math function unit test
|
2022-03-29 17:31:09 +08:00 |
Ganlin Zhao
|
0c243e658e
|
math functions working with shell
|
2022-03-29 17:30:44 +08:00 |
Liu Jicong
|
c2971618a1
|
Merge branch '3.0' into feature/shm
|
2022-03-29 17:29:20 +08:00 |
Shengliang Guan
|
d76a0c9b6d
|
shm
|
2022-03-29 17:15:48 +08:00 |
Liu Jicong
|
58352b76e3
|
Merge pull request #11091 from taosdata/feature/tq
stream set multi input
|
2022-03-29 16:55:25 +08:00 |
Xiaoyu Wang
|
f37421e7a8
|
Merge pull request #11092 from taosdata/feature/3.0_wxy
TD-14330 bugfix
|
2022-03-29 16:23:22 +08:00 |
Hongze Cheng
|
1642a2d802
|
Merge branch 'feature/tdb' of https://github.com/taosdata/TDengine into feature/meta
|
2022-03-29 08:16:24 +00:00 |
Hongze Cheng
|
7b932e1b25
|
fix pget problem
|
2022-03-29 08:15:55 +00:00 |
wangmm0220
|
226743967a
|
fix conflict
|
2022-03-29 16:04:14 +08:00 |
Xiaoyu Wang
|
e7a54cfa39
|
TD-14330 bugfix
|
2022-03-29 04:04:04 -04:00 |
Hongze Cheng
|
4d3a523f41
|
Merge branch 'feature/tdb' of https://github.com/taosdata/TDengine into feature/meta
|
2022-03-29 07:57:19 +00:00 |
Hongze Cheng
|
d22d069bd9
|
add an interface for index db query
|
2022-03-29 07:57:06 +00:00 |
Yihao Deng
|
c7ed1de0d6
|
Merge pull request #11085 from taosdata/feature/index_query
handle except
|
2022-03-29 15:53:17 +08:00 |
yihaoDeng
|
9a445b26c8
|
fst query
|
2022-03-29 15:33:39 +08:00 |
Liu Jicong
|
4fd6f59092
|
stream set multi input
|
2022-03-29 15:24:25 +08:00 |
yihaoDeng
|
0653513968
|
fst query
|
2022-03-29 15:06:28 +08:00 |
yihaoDeng
|
6a4199d3ed
|
handle except
|
2022-03-29 15:01:05 +08:00 |
Xiaoyu Wang
|
58149dc47e
|
merge 3.0
|
2022-03-29 02:56:24 -04:00 |
Xiaoyu Wang
|
0f60e644e9
|
TD-14383 limit/slimit plan implement, and sort plan bugfix
|
2022-03-29 02:52:40 -04:00 |
Haojun Liao
|
9b6f008cf8
|
Merge pull request #11082 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
|
2022-03-29 14:49:40 +08:00 |
Haojun Liao
|
14e690348a
|
[td-13039] fix bug in session window agg.
|
2022-03-29 14:36:08 +08:00 |
Yihao Deng
|
a47e097238
|
Merge pull request #11080 from taosdata/index/fix_no_resp
handle execept
|
2022-03-29 13:54:14 +08:00 |
Shengliang Guan
|
ac6b121348
|
shm
|
2022-03-29 13:39:55 +08:00 |
Haojun Liao
|
0ae4bab0ab
|
[td-13039] refactor.
|
2022-03-29 13:37:14 +08:00 |
Haojun Liao
|
bdbb984894
|
[td-13039] add new api.
|
2022-03-29 13:31:17 +08:00 |
yihaoDeng
|
fbf15d45c0
|
handle execept
|
2022-03-29 12:26:01 +08:00 |
Yihao Deng
|
73a95b24be
|
Merge pull request #11075 from taosdata/feature/index_query
update index range query
|
2022-03-29 11:01:26 +08:00 |
yihaoDeng
|
45d344c2ce
|
update index range query
|
2022-03-29 10:41:09 +08:00 |
Shengliang Guan
|
a5af4547d9
|
Merge pull request #11071 from taosdata/feature/shm
remove rpcSendResponse in qnode
|
2022-03-29 10:08:35 +08:00 |
Haojun Liao
|
b771748eb2
|
[td-13039] fix bug in sort.
|
2022-03-29 10:08:21 +08:00 |
Hongze Cheng
|
339bcb1f14
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/meta
|
2022-03-29 01:45:33 +00:00 |
Yihao Deng
|
4d67df79c6
|
Merge pull request #11072 from taosdata/feature/index_query
update fst range
|
2022-03-29 09:26:03 +08:00 |
dapan1121
|
f6bb3f55fb
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-03-29 08:55:39 +08:00 |
dapan1121
|
d1102c5f96
|
feature/qnode
|
2022-03-29 08:55:22 +08:00 |
yihaoDeng
|
2354cd9ec0
|
update fst range
|
2022-03-28 22:21:51 +08:00 |
Yihao Deng
|
2a012b6133
|
Merge pull request #11055 from taosdata/feature/index_query
fst query
|
2022-03-28 22:15:47 +08:00 |
yihaoDeng
|
0c5f2d1da9
|
update index range query
|
2022-03-28 21:41:41 +08:00 |
Shengliang Guan
|
681dbc0150
|
remove rpcSendResponse in qnode
|
2022-03-28 21:24:59 +08:00 |