Xiaoyu Wang
|
901c9b8f77
|
fix: some problems of parser
|
2022-11-14 16:53:01 +08:00 |
Xiaoyu Wang
|
38f20ec32d
|
enh: show table tags command extension
|
2022-11-10 17:22:13 +08:00 |
Xiaoyu Wang
|
80dc658dbb
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-04 18:03:21 +08:00 |
Xiaoyu Wang
|
8513dc1067
|
enh: insert optimize
|
2022-11-04 15:21:38 +08:00 |
Xiaoyu Wang
|
ae4354c277
|
enh: add sql command 'drop dnode id force'
|
2022-10-31 10:30:54 +08:00 |
Xiaoyu Wang
|
e8c0515dce
|
enh: flag of whether the subplan is added as a show statement
|
2022-10-28 10:46:04 +08:00 |
Xiaoyu Wang
|
02ac6fa552
|
enh: add unit test and delete useless code
|
2022-10-26 17:01:55 +08:00 |
Shengliang Guan
|
20a279e69a
|
Merge pull request #17605 from taosdata/fix/3.0_bugfix_wxy
fix: wrong permissions of 'show variables' command
|
2022-10-25 14:17:06 +08:00 |
Cary Xu
|
6d0d42569a
|
enh: remove obsolete codes for raw data row
|
2022-10-25 11:30:57 +08:00 |
Xiaoyu Wang
|
0fdce91b5a
|
fix: wrong permissions of 'show variables' command
|
2022-10-24 16:34:10 +08:00 |
dapan1121
|
1b65cd2089
|
fix: fix show create table crash issue
|
2022-10-21 17:24:06 +08:00 |
Xiaoyu Wang
|
9abea76791
|
fix: do coverity scan
|
2022-10-17 15:43:42 +08:00 |
Xiaoyu Wang
|
d6374a726a
|
fix: some problems of parser
|
2022-10-12 16:32:29 +08:00 |
Xiaoyu Wang
|
18fa48ae57
|
feat: support batch loading of csv files
|
2022-10-11 15:54:01 +08:00 |
Xiaoyu Wang
|
73642ac3a2
|
feat: sql command 'show table tags from table_name'
|
2022-09-29 16:16:49 +08:00 |
54liuyao
|
747297bd28
|
feat(stream): stream fill
|
2022-09-27 18:11:44 +08:00 |
Shengliang Guan
|
4e51886063
|
Merge pull request #17071 from taosdata/feat/3.0_parser_planner
feat(stream): tag and child table name improvement
|
2022-09-26 19:54:36 +08:00 |
Shengliang Guan
|
f4cbf6dd75
|
Merge pull request #17040 from taosdata/fix/ZhiqiangWang/TD-13064-fix-mac-test-error
os: fix Mac test error
|
2022-09-26 18:53:48 +08:00 |
Xiaoyu Wang
|
1d62834e5c
|
feat(stream): tag and child table name improvement
|
2022-09-26 18:39:47 +08:00 |
afwerar
|
00a9491a97
|
os: fix Mac test error
|
2022-09-23 17:50:43 +08:00 |
dapan1121
|
dc0e36f742
|
Merge branch '3.0' into enh/clientPolicy
|
2022-09-23 16:41:18 +08:00 |
Shengliang Guan
|
778aa44fc2
|
Merge pull request #17018 from taosdata/fix/3.0_bugfix_wxy
fix: subplans under set operator use different group ids
|
2022-09-23 14:03:05 +08:00 |
dapan1121
|
3fb3aa7bea
|
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
|
2022-09-23 13:33:11 +08:00 |
Xiaoyu Wang
|
ee9190e9c0
|
fix: subplans under set operator use different group ids
|
2022-09-23 11:26:03 +08:00 |
Xiaoyu Wang
|
50ebcb5006
|
feat: case when expression
|
2022-09-22 19:20:21 +08:00 |
Xiaoyu Wang
|
5116e0a01b
|
enh: added memory allocators for parser and planner
|
2022-09-21 17:04:12 +08:00 |
Xiaoyu Wang
|
2f475399a6
|
enh: added memory allocators for parser and planner
|
2022-09-21 10:57:41 +08:00 |
Xiaoyu Wang
|
8a010a58f3
|
enh: added memory allocators for parser and planner
|
2022-09-20 16:13:08 +08:00 |
dapan1121
|
4048c99282
|
Merge remote-tracking branch 'origin/3.0' into enh/clientPolicy
|
2022-09-15 14:50:35 +08:00 |
Xiaoyu Wang
|
e2586979eb
|
enh: the delete physical plan increases the timestamp interval of the actual deleted data
|
2022-09-14 17:51:21 +08:00 |
Xiaoyu Wang
|
6cf578f299
|
feat: database option 'tsdb_pagesize'
|
2022-09-13 14:19:50 +08:00 |
dapan1121
|
1427a8f3b0
|
enh: support client query policy
|
2022-09-09 19:03:42 +08:00 |
Xiaoyu Wang
|
983ac86a49
|
enh: add binary serialization method to node structure
|
2022-09-06 13:40:43 +08:00 |
Xiaoyu Wang
|
ccaf6f8a78
|
feat: add database option 'table_prefix' and 'table_suffix'
|
2022-09-03 11:22:36 +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 |
Xiaoyu Wang
|
594e4b376e
|
feat: sql command 'show vnodes' and database option 'sst_trigger'
|
2022-09-01 19:01:37 +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 |
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 |
54liuyao
|
83e62c3849
|
feat(stream):stream partition by column
|
2022-09-01 15:05:24 +08:00 |
Shengliang Guan
|
0758d32964
|
Merge pull request #16382 from taosdata/feat/3.0_systable_privilege_wxy
feat: system table visible permission
|
2022-08-25 11:08:12 +08:00 |
Xiaoyu Wang
|
99490c063e
|
feat: system table visible permission
|
2022-08-24 17:36:10 +08:00 |
shenglian zhou
|
b250efeee4
|
fix: support window pseduo column for fill operator
|
2022-08-24 17:05:38 +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 |
Xiaoyu Wang
|
e5da9167ff
|
fix: escape character problem in auto create table insert
|
2022-08-19 11:52:30 +08:00 |
Xiaoyu Wang
|
98fc185e92
|
fix: escape character problem in auto create table insert
|
2022-08-18 18:53:23 +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
|
1cce6494a6
|
enh: create stream options adjust
|
2022-08-12 15:04:04 +08:00 |
Haojun Liao
|
dc991a9040
|
other:merge 3.0
|
2022-08-12 14:51:52 +08:00 |
Xiaoyu Wang
|
9a9aef985e
|
enh: show command optimize
|
2022-08-11 20:26:40 +08:00 |
Xiaoyu Wang
|
4f0c6d3aa4
|
enh: show command optimize
|
2022-08-11 15:37:26 +08:00 |