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 |
wangmm0220
|
c5874ca892
|
fix: add filter logic for tmq in stable wal
|
2022-08-31 18:32:28 +08:00 |
Shengliang Guan
|
d0669151af
|
Merge pull request #16527 from taosdata/enh/3.0_planner_optimize
enh: query get dbcfg optimization
|
2022-08-31 13:33:01 +08:00 |
Xiaoyu Wang
|
2ccc7471af
|
enh: query get dbcfg optimization
|
2022-08-31 11:36:59 +08:00 |
Shengliang Guan
|
5712d95260
|
Merge pull request #16506 from taosdata/enh/mvTables2Ins
enh: move some tables from perf to ins
|
2022-08-31 11:12:00 +08:00 |
dapan1121
|
254d16667c
|
fix: no memory free in parser for stmt
|
2022-08-30 14:19:02 +08:00 |
dapan1121
|
39569cbd9a
|
enh: move some tables from perf to ins
|
2022-08-30 13:49:35 +08:00 |
Shengliang Guan
|
52f8fbb997
|
Merge pull request #16473 from taosdata/enh/3.0_planner_optimize
enh: super table scan requires project operator to merge packets to improve performance
|
2022-08-30 09:07:52 +08:00 |
Xiaoyu Wang
|
b5e177f151
|
fix: some problems of parser
|
2022-08-29 18:52:00 +08:00 |
dapan1121
|
205299e532
|
fix: fix taosd stmt query crash issue
|
2022-08-29 17:46:34 +08:00 |
Xiaoyu Wang
|
cc1d37cfe5
|
fix: some problems of parser
|
2022-08-29 17:23:29 +08:00 |
Xiaoyu Wang
|
381f48241f
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
|
2022-08-29 10:28:14 +08:00 |
Xiaoyu Wang
|
4895f19876
|
fix: plan problem with sorting the first column of the system table
|
2022-08-25 18:39:23 +08:00 |
Shengliang Guan
|
679145dcb6
|
Merge pull request #16418 from taosdata/fix/TD-18457
fix(query): fix valgrind report uninitialized variable error
|
2022-08-25 18:15:56 +08:00 |
Xiaoyu Wang
|
63792daeeb
|
fix: user permission error with sysinfo 0
|
2022-08-25 17:18:11 +08:00 |
Ganlin Zhao
|
847c0176e0
|
fix(query): fix valgrind report unitialized variable error
|
2022-08-25 17:15:55 +08:00 |
Xiaoyu Wang
|
d8fd0b89b1
|
fix: user permission error with sysinfo 0
|
2022-08-25 16:50:31 +08:00 |
Xiaoyu Wang
|
eef595318d
|
feat: system table visible permission
|
2022-08-24 19:08:50 +08:00 |
Xiaoyu Wang
|
ea54266daa
|
feat: system table visible permission
|
2022-08-24 18:35:06 +08:00 |
Xiaoyu Wang
|
f5040b2e73
|
feat: system table visible permission
|
2022-08-24 18:33:09 +08:00 |
Xiaoyu Wang
|
99490c063e
|
feat: system table visible permission
|
2022-08-24 17:36:10 +08:00 |
Xiaoyu Wang
|
717f837cbb
|
fix: auto create table insert statement check table name
|
2022-08-23 15:24:50 +08:00 |
Ganlin Zhao
|
00b2db50b4
|
fix(query): restrict fill(none) in interp
TD-18531
|
2022-08-23 10:40:01 +08:00 |
Xiaoyu Wang
|
4cf9bd6ac1
|
fix: the syntax problem of querying the state value in the state window
|
2022-08-22 17:46:57 +08:00 |
dapan1121
|
aca0d0bf0b
|
fix: fix memory leak issue
|
2022-08-22 13:25:45 +08:00 |
Ganlin Zhao
|
02055c4a90
|
fix error msg
|
2022-08-19 18:16:46 +08:00 |
Ganlin Zhao
|
0993843c81
|
fix(query): fix "n","y" time unit parsing does not return error
|
2022-08-19 18:13:01 +08:00 |
Xiaoyu Wang
|
98fc185e92
|
fix: escape character problem in auto create table insert
|
2022-08-18 18:53:23 +08:00 |
Xiaoyu Wang
|
39c3cde285
|
fix: select constant error
|
2022-08-16 10:37:17 +08:00 |
Xiaoyu Wang
|
3355ad5150
|
enh: insert client optimize
|
2022-08-15 16:05:09 +08:00 |
Xiaoyu Wang
|
b420bf4c3d
|
enh: insert client optimize
|
2022-08-15 14:45:59 +08:00 |
Xiaoyu Wang
|
80c5283833
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_insert_perf_wxy
|
2022-08-15 10:21:42 +08:00 |
Xiaoyu Wang
|
4f15fc19b1
|
Merge pull request #16042 from taosdata/feature/3.0_wxy
enh: create stream options adjust
|
2022-08-12 20:22:08 +08:00 |
Xiaoyu Wang
|
042e077ddc
|
enh: create stream options adjust
|
2022-08-12 18:32:10 +08:00 |
Xiaoyu Wang
|
e1508436f4
|
enh: insert client optimize
|
2022-08-12 16:47:42 +08:00 |
Xiaoyu Wang
|
dd33c0a3f6
|
enh: create stream options adjust
|
2022-08-12 16:40:49 +08:00 |
Xiaoyu Wang
|
1cce6494a6
|
enh: create stream options adjust
|
2022-08-12 15:04:04 +08:00 |
slzhou
|
64121d7b8f
|
Merge branch 'szhou/fix/leave' of github.com:taosdata/TDengine into szhou/fix/leave
|
2022-08-12 14:54:26 +08:00 |
slzhou
|
d9eae4dd4c
|
fix : fix error caused by empty vgroups when no user tables
|
2022-08-12 14:54:12 +08:00 |
Xiaoyu Wang
|
555a575c58
|
enh: insert client optimize
|
2022-08-12 10:46:55 +08:00 |
Xiaoyu Wang
|
03a39381c0
|
enh: show command optimize
|
2022-08-12 00:07:24 +08:00 |
Xiaoyu Wang
|
4155a3bef4
|
enh: show command optimize
|
2022-08-11 21:55:20 +08:00 |
Xiaoyu Wang
|
7176bb9198
|
merge 3.0
|
2022-08-11 20:30:02 +08:00 |
Xiaoyu Wang
|
9a9aef985e
|
enh: show command optimize
|
2022-08-11 20:26:40 +08:00 |
Ganlin Zhao
|
c017e4387f
|
fix(query): forbid interp in super table query
TD-18331
|
2022-08-11 16:17:38 +08:00 |
Xiaoyu Wang
|
4f0c6d3aa4
|
enh: show command optimize
|
2022-08-11 15:37:26 +08:00 |
Xiaoyu Wang
|
4290582249
|
enh: insert optimize
|
2022-08-10 17:47:28 +08:00 |
Cary Xu
|
1d6d0aa2db
|
enh: row iter and fetch optimization
|
2022-08-10 17:26:44 +08:00 |
Haojun Liao
|
6250c1b157
|
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
|
2022-08-10 16:51:46 +08:00 |
dapan1121
|
5cd223e29b
|
Merge pull request #15890 from taosdata/fix/TD-18288
fix: fix stmt parser crash issue
|
2022-08-09 19:08:35 +08:00 |