Shengliang Guan
|
acab522494
|
enh: let create database SST_TRIGGER 2 worker
|
2022-09-02 15:19:50 +08:00 |
Shengliang Guan
|
ae54c4a50b
|
enh: let show vnodes works
|
2022-09-02 14:24:45 +08:00 |
Shengliang Guan
|
2bfecf6f02
|
Merge pull request #16586 from taosdata/feature/idxRefactor
refactor idx code
|
2022-09-02 13:33:04 +08:00 |
Liu Jicong
|
48036e83c8
|
Merge pull request #16596 from taosdata/feature/stream
refactor(taosx): filter meta
|
2022-09-02 11:54:42 +08:00 |
Liu Jicong
|
502d75302e
|
refactor(taosx): filter meta
|
2022-09-02 10:00:15 +08:00 |
yihaoDeng
|
9dcfba1970
|
refactor index code
|
2022-09-01 20:34:36 +08:00 |
yihaoDeng
|
47ff0e34b0
|
refactor idx code
|
2022-09-01 20:16:02 +08:00 |
Shengliang Guan
|
441514d5ea
|
Merge pull request #16583 from taosdata/enh/3.0_planner_optimize
feat: sql command 'show vnodes' and database option 'sst_trigger'
|
2022-09-01 19:59:44 +08:00 |
Shengliang Guan
|
6dfc831eeb
|
Merge pull request #16562 from taosdata/feature/TD-14761
fix:<TD-18784> data lost in schemaless if timestamp is same
|
2022-09-01 19:24:53 +08:00 |
Shengliang Guan
|
8686b228ee
|
Merge pull request #16582 from taosdata/feature/3_liaohj
fix(query): check node type when extract column info.
|
2022-09-01 19:24:34 +08:00 |
Xiaoyu Wang
|
594e4b376e
|
feat: sql command 'show vnodes' and database option 'sst_trigger'
|
2022-09-01 19:01:37 +08:00 |
Haojun Liao
|
fed9efa840
|
fix(query): check memory malloc failure.
|
2022-09-01 18:46:50 +08:00 |
wangmm0220
|
713488098d
|
fix:test case error in sml.py
|
2022-09-01 18:43:47 +08:00 |
Haojun Liao
|
4af80fa0aa
|
fix(query): check node type when extract column info.
|
2022-09-01 18:39:12 +08:00 |
dapan1121
|
b4ae5fadbe
|
fix: fix create table rsp free issue
|
2022-09-01 18:00:41 +08:00 |
Shengliang Guan
|
c49bb4533f
|
Merge pull request #16575 from taosdata/enh/3.0_planner_optimize
enh: the default values of wal related parameters are different in si…
|
2022-09-01 16:50:19 +08:00 |
Shengliang Guan
|
752104bf7a
|
Merge pull request #16568 from taosdata/fix/ZhiqiangWang/TD-18410-chmod-log-dir-mode
os: chmod log dir mode
|
2022-09-01 16:49:23 +08:00 |
Shengliang Guan
|
5395c2ad22
|
Merge pull request #16569 from taosdata/fix/td_18575
fix: empty var-len data commit coredump
|
2022-09-01 16:18:32 +08:00 |
wade zhang
|
d21c5badf4
|
Merge pull request #16566 from taosdata/feature/TD-18814
feat(stream):stream partition by column
|
2022-09-01 16:09:06 +08:00 |
Xiaoyu Wang
|
c06503d865
|
enh: the default values of wal related parameters are different in single-replica and multi-replica
|
2022-09-01 15:52:03 +08:00 |
Shengliang Guan
|
8de6000378
|
Merge pull request #16555 from taosdata/feat/3.0_systable_privilege_wxy
fix: a privilege problem of show tables
|
2022-09-01 15:39:31 +08:00 |
Shengliang Guan
|
e7db892862
|
Merge pull request #16559 from taosdata/fix/3.0_bugfix_wxy
feat: insert using statement supports ttl and comment
|
2022-09-01 15:36:22 +08:00 |
Shengliang Guan
|
a083c636fe
|
Merge pull request #16563 from taosdata/enh/3.0_planner_optimize
enh: add the queryPlannerTrace parameter to control the debug output of the planner
|
2022-09-01 15:36:06 +08:00 |
afwerar
|
6759a38a8d
|
os: chmod log dir mode
|
2022-09-01 15:26:01 +08:00 |
Hongze Cheng
|
88e3096b58
|
fix: empry var-len data coredump
|
2022-09-01 15:25:38 +08:00 |
54liuyao
|
83e62c3849
|
feat(stream):stream partition by column
|
2022-09-01 15:05:24 +08:00 |
wangmm0220
|
bdebf9e421
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761
|
2022-09-01 14:53:21 +08:00 |
Shengliang Guan
|
900f5cf534
|
Merge pull request #16557 from taosdata/feature/stream
feat(taox): support auto create sub table
|
2022-09-01 14:47:34 +08:00 |
Xiaoyu Wang
|
faa731827e
|
enh: add the queryPlannerTrace parameter to control the debug output of the planner
|
2022-09-01 14:44:01 +08:00 |
wangmm0220
|
38fab41e7b
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761
|
2022-09-01 14:25:25 +08:00 |
wangmm0220
|
14e8bbd2bc
|
fix:heap over flow if string is not ended by 0
|
2022-09-01 14:23:41 +08:00 |
Xiaoyu Wang
|
7708900f73
|
feat: insert using statement supports ttl and comment
|
2022-09-01 13:55:46 +08:00 |
wangmm0220
|
d1bdea6917
|
fix:<TD-18784> data lost in schemaless if timestamp is same
|
2022-09-01 13:49:05 +08:00 |
Liu Jicong
|
3bbab43bf2
|
temporarily set taosx res type to data to pass test
|
2022-09-01 13:24:57 +08:00 |
Liu Jicong
|
47eb2a3fb8
|
fix iterate msg
|
2022-09-01 13:15:29 +08:00 |
Shengliang Guan
|
f2d14220eb
|
Merge pull request #16551 from taosdata/feature/3.0_mhli
refactor(sync): delete ASSERT(0) in snapshotReceiverFinish
|
2022-09-01 13:10:17 +08:00 |
Shengliang Guan
|
8a7aaaab07
|
Merge pull request #16552 from taosdata/enh/change_err_msg
fix: change err msg
|
2022-09-01 13:09:58 +08:00 |
Liu Jicong
|
1fe4ab2341
|
feat(taox): support auto create sub table
|
2022-09-01 11:45:00 +08:00 |
Ganlin Zhao
|
4f772ee711
|
Merge branch '3.0' into fix/TD-16780
|
2022-09-01 11:28:28 +08:00 |
Xiaoyu Wang
|
af8fe3ada8
|
fix: a privilege problem of show tables
|
2022-09-01 11:15:03 +08:00 |
yihaoDeng
|
8d0767a9ab
|
change error msg
|
2022-09-01 10:54:25 +08:00 |
Minghao Li
|
87dd0fc168
|
refactor(sync): delete ASSERT(0) in snapshotReceiverFinish
|
2022-09-01 10:54:02 +08:00 |
Shengliang Guan
|
fca65df5fa
|
Merge pull request #16537 from taosdata/feature/3.0_interval_hash_optimize
other: adjust rsma duration for data files
|
2022-09-01 08:59:50 +08:00 |
Shengliang Guan
|
7509db4d81
|
Merge pull request #16535 from taosdata/fix/dnode
enh: make cmake .. -DCMAKE_BUILD_TYPE=Release work
|
2022-08-31 19:31:43 +08:00 |
Shengliang Guan
|
8652074fad
|
Merge pull request #16536 from taosdata/feature/TD-14761
fix: add filter logic for tmq in stable wal
|
2022-08-31 19:22:11 +08:00 |
Cary Xu
|
f3e2bef13e
|
other: adjust max duration for rsma
|
2022-08-31 19:12:06 +08:00 |
Cary Xu
|
c4bcb4e1e3
|
other: adjust rsma duration for data files
|
2022-08-31 19:06:03 +08:00 |
Ganlin Zhao
|
a34da949bc
|
fix(query): support timestap type in max/min function
TD-16780
|
2022-08-31 18:57:45 +08:00 |
Shengliang Guan
|
7b3e10034c
|
fix: compile error in windows
|
2022-08-31 18:54:08 +08:00 |
Ganlin Zhao
|
c49aa8e1f9
|
fix(query): support timestap type in max/min function
TD-16780
|
2022-08-31 18:51:29 +08:00 |