dapan1121
f5768494b4
feat: support describe view command
2023-10-11 18:49:47 +08:00
dapan1121
3ff3fe7477
Merge pull request #23181 from taosdata/enh/TD-26604
...
enh: support balance group leader on vgroup_id
2023-10-11 13:25:51 +08:00
dapan1121
478de7ae56
feat: add show create view implement
2023-10-11 10:38:22 +08:00
kailixu
2e4711ed92
fix: compile problem for community
2023-10-10 15:03:34 +08:00
dapan1121
d229492616
Merge remote-tracking branch 'origin/3.0' into feat/TD-25204
2023-10-09 18:34:08 +08:00
dapan1121
6c8db261f3
feat: support show views command
2023-10-09 17:19:36 +08:00
kailixu
5dd277248e
fix: alter active code for different server
2023-10-09 17:16:56 +08:00
dapan1121
7c7cf2b1aa
enh: support balance group leader on vgroup_id
2023-10-09 15:46:41 +08:00
Haojun Liao
ee6516f3c4
enh(stream): add trans to reset task status to avoid being frozen in checkpoint status due to doing checkpoint failure of partial tasks.
2023-10-09 10:13:53 +08:00
dapan1121
5b639a172d
feat: support query from view
2023-10-08 18:36:06 +08:00
dm chen
99e930ff8b
fix/TD-26547
2023-10-08 16:16:33 +08:00
wangmm0220
b04d57fcc3
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26056
2023-10-08 16:15:19 +08:00
wangmm0220
3f2d890560
feat:[TD-26056] add replay logic
2023-10-08 16:06:15 +08:00
kailixu
e677e41573
fix: support check and merge activeCode
2023-09-30 12:29:44 +08:00
Haojun Liao
f2d8431619
fix(stream): enable new time range for stream task.
2023-09-28 18:26:52 +08:00
dapan1121
0a0f512023
feat: add view meta processing
2023-09-28 11:44:38 +08:00
wade zhang
f6134b42d7
Merge pull request #23036 from taosdata/feat/TS-4011-3.0
...
feat/TS-4011: adjust config 'keep_time_offset' level from dnode to db
2023-09-26 14:25:54 +08:00
Alex Duan
c9af9eb15b
Merge pull request #22915 from lx1zhong/3.0
...
add TSZ and ADT-FSE algorithm
2023-09-25 15:48:30 +08:00
Shungang Li
8f0d700fe8
feat: rm dnode config item keepTimeOffset
2023-09-25 15:46:12 +08:00
Shungang Li
743a5b0640
feat: add db config item keep_time_offset
2023-09-25 15:46:08 +08:00
kailixu
53a9459c20
enh: update timeseries
2023-09-24 07:52:27 +08:00
Alex Duan
b9631fee9e
fix: cfgAddFloat with float params1
2023-09-23 12:04:41 +08:00
kailixu
8f828e052b
enh: timeseries calculation optimization
2023-09-22 20:07:51 +08:00
dapan1121
a61d90f672
enh: remove column list
2023-09-22 11:36:53 +08:00
kailixu
3beb9c5c84
Merge branch '3.0' into enh/TS-3812-3.0
2023-09-21 19:38:27 +08:00
dapan1121
a67b0c99fc
feat: support create/drop view
2023-09-21 19:28:07 +08:00
Cary Xu
1bbb812557
Merge branch '3.0' into enh/TS-3934-3.0
2023-09-21 17:32:51 +08:00
kailixu
7445b9ff50
Merge branch '3.0' into enh/TS-3812-3.0
2023-09-21 16:25:06 +08:00
kailixu
2b25982495
enh: user dropped notification
2023-09-21 09:53:45 +08:00
dapan1121
cc08a5ee87
fix: add query sql
2023-09-20 19:30:40 +08:00
dapan1121
6b87d97989
feat: support view in mnode
2023-09-20 15:01:03 +08:00
slzhou
ef1e91a6be
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/continue-coing
2023-09-20 08:44:15 +08:00
dmchen
7f67f41162
ci break
2023-09-19 18:03:22 +08:00
slzhou
f4dbd5d9c9
enhance: show normal/child tables and show user/system databases
2023-09-19 16:14:17 +08:00
dmchen
c06e012a9d
ci break
2023-09-19 16:14:09 +08:00
dmchen
1e2c23d9a3
ci break
2023-09-19 16:11:32 +08:00
dmchen
084719e34e
ci break
2023-09-19 15:19:03 +08:00
dm chen
ee913cbfbc
Merge branch 'main' into feat/TD-26127-audit-sql
2023-09-19 14:39:20 +08:00
dapan1121
b9d554275c
Merge remote-tracking branch 'origin/3.0' into feat/TD-25204
2023-09-19 14:21:00 +08:00
dapan1121
14e8db289d
feat: support view
2023-09-19 14:19:54 +08:00
wangmm0220
ad70dc178f
fix:conflicts from 3.0
2023-09-19 11:56:52 +08:00
slzhou
68c5a7fe50
fix: fix mem leak
2023-09-19 10:38:35 +08:00
slzhou
05ef6e291c
fix: fix address sanitizer error
2023-09-19 09:15:12 +08:00
kailixu
6698861c8b
chore: timeseries distribute
2023-09-19 08:29:51 +08:00
Alex Duan
570ac79a79
Merge branch 'taosdata:3.0' into 3.0
2023-09-18 14:28:00 +08:00
xsren
83d8e3a524
mem exception handle
2023-09-18 13:48:09 +08:00
dm chen
fda32dcc51
Merge branch 'main' into feat/TD-26127-audit-sql
2023-09-18 09:41:47 +08:00
Haojun Liao
05e9f40834
Merge pull request #22828 from taosdata/enh/ipWhiteList
...
Enh/ip white list
2023-09-15 17:49:37 +08:00
lx1zhong
6da4088012
add TSZ and ADT-FSE algorithm
2023-09-15 14:30:23 +08:00
dapan1121
8ef01584ee
Merge pull request #22629 from taosdata/feat/TD-25620
...
feat: optimize partition node, replace with sort node
2023-09-14 17:26:15 +08:00
slzhou
6dfb939f22
enhance: enhance test case
2023-09-14 14:11:50 +08:00
wangjiaming0909
cb78c54d72
optimize sort perf
2023-09-13 18:37:42 +08:00
wangmm0220
f729150497
fix:opti poll callbak logic & send epoch as -1 to get epset if vnode transformed
2023-09-13 18:32:45 +08:00
wangmm0220
1dbd322fa0
fix:remove useless code
2023-09-13 11:42:09 +08:00
Yihao Deng
fa302ac6b9
Merge branch '3.0' into enh/ipWhiteList
2023-09-13 10:14:08 +08:00
Haojun Liao
60f5056ab7
other: merge 3.0
2023-09-12 22:00:40 +08:00
shenglian zhou
8db96a0085
enhance: update notification and get user whitelist api
2023-09-12 14:10:41 +08:00
shenglian zhou
64caae83fd
enhance: add hb whitelist version and notify taosadapter
2023-09-12 14:10:41 +08:00
yihaoDeng
39d04ed15b
add rpc update interface
2023-09-11 20:48:24 +08:00
yihaoDeng
2a30e12547
add rpc update interface
2023-09-11 10:45:45 +08:00
yihaoDeng
25bc0b226b
add rpc update interface
2023-09-10 14:09:36 +08:00
yihaoDeng
60d6a622e1
add rpc update interface
2023-09-07 20:47:10 +08:00
yihaoDeng
8c5fa3526a
add rpc update interface
2023-09-07 16:10:07 +08:00
yihaoDeng
147de26eec
add rpc update interface
2023-09-07 11:54:34 +08:00
wangjiaming0909
4a131000e4
fix: data error of partition by col + interval
2023-09-07 10:49:09 +08:00
yihaoDeng
ad5639df89
add rpc update interface
2023-09-06 21:36:16 +08:00
yihaoDeng
ac8220012c
add rpc update interface
2023-09-06 17:22:30 +08:00
yihaoDeng
b5d40d01bb
add rpc update interface
2023-09-06 16:24:29 +08:00
dmchen
231ba12f70
feat/TD-26127
2023-09-06 11:00:24 +08:00
wangjiaming0909
5dedaebb01
fix: desc fill missed one window
2023-09-06 10:53:19 +08:00
wangjiaming0909
2c4e0fee07
feat: optimize partition node, replace with sort node
2023-09-05 10:53:30 +08:00
yihaoDeng
5f78c27535
add enable white list
2023-09-01 15:11:25 +08:00
liuyao
a17f0c808d
add node type
2023-09-01 14:11:38 +08:00
dapan1121
cc17848b78
fix: merge 3.0 to main
2023-09-01 13:24:47 +08:00
yihaoDeng
8b146f793d
Merge branch '3.0' into szhou/ip-whitelist
2023-09-01 10:51:24 +08:00
Haojun Liao
24b1a050fc
other: merge 3.0
2023-08-30 16:00:14 +08:00
slzhou
1ab94d0992
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/ip-whitelist
2023-08-30 14:42:26 +08:00
slzhou
97f048364b
enhance: regenerate sql.c
2023-08-30 14:37:04 +08:00
shenglian zhou
33966cf856
enhance: continue coding
2023-08-29 17:35:03 +08:00
slzhou
f280da26da
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/ip-whitelist
2023-08-29 14:16:37 +08:00
dmchen
1372cede48
init
2023-08-28 17:44:10 +08:00
dapan1121
778e50da79
Merge pull request #22592 from taosdata/fix/m23.0
...
Fix/m23.0
2023-08-28 17:35:35 +08:00
wade zhang
1797fe50e2
Merge pull request #22590 from taosdata/feat/TD-18801
...
init
2023-08-28 11:05:38 +08:00
yihaoDeng
20b037d9cc
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-28 10:46:00 +08:00
dapan1121
0cce255a02
Merge remote-tracking branch 'origin/3.0' into fix/m23.0
2023-08-28 10:06:53 +08:00
Haojun Liao
88f6596965
Merge pull request #22464 from taosdata/feat/TD-18789
...
feat:support varbinary type
2023-08-28 09:45:57 +08:00
dapan1121
1f40da6fef
Merge remote-tracking branch 'origin/main' into 3.0
2023-08-28 09:28:55 +08:00
dmchen
06083e1eb9
init
2023-08-28 09:15:51 +08:00
dapan1121
cda08087b9
Merge pull request #22586 from taosdata/fix/TD-25936.3
...
fix: no explain response issue
2023-08-28 08:52:13 +08:00
Haojun Liao
60d1df0e25
Merge branch '3.0' into enh/triggerCheckPoint2
2023-08-25 15:49:28 +08:00
dapan1121
e24498b0fd
enh: add task notify
2023-08-25 14:59:34 +08:00
yihaoDeng
9310d138a6
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-24 17:30:35 +08:00
slzhou
d5db4b16ba
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tags-after-distinct
2023-08-24 16:57:25 +08:00
Haojun Liao
3c6870275b
fix(parser): update the key words for disk io throttling.
2023-08-24 16:45:47 +08:00
slzhou
b16470414a
enhance: ip range white list to user
2023-08-24 15:54:10 +08:00
slzhou
f6dbd0b0e4
fix: select distinct/all tags instead of select tags distinct
2023-08-24 14:03:40 +08:00
wangjiaming0909
366a9cc009
Revert "feat: support column comment"
...
This reverts commit dcbef83dea
.
2023-08-24 13:54:27 +08:00
wangjiaming0909
c2af41d0d0
Revert "feat: support alter table add column with comment"
...
This reverts commit cb027cc5c5
.
2023-08-24 13:48:35 +08:00
wade zhang
0860670d37
Merge pull request #22526 from taosdata/enh/TD-25445-new
...
enh/TD-25445: ttl split flush and drop table
2023-08-24 13:57:07 +08:00
Shungang Li
171cf049bc
fix: new msg should be appended to segment tail
2023-08-24 11:03:06 +08:00
Hongze Cheng
6a20420f07
feat: add minDiskFreeSize cfg
2023-08-23 16:41:29 +08:00
Shungang Li
458fd07976
enh: ttl split flush and drop table
...
config:
1. ttlFlushThreshold: maximum number of dirty items in memory
2. tsTtlBatchDropNum: number of tables dropped per batch
3. tsTrimVDbIntervalSec: interval of trimming db in all vgroups
2023-08-23 11:13:34 +08:00
Haojun Liao
def0877980
fix(stream): add timer to check stream task status.
2023-08-22 10:46:49 +08:00
dm chen
dda51d8019
Merge branch '3.0' into feat/TD-22970
2023-08-21 10:50:45 +08:00
yihaoDeng
6fe649c458
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-21 09:12:40 +08:00
liuyao
87c65f3b68
Merge remote-tracking branch 'origin/3.0' into enh/triggerCheckPoint2
2023-08-18 15:27:02 +08:00
dapan1121
efc5589aa2
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-18 14:11:26 +08:00
dm chen
e393a98ee9
Merge branch '3.0' into feat/TD-22970
2023-08-18 13:37:18 +08:00
slzhou
4e2a26e8be
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/select-tags-scan
2023-08-18 08:46:17 +08:00
Haojun Liao
a18989df88
fix(stream): add lost codes caused by merge 3.0.
2023-08-17 18:51:39 +08:00
slzhou
85d1dbe00a
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/select-tags-scan
2023-08-17 16:27:37 +08:00
dapan1121
1b038d2dcd
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-17 16:08:39 +08:00
dapan1121
d750950594
fix: rebuild sql.c
2023-08-17 16:04:30 +08:00
Benguang Zhao
7735e6f388
Merge branch 3.0 to FEAT/TD-25699-3.0
2023-08-17 16:04:23 +08:00
dapan1121
0e10e94a40
Merge pull request #22453 from taosdata/feat/TD-25685
...
feat: support column comment
2023-08-17 14:23:54 +08:00
dapan1121
3045a623e1
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-17 14:16:05 +08:00
dapan1121
e8fa9aa633
fix: join blockId and target issues
2023-08-17 13:50:26 +08:00
liuyao
5ce7688a93
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/ly_refactor
2023-08-17 09:06:46 +08:00
Haojun Liao
ea6574b3c7
other: merge 3.0
2023-08-17 00:07:55 +08:00
wangmm0220
b3f945c4c5
fix:conflict
2023-08-16 19:35:05 +08:00
wangmm0220
f266d51764
feat:support varbinary type
2023-08-16 19:05:07 +08:00
dm chen
e020c4e8c5
Merge pull request #22456 from taosdata/3.0
...
merge 3.0 to feat/TD-22970
2023-08-16 16:49:43 +08:00
dapan1121
91d6734b34
fix: join condition push down issue
2023-08-16 14:28:39 +08:00
wangjiaming0909
cb027cc5c5
feat: support alter table add column with comment
2023-08-16 11:07:40 +08:00
Benguang Zhao
239a79d405
enh: add some vnode info in SStatusReq
2023-08-15 17:06:33 +08:00
wangjiaming0909
dcbef83dea
feat: support column comment
2023-08-15 16:30:02 +08:00
slzhou
514da6e1b0
fix: select tags and set tag scan execution mode
2023-08-15 15:16:57 +08:00
wade zhang
778b88a1fb
Merge pull request #22440 from taosdata/fix/retry_resolve_fqdn
...
merge fix/retry_resolve_fqdn to main
2023-08-15 14:58:52 +08:00
wangmm0220
7441801e9d
feat:support varbinary type
2023-08-15 13:57:05 +08:00
dapan1121
8fc0f1bbd6
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-15 09:00:53 +08:00
dapan1121
31b0bcd716
fix: taosd crash issue
2023-08-15 08:51:23 +08:00
liuyao
9d1e5a512d
add stream task id
2023-08-14 17:52:39 +08:00
dapan1121
6a78053b51
feat: add hint supporting
2023-08-14 17:21:15 +08:00
dapan1121
6ce28e8886
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-14 10:49:56 +08:00
Haojun Liao
0d38f389ab
refactor: do some internal refactor.
2023-08-13 16:25:35 +08:00
Haojun Liao
03c26a9d6d
refactor
2023-08-12 19:16:20 +08:00
Haojun Liao
0d0e30b764
fix(stream): fix the error.
2023-08-12 17:20:10 +08:00
Haojun Liao
a89ce1a20b
fix(stream): transfer state by using data block.
2023-08-12 01:24:07 +08:00
Haojun Liao
dea30255ec
fix(stream): add new datablock type.
2023-08-11 23:51:52 +08:00
Haojun Liao
f24b22000f
enh(stream): stop stream task before redistribute vnodes.
2023-08-11 23:46:53 +08:00
dapan1121
c9656d3f77
fix: fix memory issues
2023-08-11 17:39:41 +08:00
Haojun Liao
6a9826cf6e
enh(stream): update the stream task epset.
2023-08-11 10:37:25 +08:00
dm chen
dd271bca6d
Merge pull request #22394 from taosdata/3.0
...
merge 3.0 to feat/TD-22970
2023-08-10 14:14:22 +08:00
Haojun Liao
f633c7fe2b
other: merge 3.0.
2023-08-10 11:56:30 +08:00
Haojun Liao
4c92997328
fix(stream): use streamId&taskId to identify the stream task in the stream meta.
2023-08-09 15:52:23 +08:00
Haojun Liao
f3c5f20ee2
enh(stream): add timer to check the node changing.
2023-08-09 10:25:16 +08:00
dapan1121
0546bdceb2
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-08-07 11:23:15 +08:00
Haojun Liao
8a11a0418f
other: merge 3.0
2023-08-07 09:19:26 +08:00
dm chen
5b03ab1705
Merge branch '3.0' into feat/TD-22970
2023-08-03 17:43:51 +08:00
Haojun Liao
13543f7daa
feature(stream): handle task update in tq module.
2023-08-02 10:33:41 +08:00
Haojun Liao
e1e5e9bb0f
enh(stream): check stream tasks dag.
2023-08-02 09:44:39 +08:00
Haojun Liao
6b09566549
Merge pull request #22275 from taosdata/enh/addKeepAliveParam
...
add keep alive parameter
2023-08-02 09:23:03 +08:00
Haojun Liao
164bfd5408
enh(stream): prepare update trans.
2023-08-01 16:12:35 +08:00
yihaoDeng
2caaae392a
add keep alive parameter
2023-08-01 06:38:30 +00:00
dmchen
8a0e9ff0e0
fix/retry_resolve_fqdn
2023-08-01 14:24:28 +08:00
Haojun Liao
8dfef8768a
other: merge 3.0
2023-07-29 22:54:16 +08:00
dapan1121
b7126b9cc6
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-28 18:01:11 +08:00
wangmm0220
1f8e5eae6a
fix:conflicts
2023-07-28 15:04:12 +08:00
Haojun Liao
74834aea11
enh(stream): prepare hb to mnode from stream meta.
2023-07-28 13:07:16 +08:00
Haojun Liao
2a78cd2d23
Merge pull request #22215 from taosdata/fix/liaohj
...
other: merge main.
2023-07-28 13:06:17 +08:00
Shungang Li
fb226c2cdb
enh: check cluster ttlChangeOnWrite consistency
2023-07-27 16:49:56 +08:00
Haojun Liao
b145771a1b
other: merge 3.0
2023-07-27 16:38:57 +08:00
Haojun Liao
3d403dca5a
other: merge main.
2023-07-27 16:23:41 +08:00
Shungang Li
167ecea705
fix: check term for role time
...
1. time of mnode becomes current role in this term
2. show 0 for offline mnodes
2023-07-27 14:16:54 +08:00
dapan1121
4e5fbb52ee
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-26 13:56:46 +08:00
wangmm0220
f2553b8718
fix:add configuration to control if change dot to underline in schemaless
2023-07-26 09:52:04 +08:00
Haojun Liao
1c1bf63e1f
other: merge 3.0
2023-07-25 18:17:11 +08:00
Haojun Liao
1e34f84f78
other: merge 3.0
2023-07-24 15:23:03 +08:00
dapan1121
4f75eb5655
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-24 11:43:15 +08:00
dmchen
7d480cf3ac
compatible old sync config
2023-07-21 10:31:53 +08:00
wangmm0220
99c3ebc282
fix:optimize log & change return value for async interface
2023-07-20 18:28:21 +08:00
dapan1121
cbe03ef212
Merge pull request #22069 from taosdata/enh/TS-2288
...
enh: add scope for show xx variables
2023-07-19 18:01:11 +08:00
wangmm0220
5cb35f2fa6
feat:add committed & position & commite_offset interface
2023-07-19 17:29:39 +08:00
dmchen
3711fdd865
feat/TD-22970
2023-07-18 16:09:38 +08:00
dapan1121
07fca2124d
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-18 14:45:26 +08:00
dapan1121
294376de0b
enh: add batch table scan
2023-07-18 14:44:53 +08:00
yihaoDeng
b56e442478
Merge branch 'enh/dev33' into enh/triggerCheckPoint2
2023-07-17 11:41:38 +00:00
Ganlin Zhao
929db3d647
Merge branch '3.0' into enh/TS-2288
2023-07-17 16:09:07 +08:00
Haojun Liao
b2a905bd91
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-17 11:50:12 +08:00
kailixu
0e6b982682
chore: more code
2023-07-17 09:19:24 +08:00
Haojun Liao
eb7e6152ae
refactor(stream): do some internal refactor.
2023-07-14 17:21:20 +08:00
Ganlin Zhao
7935d824b6
enhance show variables output
2023-07-14 13:57:02 +08:00
dapan1121
aca9c5fe19
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-14 13:31:07 +08:00
Haojun Liao
e0ea0f2df4
Merge pull request #22020 from taosdata/fix/liaohj
...
other: merge main
2023-07-13 17:55:28 +08:00
kailixu
144cbd1e3b
chore: make jenkins happy
2023-07-13 15:25:15 +08:00
dapan1121
424c3d39fb
Merge pull request #22048 from taosdata/feat/TD-25003
...
feat: add new syntax for show tags/index/table tags
2023-07-13 09:46:11 +08:00
Haojun Liao
08a4fb06ae
fix(stream): dispatch checkpoint msg to downstream by puting message into input queue.
2023-07-13 09:17:20 +08:00
wangmm0220
cf64d4c9c5
fix:set get_assignment offset to first version of response block
2023-07-12 17:22:23 +08:00
Ganlin Zhao
5ec94c0697
add syntax for show tags/index/table tags from db.tb
2023-07-12 11:06:47 +08:00
Haojun Liao
9484f3da94
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-12 10:20:18 +08:00
Shungang Li
4886cb4674
feat: port 'keepTimeOffset' from 2.6 to 3.0
2023-07-11 17:40:35 +08:00
Haojun Liao
3ffdbe923d
other: merge 3.0
2023-07-11 09:12:57 +08:00
dapan1121
5b5b5648ac
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-07 19:32:50 +08:00
dapan1121
c19c59d5e6
enh: optimize oprator param usage
2023-07-07 16:49:35 +08:00
liuyao
0e914a19c6
stream operartor checkpoint
2023-07-06 14:28:34 +08:00
Haojun Liao
f4a3567935
other: merge 3.0
2023-07-06 11:24:30 +08:00
dapan1121
b371b7e6be
fix: compile issue and merge join crash issue
2023-07-06 10:52:28 +08:00
wangjiaming0909
1f71ce9409
feature: get last timestamp before create sma index
2023-07-06 10:33:22 +08:00
dapan1121
0718859c0a
enh: support passing params between nodes
2023-07-05 19:24:06 +08:00
dapan1121
c85bbef2e9
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-07-05 11:13:57 +08:00
dapan1121
7b9d73c77a
feat: add dynamic query ctrl operator
2023-07-05 11:07:08 +08:00
Haojun Liao
9b3e34d589
Merge pull request #21735 from taosdata/refact/fillhistory
...
refactor: refactor the fill history operation
2023-07-05 10:48:51 +08:00
Haojun Liao
82342ebdc7
Merge pull request #21934 from taosdata/feature/TD-20678
...
feat:subscribe only meta info
2023-07-04 11:28:27 +08:00
Haojun Liao
200575647c
Merge branch '3.0' into refact/fillhistory
2023-07-03 15:16:18 +08:00
dapan1121
a36dac2008
Merge pull request #21893 from taosdata/fix/TS-3551-M
...
enh: update of user auth version
2023-07-03 14:58:09 +08:00
wangmm0220
20e616d59d
feat:parse sql.y
2023-06-30 19:36:39 +08:00
dapan1121
99fc0e0c96
fix: add with meta
2023-06-30 17:45:28 +08:00
wangmm0220
af16b62289
fix:modify sql.y
2023-06-30 16:57:29 +08:00
kailixu
387d611179
chore: passVer and authVer refact
2023-06-30 14:52:20 +08:00
wangmm0220
58c7011e0e
feat:support only meta in tmq subscriptions
2023-06-30 11:42:40 +08:00
dapan1121
7dddfd0a5a
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-06-29 19:29:27 +08:00
dapan1121
3519e9170e
Merge remote-tracking branch 'origin/main' into 3.0
2023-06-29 11:13:45 +08:00
kailixu
aefebfca7f
enh: update of user auth version
2023-06-28 20:49:29 +08:00
dapan1121
9f0da17c49
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-06-28 19:40:55 +08:00
Haojun Liao
ed900d6ff6
Merge branch '3.0' into refact/fillhistory
2023-06-28 13:48:26 +08:00
Yihao Deng
4de7db06f9
Merge branch '3.0' into enh/triggerCheckPoint2
2023-06-27 17:57:14 +08:00
wangjiaming0909
57ddb3437d
feature: optimize order by limit using priority queue
2023-06-27 17:50:50 +08:00
wangmm0220
7e38ef7091
fix:add limit for topic and group num
2023-06-27 17:44:51 +08:00
Haojun Liao
3289ad62be
other: merge 3.0
2023-06-27 11:33:40 +08:00
dapan1121
4dae9f4eff
merge main to 3.0
2023-06-26 18:43:00 +08:00
yihaoDeng
04ab8e19d0
Merge branch 'enh/dev30' into enh/triggerCheckPoint2
2023-06-25 19:58:45 +08:00
dapan1121
9972aa81d6
Merge remote-tracking branch 'origin/3.0' into feat/TD-24700
2023-06-25 17:31:32 +08:00
dapan1121
24a5a3f41b
fix: compile issues
2023-06-25 17:31:04 +08:00
Haojun Liao
6857881742
Merge branch '3.0' into refact/fillhistory
2023-06-25 10:41:32 +08:00
wade zhang
254a20bdf3
Merge pull request #21660 from luckeverda/feat/TD-23739
...
feat/TD-23739: enhance ttl, deletetime modified by writing-op
2023-06-25 09:06:57 +08:00
Haojun Liao
ceb78fdad2
Merge branch '3.0' into refact/fillhistory
2023-06-24 18:53:48 +08:00
Shungang Li
b93f653d7e
feat: enhance ttl, deletetime modified by writing-ops
...
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
2023-06-19 19:03:35 +08:00
dapan1121
1ca24fea6b
Merge pull request #21742 from wangjiaming0909/feature/3.0/TD-24656
...
feature: add input, output ts order for execution plans
2023-06-18 19:24:29 +08:00
yihaoDeng
fd85a8495a
Merge branch 'dev30' into enh/triggerCheckPoint2
2023-06-17 14:17:21 +08:00
Haojun Liao
64365666b7
fix(stream): update the info, and do some internal refactor.
2023-06-16 16:04:43 +08:00
wangjiaming0909
fb4f174fbc
feature: add input, output ts order for execution plans
2023-06-16 10:26:09 +08:00
wangmm0220
e019ed2cc3
fix:conflict
2023-06-15 18:50:44 +08:00
wangmm0220
5de4600739
fix:remove lost_reb status
2023-06-15 18:48:45 +08:00
Haojun Liao
74e0138f72
Merge branch '3.0' into refact/fillhistory
2023-06-15 15:25:00 +08:00
wangmm0220
22776e60d5
fix:control memory size if consumer group is too much
2023-06-15 14:51:04 +08:00
Haojun Liao
b5a7ef9a7e
fix: fix syntax error.
2023-06-15 13:29:41 +08:00
Haojun Liao
1b9eca5ce0
other: merge main.
2023-06-15 13:03:17 +08:00
Haojun Liao
55724157c4
refactor: remove one function.
2023-06-15 10:40:25 +08:00
Yihao Deng
7ded6fc7a2
Merge branch '3.0' into enh/triggerCheckPoint2
2023-06-14 16:30:38 +08:00
wangmm0220
864236a8dc
fix:conflicts
2023-06-14 12:05:10 +08:00
wangmm0220
c28d7d9bf8
fix:open info log in tmq client & modify parametes in show consumers
2023-06-14 12:01:54 +08:00
Haojun Liao
844a23225a
Merge pull request #21600 from taosdata/mark/tmq
...
fix:check wal not exist again before register to push & move push log…
2023-06-14 10:18:39 +08:00
Haojun Liao
97da2a8fac
fix(stream): set the fill history status.
2023-06-13 16:10:55 +08:00
dapan1121
f84eef0ac4
Merge branch '3.0' into feat/TD-24499
2023-06-13 15:27:18 +08:00
Haojun Liao
933d08b489
Merge pull request #21690 from taosdata/feature/TS-3495
...
feat:add parameters for consumer & add offset rows for subscription
2023-06-13 14:59:15 +08:00
dapan1121
73d3c21e21
Merge remote-tracking branch 'origin/3.0' into feat/TD-24499
2023-06-13 11:44:41 +08:00
Haojun Liao
fb24ed161d
enh(stream): set correct task status.
2023-06-12 22:48:23 +08:00
dapan1121
59b8cfbc7d
enh: add sub_query in systable and kill subquery
2023-06-12 17:14:41 +08:00
dapan1121
170182fecd
feat: support fill history with sub request
2023-06-12 16:10:54 +08:00
Haojun Liao
78a240be8f
enh(stream): add dispatch msg.
2023-06-12 13:12:45 +08:00
wangmm0220
6657b8d849
fix:modify offset description to string
2023-06-12 09:44:00 +08:00
Benguang Zhao
3689b41f3a
Merge branch '3.0' into FIX/TD-24182-3.0
2023-06-12 09:39:49 +08:00
Haojun Liao
53246ed6bb
other: merge other branch.
2023-06-09 09:41:10 +08:00
wangmm0220
3f46a9bbc9
feat:add parameters for consumer & add offset rows for subscription
2023-06-08 18:14:02 +08:00
yihaoDeng
8b91617145
Merge branch 'enh/dv3' into enh/triggerCheckpoint
2023-06-08 07:20:41 +00:00
Haojun Liao
f582705feb
refactor: do some internal refactor.
2023-06-08 14:18:06 +08:00
yihaoDeng
1f1f37312d
add trigger checkpoint
2023-06-07 14:32:48 +00:00
liuyao
1e9c4d5fac
opt stream block dispatch
2023-06-07 10:45:27 +08:00
dapan1121
a0428387a9
enh: corrent column data reassign issue
2023-06-06 16:44:15 +08:00
dapan1121
65d323d9c7
Merge pull request #21222 from taosdata/fix/TD-24001
...
enh: optimize timeline function validation
2023-06-06 14:22:53 +08:00
dapan1121
02b1257b01
enh: reassign data column in blocks
2023-06-06 11:17:02 +08:00
dapan1121
fe7ba9d92e
Merge pull request #21523 from taosdata/feat/TS-3134-3.0
...
feat: allow user to reset root passwd
2023-06-06 11:10:11 +08:00
wangmm0220
f2ee657b62
fix:check wal not exist again before register to push & move push logic from write thread to query thread
2023-06-05 17:21:47 +08:00
dapan1121
7381209618
enh: optimize filter performance
2023-06-05 16:08:11 +08:00
Haojun Liao
077e1a1ed4
Merge branch '3.0' into refact/fillhistory
2023-06-05 11:41:13 +08:00
dapan1121
532e02fb2a
enh: improve filter performance
2023-06-05 10:47:15 +08:00
wade zhang
b437024eca
Merge pull request #21588 from taosdata/fix/TD-24346-M
...
chore: unbind the dependency
2023-06-04 09:53:20 +08:00
kailixu
87a086996e
chore: code optimization
2023-06-04 09:07:04 +08:00
kailixu
907feb23b0
chore: unbind the dependency
2023-06-04 07:56:46 +08:00
wangmm0220
b2f0d88639
fix:conflict
2023-06-02 15:43:35 +08:00
Haojun Liao
d45aa7ef84
Merge pull request #21555 from taosdata/fix/liaohj_main
...
other: merge main into 3.0.
2023-06-02 13:11:12 +08:00
wangmm0220
a7418d439b
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-19042
2023-06-01 22:50:51 +08:00
wangmm0220
56782a5d41
fix:open task case & modify mqRebVgReq encode/decode style
2023-06-01 18:29:16 +08:00
Haojun Liao
5d98a319c7
Merge pull request #21515 from taosdata/feature/TD-19042
...
feat: support create topic as stable with conditions
2023-06-01 09:56:55 +08:00
Haojun Liao
5301c5756a
other: merge main into 3.0.
2023-06-01 09:29:18 +08:00
yihaoDeng
3b0a6d7f0b
change db param
2023-05-31 03:15:25 +00:00
dapan1121
23bcfc2fd0
enh: stmt column length validation
2023-05-31 09:16:47 +08:00
Benguang Zhao
4a6d81855b
enh: add mndTransValidate for prepare actions
2023-05-30 18:50:00 +08:00
Haojun Liao
eda06081ff
enh(stream): refactor and serialize the attributes of history tasks.
2023-05-30 16:55:37 +08:00
kailixu
9501d4f417
feat: allow user to reset root passwd
2023-05-29 19:44:11 +08:00
wangmm0220
78db3520a6
fix:conflict
2023-05-29 14:57:03 +08:00
wangmm0220
a71878d07f
feat: support create topic as stable with conditions
2023-05-29 11:46:59 +08:00
dapan1121
e2d45438cb
Merge pull request #21405 from taosdata/szhou/scl-flt
...
enhance: scalar filter improvement
2023-05-28 18:49:39 +08:00
slzhou
b83bf9163e
fix: restore scalar mode computation and add filterScalarMode config variable and add test case
2023-05-26 14:46:32 +08:00
Haojun Liao
cea8334427
Merge pull request #21449 from taosdata/refact/fillhistory
...
refactor: remove the module dependency. TD-24279
2023-05-26 09:01:45 +08:00
dapan1121
2713f4f6d4
feat: support create topic as stable with conditions
2023-05-25 19:01:58 +08:00
wangmm0220
357e86b994
feat:add tag filter for stable subscribe
2023-05-24 18:59:47 +08:00
wangmm0220
8537e4e80e
feat:add tag filter for stable subscribe
2023-05-24 18:26:55 +08:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry ( #21037 )
...
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.
* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling
* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh
* Add a function MakePoint() and introduce a lib geometry
* implement sql functions GeomFromText() and AsText()
* Use GEOS *_r funcions instead for thread safety
* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.
* refactor AsText and MakePoint functions to be like GeomFromText
* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file
* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.
* set number of decimals of WKT to 6
* Implement SQL function Intersects()
* refactor geometry sql functions
* Add geosErrMsgeHandler() to get the GEOS error detail
* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists
* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.
* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.
* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn
* Add prefix "ST_" for all geometry functions
* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile
* Add unit test for geometry lib, only test MakePoint so far
* refactor and enhance existing cases in geomFuncTest
* implement NULL type and NULL value test for geomFuncTest
* add test on geomFromText()
* add unit test on AsText() in geomFuncTest
* combine some makePointFunction test items
* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions
* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content
* add more cases into intersectsFunction test
* Add basic test on geometry in system test
* Add ST_GeomFromText and ST_AsText function test in system test on geometry
* add ST_Intersects function test in system test on geometry
* support to check expectedErrno in system test on geometry
* adjust geomTest unit test and geometry system test
* add geometry data type and functions in doc english version
* implement touchesFunction() in geometry lib
refactor geometry relation functions model
* separate gemFuncTest into several src files
* add unit test on touchesFunction
* support sql function ST_Touches()
add system test on ST_Touches
* add docs for ST_Touches()
* Add ST_Contains()
* Add ST_Covers()
* Add ST_Equals()
* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()
* Add ST_ContainsProperly()
* build on windows
* Merge from 3.0 to 3.0_geometry
* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility
* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()
* add /usr/local/include into include directory
* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
dapan1121
5bedf6b19a
enh: support config batch rows number when import data from csv file
2023-05-23 19:21:52 +08:00
Haojun Liao
e67b532d8a
refactor: refactor the module dependency.
2023-05-23 18:29:23 +08:00
Ganlin Zhao
709b59a3a6
fix: fix assert crash in tsort.c
2023-05-19 17:27:15 +08:00
dapan1121
42c65898ea
Merge pull request #21335 from taosdata/feat/TD-22746
...
feat: support client meta control
2023-05-19 16:55:08 +08:00
wade zhang
1ade314043
Merge pull request #21325 from taosdata/feat/force-drop-dnode
...
Feat/force drop dnode
2023-05-19 09:23:54 +08:00
Haojun Liao
1e020a46c9
other: merge main.
2023-05-19 09:07:35 +08:00
Haojun Liao
d4b0e102af
fix:do some internal refactor.
2023-05-19 08:55:59 +08:00
Haojun Liao
c4c5bbb65c
other: merge 3.0
2023-05-18 17:28:40 +08:00
yihaoDeng
9380b22394
merge 3.0
2023-05-18 05:46:38 +00:00
Haojun Liao
81f821a6fc
refactor: do some internal refactor.
2023-05-18 10:51:43 +08:00
dapan1121
f5ebc17fae
Merge branch '3.0' into feat/TD-22746
2023-05-18 09:10:49 +08:00
Haojun Liao
041ffa91bd
other: merge main.
2023-05-17 15:42:15 +08:00
dapan1121
ee2521a6ab
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-16 10:53:21 +08:00
dapan1121
cf7b4593e7
feat: add drop dnode unsafe command
2023-05-16 09:50:10 +08:00
liuyao
502efb3d01
op stream selectivity buff
2023-05-15 16:26:24 +08:00
Haojun Liao
b98a465304
fix: fix syntax error.
2023-05-13 20:47:38 +08:00
Haojun Liao
170c603995
other: merge 3.0
2023-05-13 20:16:55 +08:00
Haojun Liao
99148d6719
other: merge 3.0
2023-05-13 20:02:48 +08:00
dapan1121
69795286fa
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.4
2023-05-12 13:46:16 +08:00
Haojun Liao
7ef16e1922
other: merge main.
2023-05-12 11:49:53 +08:00
dapan1121
eda4c85dbb
Merge pull request #21253 from taosdata/feat/TD-23643-3.0
...
feat: support connectors licensing
2023-05-11 18:19:04 +08:00
kailixu
f444b7ac6a
chore: more code
2023-05-11 13:03:21 +08:00
kailixu
aacdd8446d
chore: more code
2023-05-11 11:45:38 +08:00
kailixu
bd00a4f217
chore:more code
2023-05-11 11:32:39 +08:00
kailixu
fd107f2c26
chore: more code
2023-05-11 00:16:41 +08:00
dapan1121
daedb3618b
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-10 17:47:11 +08:00
dapan1121
79d4403377
feat: add client meta limitation
2023-05-10 17:44:53 +08:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
dapan1121
6c7d4ec898
Merge branch 'feat/restore-dnode' of github.com:taosdata/TDengine into feat/restore-dnode
2023-05-09 19:19:42 +08:00
dapan1121
a8c65cd25a
feat: support restore dnode clause
2023-05-09 19:19:14 +08:00
dmchen
542e1567f3
message type
2023-05-09 19:17:19 +08:00
kailixu
665681947f
chore: more code
2023-05-09 19:02:09 +08:00
cadem
843d606058
feat/restore dnode
2023-05-09 17:15:37 +08:00
dapan1121
52fd6a84ac
enh: support db cfg cache update
2023-05-09 17:04:20 +08:00
kailixu
e4882765ae
Merge branch '3.0' into feat/TD-23643-3.0
2023-05-08 16:28:20 +08:00
kailixu
2be6ff4630
chore: more code
2023-05-06 20:38:50 +08:00
yihaoDeng
08c3a63341
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-06 12:37:54 +00:00
Haojun Liao
da6212bab0
other: merge main.
2023-05-06 12:51:38 +08:00
Benguang Zhao
5d63f438b5
enh: confirm alter hash range
2023-05-04 19:43:11 +08:00
Haojun Liao
09a04052ec
refactor: do some internal refactor.
2023-05-04 16:15:14 +08:00
liuyao
2984c5a758
merge main
2023-04-28 10:34:46 +08:00
kailixu
f075652e18
chore: update grantsSchema to support connectors
2023-04-27 20:10:03 +08:00
Haojun Liao
e1bd65ec0a
Merge pull request #21105 from taosdata/fix/liaohj_main
...
fix(query): check the init status for pReader->status.merger TD-23903
2023-04-27 12:40:13 +08:00
Haojun Liao
db1d75bb48
refactor: do some internal refactor.
2023-04-27 09:28:20 +08:00
dapan1121
51a1e07dbf
Merge pull request #21029 from taosdata/fix/TD-23797
...
fix: fix crash caused by deleting from system table
2023-04-26 17:48:58 +08:00
Xiaoyu Wang
05dc0fd6b1
Merge pull request #21056 from taosdata/feat/TD-23693
...
feat: subtable level privilege
2023-04-26 09:17:23 +08:00
54liuyao
255af84139
resume option
2023-04-25 19:01:19 +08:00
dapan1121
f22d279f5f
Merge pull request #21057 from taosdata/feat/TD-19567
...
feat: support log slow query by default
2023-04-25 13:43:34 +08:00
dapan1121
b743b889fc
Merge pull request #20828 from taosdata/enh/TD-23421-M
...
enh: support user passwd version
2023-04-24 17:16:37 +08:00
Ganlin Zhao
782566ad08
refactor
2023-04-24 17:15:46 +08:00
liuyao
eca7b68fa0
ignore update
2023-04-24 15:01:56 +08:00
Xiaoyu Wang
dc5235eb92
feat: add pause/resume stream statement
2023-04-24 14:48:33 +08:00
Haojun Liao
057cc2d30d
Merge pull request #21018 from taosdata/feature/3_liaohj
...
fix(stream): set the correct start offset for stream task.
2023-04-24 12:02:20 +08:00
Xiaoyu Wang
4bb7a25fc7
feat: subtable level privilege
2023-04-23 16:30:28 +08:00
dapan1121
5fe99c5ad2
feat: support log long query
2023-04-23 15:54:15 +08:00
54liuyao
5089528a02
feat:stream pause&resume
2023-04-23 15:08:51 +08:00
Haojun Liao
9cf89c6b6f
enh(tmq): add check for consumer Id;
2023-04-23 11:51:43 +08:00
Ganlin Zhao
c5b3737702
fix: forbid delete from system table
2023-04-23 11:21:01 +08:00
Xiaoyu Wang
aba9a236c0
compiled sql.y
2023-04-23 11:20:34 +08:00
yihaoDeng
917b07348c
Merge branch 'fix/rocksdbState' into enh/rocksRevert
2023-04-23 02:37:26 +00:00
Haojun Liao
3dbe208712
enh(tmq): fix memory error and add retrieve wal info as required.
2023-04-22 15:34:46 +08:00
dapan1121
f4d1ac4e93
Merge pull request #21007 from taosdata/feat/TS-3249
...
feat: support table_prefix/table_suffix new mode
2023-04-21 19:18:28 +08:00
Haojun Liao
3f432cca2e
Merge pull request #20970 from taosdata/fix/TS-3116
...
opti:escape logic in schemaless
2023-04-21 18:44:06 +08:00
chenhaoran
7d7a0769b3
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.1
2023-04-21 16:20:37 +08:00
kailixu
9e71b6d071
Merge branch '3.0' into enh/TD-23421-M
2023-04-21 16:04:13 +08:00
dapan1121
3c2fc48e74
feat: support new table_prefix/table_suffix mode
2023-04-21 14:17:07 +08:00
dm chen
d594e4963f
Merge branch '3.0' into feat/learner
2023-04-20 19:11:06 +08:00
wangmm0220
5df7906a62
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/rocksRevert
2023-04-20 18:33:37 +08:00
Benguang Zhao
a21e0fe75e
enh: propose vnode commit synchronously
2023-04-20 14:28:56 +08:00
Haojun Liao
c654f1145d
enh(stream): add new msg for seek, and do some internal refactor.
2023-04-20 10:59:16 +08:00
Haojun Liao
a69e2a8045
fix(os): fix the link error in unit test cases.
2023-04-19 15:33:02 +08:00
wangmm0220
5b3087e48b
opti:escape logic in schemaless
2023-04-19 00:55:26 +08:00
cadem
3b78d4382b
add learner
2023-04-18 19:03:45 +08:00
wangmm0220
1771a54256
fix:rebalance not only one in once timer
2023-04-17 19:59:11 +08:00
Haojun Liao
04e042f21d
Merge branch 'feature/3_liaohj' into enh/rocksRevert
2023-04-15 09:35:43 +08:00
Haojun Liao
5850a3ab01
Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert
2023-04-14 10:37:17 +08:00
Haojun Liao
b57c813681
other: merge feature/3_liaohj
2023-04-14 10:36:54 +08:00
Haojun Liao
9597453631
Merge pull request #20925 from taosdata/fix/TS-3106-MAIN
...
add option enableScience on taos.cfg to show float and double scientific notation
2023-04-14 10:28:00 +08:00
Alex Duan
a0be0c1d06
fix: add client option tsEnableScience
2023-04-13 16:40:38 +08:00
dapan1121
7f518ca4ea
feat: support cache db cfg
2023-04-13 10:54:57 +08:00
kailixu
ac841b02bf
merge 3.0
2023-04-12 13:09:52 +08:00
liuyao
6a98d55c2f
add ci test
2023-04-12 11:04:57 +08:00
Xiaoyu Wang
9578c4538a
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
2023-04-11 19:33:23 +08:00
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
Xiaoyu Wang
5ce6220106
Merge pull request #20781 from taosdata/szhou/replace-function
...
feature: udf replace function
2023-04-11 17:25:21 +08:00
Xiaoyu Wang
4c04b155d5
merge main
2023-04-11 15:56:28 +08:00
dapan1121
28ea375fe1
Merge pull request #20850 from taosdata/enh/ts-3112
...
enh: add queryMaxConcurrentTables configuration
2023-04-11 11:21:30 +08:00
Xiaoyu Wang
416af9a58d
feat: table level privilege
2023-04-11 10:11:25 +08:00
dapan1121
d2f9f2d755
Merge remote-tracking branch 'origin/main' into enh/ts-3112
2023-04-11 09:02:36 +08:00
dapan1121
38231fc48e
enh: add queryMaxConcurrentTables configuration
2023-04-11 09:01:19 +08:00
kailixu
76386b9fad
enh: assign passVer during taos_connect
2023-04-10 13:07:18 +08:00
Xiaoyu Wang
e2f82f4423
merge main
2023-04-10 09:56:03 +08:00
kailixu
e689356c65
chore: more code
2023-04-09 19:01:51 +08:00
kailixu
ec8cd0c6b8
enh: support passwd version
2023-04-09 18:44:46 +08:00
shenglian zhou
32523d72f9
fix: add created time to file name and keep file reuse
2023-04-08 10:11:57 +08:00
liuyao
0716a4aee8
feat:add check point
2023-04-06 16:45:22 +08:00
Xiaoyu Wang
54f13f6f55
Merge pull request #20756 from taosdata/fix/3.0_merge_main
...
merge main
2023-04-06 15:44:23 +08:00
shenglian-zhou
3d8776e266
Merge branch '3.0' into szhou/replace-function
2023-04-06 13:40:52 +08:00
Xiaoyu Wang
a971d1a997
Merge pull request #20770 from taosdata/enh/3.0_planner_optimize
...
feat: add 'or replace' clause to 'create function' statement
2023-04-06 13:09:56 +08:00
Haojun Liao
2b2059ef18
Merge pull request #20534 from taosdata/fix/TD-22671
...
fix:error in TD-23218 & remove useless logic
2023-04-06 11:47:24 +08:00
shenglian zhou
47719b1028
Merge branch '2.0' of github.com:taosdata/TDengine into szhou/replace-function
2023-04-06 11:19:10 +08:00
Xiaoyu Wang
c134432c45
merge main
2023-04-06 09:31:45 +08:00
Xiaoyu Wang
9b2a94f281
fix: column comment is not supported
2023-04-04 18:04:10 +08:00
Xiaoyu Wang
cc7485812a
feat: add 'or replace' clause to 'create function' statement
2023-04-04 17:45:18 +08:00
Xiaoyu Wang
6825b196ef
feat: table level write privilege check
2023-04-04 17:19:18 +08:00
54liuyao
1892b806b5
feat:add stream state buff
2023-04-04 17:09:35 +08:00
54liuyao
429b5cd646
feat:add stream file state
2023-04-04 17:09:35 +08:00
Xiaoyu Wang
e9d7a099cc
merge main
2023-04-04 14:50:58 +08:00
Ganlin Zhao
23ec9287c9
fix: fix tsim crash on windows due to invalid input to strftime
2023-04-04 10:33:41 +08:00
wangmm0220
97b5c7abee
fix:merge from main
2023-03-31 16:20:21 +08:00
cademfly
3ae4996458
remove all handle
2023-03-30 16:17:51 +08:00
shenglian zhou
23d4eef114
feat: startup of replace function when no active query
2023-03-30 11:46:40 +08:00
Xiaoyu Wang
6265251a03
feat: table level privilege syntax
2023-03-29 19:08:40 +08:00
wangmm0220
2243184a4d
fix:conflicts
2023-03-29 17:53:05 +08:00
dapan1121
9952be43f6
Merge remote-tracking branch 'origin/main' into fix/cencVer
2023-03-29 15:50:14 +08:00
cademfly
2fd10c2aa0
table
2023-03-29 13:30:32 +08:00
dapan1121
0659814d16
Merge pull request #20674 from taosdata/fix/TS-3010
...
fix: query schema is old issue
2023-03-29 11:41:07 +08:00
dapan1121
0327a8eaa3
fix: block rows number type
2023-03-29 10:46:56 +08:00
cademfly
28584839ea
change msg number
2023-03-28 20:19:01 +08:00
cademfly
4d04f0f44d
add stb msg
2023-03-28 20:14:50 +08:00
Xiaoyu Wang
daaf4871ac
feat: table level privilege syntax
2023-03-28 18:43:58 +08:00
Benguang Zhao
ae8d87643f
Merge branch 'main' into FIX/TD-22975-main
2023-03-28 18:00:51 +08:00
dapan1121
22ad3129b9
fix: query schema is old issue
2023-03-28 15:21:47 +08:00
cadem
57d7ee29f3
fix/change msg order
2023-03-24 09:17:46 +08:00
cadem
86ca5ce210
fix/trigger election by sync msg
2023-03-24 09:13:20 +08:00
dapan1121
7f50b463bb
Merge pull request #20599 from taosdata/fix/mainT3.0
...
fix: merge main to 3.0
2023-03-23 16:17:01 +08:00
Xiaoyu Wang
a5d8549cb1
Merge pull request #20593 from taosdata/FEAT/TD-23258-3.0
...
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-23 11:43:01 +08:00
wangmm0220
dd4cf0597b
fix:error in optimize consume logic
2023-03-22 17:04:02 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
Xiaoyu Wang
eb79046a70
merge 3.0
2023-03-22 11:42:02 +08:00
Benguang Zhao
0b101e4952
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-22 11:40:24 +08:00
Xiaoyu Wang
fbc9b2404e
feat: add sql command 'balance vgroup leader'
2023-03-22 09:53:56 +08:00
cadem
ea35f0ae11
feat/balance vgroup leader
2023-03-22 09:36:59 +08:00
Xiaoyu Wang
58ebd3539d
feat: alter database wal_retention_period/wal_retention_size
2023-03-21 16:45:19 +08:00
wangmm0220
a5144f0ba2
fix:set offset if read wal none
2023-03-20 10:10:07 +08:00
wangmm0220
55fb48b699
fix:error in TD-23218 & remove useless logic
2023-03-18 18:48:50 +08:00
wangmm0220
ccba1d07c6
fix:error in TD-23218 & remove useless logic
2023-03-18 18:42:49 +08:00
wangmm0220
7616a283e3
fix:error in TD-23218 & remove useless logic
2023-03-18 18:23:38 +08:00
Benguang Zhao
9f97162ef7
enh: separate election timer events
2023-03-14 21:02:06 +08:00
Benguang Zhao
cc76d78673
enh: separate sync read and write events
2023-03-14 20:35:39 +08:00
Haojun Liao
32ddecc347
other: merge main.
2023-03-14 12:13:09 +08:00
Xiaoyu Wang
ca39dfcf2d
feat: show vgroup display num of cache tables
2023-03-13 17:21:32 +08:00
Haojun Liao
731a2138df
fix(tmq): fix error in tmq.
2023-03-13 17:08:17 +08:00
Xiaoyu Wang
62377619ba
enh: optimizing stt file reading in last query
2023-03-13 15:05:24 +08:00
Haojun Liao
564e9bb833
Merge branch 'main' into fix/liaohj
2023-03-12 14:38:38 +08:00
Xiaoyu Wang
a846c26ef9
merge main
2023-03-11 16:14:27 +08:00
Haojun Liao
9e860f02ac
refactor: do some internal refactor.
2023-03-11 11:25:37 +08:00
Xiaoyu Wang
77cd3e82fb
Merge branch 'feat/TS-2846' of github.com:taosdata/TDengine into feat/TS-2846
2023-03-09 16:04:59 +08:00
Xiaoyu Wang
e5de317f44
feat: alter database stt_trigger/minrows
2023-03-09 16:04:38 +08:00
Hongze Cheng
8ecfaa5a7c
refact
2023-03-09 15:42:09 +08:00
Hongze Cheng
16262512b2
feat: alter stt_trigger and minrows
2023-03-09 15:25:47 +08:00
Xiaoyu Wang
66bb55187d
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
2023-03-08 18:30:24 +08:00
Shengliang Guan
c4d2718296
Merge pull request #20332 from taosdata/fix/main_bugfix_wxy
...
fix: check the compatibility of client version and server version
2023-03-08 17:40:23 +08:00
Xiaoyu Wang
9be3e20276
fix: check the compatibility of client version and server version
2023-03-08 15:13:11 +08:00
Xiaoyu Wang
4c8bab7e58
merge main
2023-03-08 10:59:33 +08:00
Hongze Cheng
89281ee488
compact with time range
2023-03-07 21:46:34 +08:00
Xiaoyu Wang
df0d200f59
feat: the compact command adds 'start with end with' clause
2023-03-07 15:24:04 +08:00
Haojun Liao
caeb976dfe
Merge branch 'main' into feature/3_liaohj
2023-03-05 19:09:37 +08:00
yihaoDeng
e6ec795b4d
fix debug info
2023-03-05 11:36:01 +08:00
Xiaoyu Wang
599967d39f
feat: add language clause for create function
2023-03-04 11:08:50 +08:00
Shengliang Guan
2a272fb68d
Merge pull request #20263 from taosdata/FIX/TS-2766-main
...
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 10:49:37 +08:00
Benguang Zhao
b91734cf91
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 09:51:34 +08:00
Shengliang Guan
50955b2e50
Merge pull request #20261 from taosdata/FIX/TS-2766-main
...
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 18:22:30 +08:00
Benguang Zhao
d27f392beb
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 17:30:23 +08:00
dapan1121
2a5074870d
fix: add missing db options in show create database result
2023-03-02 11:33:29 +08:00
Haojun Liao
b3ae58dac1
Merge pull request #20205 from taosdata/feat/TD-22831
...
feat:window close && ignore expired
2023-02-28 19:23:07 +08:00
54liuyao
fe4123e814
feat:window close && ignore expired
2023-02-28 18:20:58 +08:00
wangmm0220
986ae9c4d0
fix:conflicts
2023-02-28 15:11:16 +08:00
Xiaoyu Wang
d4e32cc8f1
Merge pull request #20180 from taosdata/fix/3.0_merge_main
...
merge 3.0
2023-02-27 17:08:44 +08:00
Haojun Liao
41c5ba29b6
Merge pull request #20154 from taosdata/fix/toManySeesion
...
fix: to many seesion
2023-02-27 16:58:57 +08:00
Xiaoyu Wang
efa56d5352
merge main
2023-02-27 14:18:03 +08:00
Xiaoyu Wang
f97a140a3c
merge 3.0
2023-02-27 14:16:33 +08:00
wangmm0220
c638564179
fix:confilcts from main
2023-02-26 23:09:57 +08:00
dapan1121
cb2f09ed6c
Merge pull request #20139 from taosdata/fix/TD-22664-3.0
...
fix: fix coverity issue
2023-02-26 10:04:46 +08:00
Yihao Deng
db47cb5805
Merge branch 'main' into fix/toManySeesion
2023-02-25 17:04:56 +08:00
Haojun Liao
0369ff2231
other: merge main.
2023-02-25 15:42:32 +08:00
Haojun Liao
514369c611
other: merge main
2023-02-25 11:06:13 +08:00
Haojun Liao
d6fca036e5
refactor: do some internal refactor.
2023-02-25 11:02:42 +08:00
Xiaoyu Wang
d6dd087f84
merge main
2023-02-25 10:29:20 +08:00
yihaoDeng
84706fe586
fix: limit session num
2023-02-24 21:20:15 +08:00
wangmm0220
54a546931c
fix:optimize version logic in tmq and remove useless code
2023-02-24 19:22:08 +08:00
Ganlin Zhao
9342d796f0
Merge branch '3.0' into fix/TD-22664-3.0
2023-02-24 18:30:04 +08:00
dapan1121
2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
...
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Xiaoyu Wang
961107d1ca
merge main
2023-02-24 16:55:50 +08:00
Xiaoyu Wang
62936f22fd
Merge pull request #20118 from taosdata/enh/3.0_planner_optimize
...
fix: create index error
2023-02-24 16:48:37 +08:00
dapan1121
f6827c3f06
fix: systable header file compile issue
2023-02-24 13:53:48 +08:00
Ganlin Zhao
49fc02c52e
fix coverity issue
2023-02-24 10:08:53 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
yihaoDeng
e8527ee9de
fix: fix invalid dist count
2023-02-23 14:46:34 +08:00
Xiaoyu Wang
f67547d59f
fix: create index error
2023-02-23 14:04:07 +08:00
Haojun Liao
4432ae51e6
Merge branch 'main' into fix/liaohj
2023-02-23 09:04:32 +08:00
Haojun Liao
6216ee815f
Merge pull request #20088 from taosdata/feat/TD-22418
...
feat:stream coverity scan
2023-02-23 09:03:09 +08:00
Hongze Cheng
81ee050a0f
fix: coverity scan problem
2023-02-22 14:29:14 +08:00
54liuyao
1d58f85a54
feat:coverity scan
2023-02-22 10:10:04 +08:00
Haojun Liao
0c9145645b
Merge branch 'main' into feature/3_liaohj
2023-02-22 08:53:23 +08:00
Haojun Liao
37fea8cf3d
fix(tmq): update the epset when the leader of vnode changed.
2023-02-21 23:04:58 +08:00
Haojun Liao
9a5b7ce220
refactor: do some internal refactor.
2023-02-21 15:32:17 +08:00
yihaoDeng
2d85d0191c
fix: add vgroup count
2023-02-21 14:40:10 +08:00
Xiaoyu Wang
319dfd8f06
merge 3.0
2023-02-20 17:21:37 +08:00
Haojun Liao
ad0be66a78
Merge pull request #19935 from taosdata/enh/dynamicIdx
...
feat: change index dynamicly
2023-02-20 15:48:49 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
Haojun Liao
0a9f8347cc
fix(query):suppress the syntax error in internal.
2023-02-20 10:51:04 +08:00
Haojun Liao
bab9d273f9
refactor:do some internal refactor.
2023-02-20 10:14:25 +08:00
Haojun Liao
93f13b27f5
refactor:do some internal refactor.
2023-02-20 10:10:40 +08:00
Haojun Liao
8d187efc18
refactor:do some internal refactor.
2023-02-20 10:04:08 +08:00
yihaoDeng
098949b528
add trans param
2023-02-19 18:10:42 +08:00
Haojun Liao
0d9d2ea293
fix(query): do some internal refactor, and fix the bug when calender time duration exists in sliding and offset.
2023-02-17 18:31:32 +08:00
Xiaoyu Wang
b7f4b93d22
merge 3.0
2023-02-17 09:23:41 +08:00
Xiaoyu Wang
dc984d92f7
feat: compatible with older versions of wal
2023-02-17 09:21:07 +08:00
54liuyao
43966abbc6
feat:add disable stream option
2023-02-15 18:39:05 +08:00
Hongze Cheng
c1a3a0855b
finish code
2023-02-15 17:59:54 +08:00
yihaoDeng
df296c15f7
opt: opt tag index
2023-02-14 17:31:10 +08:00
Haojun Liao
c9ce01c878
Merge branch 'main' into feature/3_liaohj
2023-02-13 17:09:27 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx
2023-02-13 13:36:06 +08:00
yihaoDeng
a929aa22d8
merge 3.0
2023-02-12 10:48:18 +08:00
Haojun Liao
a7fdc4bae3
other: merge 3.0
2023-02-10 19:20:24 +08:00
Xiaoyu Wang
3382a24a69
merge main
2023-02-10 18:03:11 +08:00
Haojun Liao
72287a3b5f
fix(query): set correct tag value during tag filter and do some internal refactor.
2023-02-10 16:03:11 +08:00
Xiaoyu Wang
b2e60da1cf
merge main
2023-02-10 10:34:55 +08:00
Xiaoyu Wang
fcff07675d
merge main
2023-02-09 11:29:38 +08:00
Xiaoyu Wang
9bc225ffda
merge 3.0
2023-02-09 09:44:29 +08:00
Liu Jicong
ae4ad7d851
Merge branch 'main' into enh/stream_buffer_param
2023-02-08 16:09:35 +08:00
Xiaoyu Wang
09925437e3
merge main
2023-02-08 09:51:52 +08:00
Xiaoyu Wang
a52371959e
feat: add ignore update option for create stream
2023-02-07 19:31:08 +08:00
dapan1121
19508d118f
Merge pull request #19817 from taosdata/feat/TS-2502
...
feat: support force fill in interval clause
2023-02-07 17:00:01 +08:00
Xiaoyu Wang
f2ff17dace
merge 3.0
2023-02-06 14:18:13 +08:00
yihaoDeng
f19d64e04b
opt drop index
2023-02-04 13:50:21 +08:00
yihaoDeng
db61fbb6a2
opt index
2023-02-04 12:52:02 +08:00
dapan1121
ef89a31e8f
feat: force fill function
2023-02-03 15:37:04 +08:00
yihaoDeng
383bcea0cb
fix err log
2023-02-03 14:17:36 +08:00
dapan1121
d88f1efeb1
feat: support force fill clause
2023-02-02 17:16:30 +08:00
Haojun Liao
ab8c977417
other: merge main.
2023-02-02 14:00:36 +08:00
Haojun Liao
6a5ce7d663
refactor: opt tag filter perf.
2023-02-02 10:11:36 +08:00
Shengliang Guan
2a8d791e39
Merge remote-tracking branch 'origin/3.0' into enh/TD-18702
2023-01-31 16:31:26 +08:00
Hongze Cheng
11bc53bbd7
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-01-31 14:07:58 +08:00
Shengliang Guan
8bc0d4ba74
enh: add alter vnode hashrange request
2023-01-30 16:33:17 +08:00
Hongze Cheng
dcd0ade349
fix double free problem
2023-01-30 14:24:00 +08:00
Shengliang Guan
03dc6e55b5
enh: add disable vnode write request
2023-01-30 13:54:15 +08:00
yihaoDeng
474e2e3a32
enh: add/del dynamicIdx
2023-01-29 21:16:47 +08:00
Xiaoyu Wang
24157e78d6
merge main
2023-01-28 17:52:58 +08:00
Liu Jicong
089bc74055
Merge branch 'main' into enh/stream_buffer_param
2023-01-28 11:24:25 +08:00
wangmm0220
0f1f239425
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req_marks
2023-01-26 11:03:34 +08:00
wangmm0220
0fed3ffa05
fix:remove useless config for schemaless
2023-01-23 22:49:37 +05:00
yihaoDeng
673e3be9c8
add new schema
2023-01-18 22:05:16 +08:00
yihaoDeng
3d866abd6f
add new schema
2023-01-18 22:04:53 +08:00
yihaoDeng
bfd711c08f
Merge remote-tracking branch 'origin/3.0' into dynamicIdx
2023-01-18 22:01:49 +08:00
Xiaoyu Wang
caf3de2959
fix: support writing streams to existing tables
2023-01-18 09:30:54 +08:00
Xiaoyu Wang
2a4c97cfb4
Merge pull request #19606 from taosdata/enh/3.0_planner_optimize
...
feat: support writing streams to existing tables
2023-01-17 18:27:56 +08:00
Xiaoyu Wang
ca43c0ab55
feat: support writing streams to existing tables
2023-01-17 16:47:43 +08:00
Xiaoyu Wang
ac09a05cfa
feat: create stream support delete_mark option
2023-01-17 15:34:58 +08:00
Shengliang Guan
01647debb9
Merge pull request #19581 from taosdata/enh/TD-20047
...
fix: update epset on dnode info changed
2023-01-17 08:53:43 +08:00
Shengliang Guan
d476b6db13
enh: update epset on dnode info changed
2023-01-16 15:41:50 +08:00
dapan1121
62b64631dc
Merge pull request #19547 from taosdata/fix/TD-21648
...
fix:add interface for odbc
2023-01-16 13:29:15 +08:00
slzhou
51cdd4af19
fix: add stt_trigger to show create database processing
2023-01-16 10:28:34 +08:00
Shengliang Guan
307f457103
Merge remote-tracking branch 'origin/3.0' into enh/TD-20047
2023-01-16 09:40:37 +08:00
Haojun Liao
94e8aafcf6
Merge pull request #19543 from taosdata/feat/ly_stream
...
create stream and use existing super table
2023-01-14 23:30:25 +08:00
Shengliang Guan
ad8c73645b
fix: update epset on dnode info changed
2023-01-13 15:26:24 +08:00
Xiaoyu Wang
9a0c2805f4
merge main
2023-01-13 13:54:04 +08:00
54liuyao
3ec1560faa
create stream and use existing super table
2023-01-13 10:26:49 +08:00
Shengliang Guan
cd0404bc25
refact: adjust return value of tmsgUpdateDnodeInfo
2023-01-12 17:08:33 +08:00
yihaoDeng
72b43d240d
add/delete tag idx
2023-01-12 16:31:55 +08:00