Commit Graph

1577 Commits

Author SHA1 Message Date
wangmm0220 414021a8e0 fix:error in auto create table for taosX 2022-09-15 19:23:12 +08:00
Liu Jicong deb731c1c4
Merge pull request #16840 from taosdata/enh/3.0_planner_optimize
enh: the delete physical plan increases the timestamp interval of the actual deleted data
2022-09-15 10:56:08 +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
dapan1121 5589f78b32
Merge pull request #16779 from taosdata/fix/memLeakIssue
fix: fix client/server memory leak issues
2022-09-14 17:42:12 +08:00
dapan1121 2c2d5c16ed fix: fix insert memory leak 2022-09-14 13:29:06 +08:00
Shengliang Guan 51085cec4e
Merge pull request #16821 from taosdata/fix/3.0_bugfix_wxy
enh: count(tbname) optimize
2022-09-14 10:49:51 +08:00
Xiaoyu Wang d585c20aa3 enh: count(tbname) optimize 2022-09-13 18:58:56 +08:00
Shengliang Guan d3dcd67ed6
Merge pull request #16805 from taosdata/feature/TD-18765
fix:<TD-18765> support ttl in create table automatic
2022-09-13 17:38:28 +08:00
wangmm0220 a6a38058dd fix:<TD-18765> support ttl in create table automatic 2022-09-13 16:39:27 +08:00
Shengliang Guan 9543e28e60
Merge pull request #16795 from taosdata/feature/TD-18765
feat:<TD-18765> support ttl in create table automatic
2022-09-13 15:31:58 +08:00
wangmm0220 ff93a4c3a4 feat:<TD-18765> support ttl in create table automatic 2022-09-13 14:36:56 +08:00
Xiaoyu Wang 6cf578f299 feat: database option 'tsdb_pagesize' 2022-09-13 14:19:50 +08:00
dapan1121 4fd0bc409d fix: fix client/server memory leak issues 2022-09-13 09:09:21 +08:00
Hongze Cheng a0ba99e8a8 fix unit test 2022-09-09 14:12:26 +08:00
Hongze Cheng eae7947c68 more refact 2022-09-08 17:58:33 +08:00
dapan1121 851ffe49ae enh: support set tag value with expr 2022-09-07 10:25:21 +08:00
dapan1121 4a563b6d50 fix: fix now in alter tag value 2022-09-06 19:17:11 +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
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
Xiaoyu Wang 594e4b376e feat: sql command 'show vnodes' and database option 'sst_trigger' 2022-09-01 19:01:37 +08:00
wangmm0220 713488098d fix:test case error in sml.py 2022-09-01 18:43:47 +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
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
wangmm0220 38fab41e7b Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-09-01 14:25:25 +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
Xiaoyu Wang af8fe3ada8 fix: a privilege problem of show tables 2022-09-01 11:15:03 +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
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
Cary Xu 9e498a7859 fix: set none for unbound cols 2022-08-09 15:40:39 +08:00
dapan1121 aaa588a62f fix: fix stmt parser crash issue 2022-08-09 14:10:14 +08:00
Xiaoyu Wang 45b55f882e fix: the default value of wal-related database parameters is incorrect 2022-08-09 12:57:27 +08:00
Xiaoyu Wang 07ef00e89f merge 3.0 2022-08-09 11:36:08 +08:00
Xiaoyu Wang 04a2e8e541 fix: the default value of wal-related database parameters is incorrect 2022-08-09 11:20:02 +08:00
Xiaoyu Wang 43a67f6da9 fix: insert error of unbound columns 2022-08-09 10:57:44 +08:00
Cary Xu e49e9bee6a other: revert clang format 2022-08-08 20:59:11 +08:00
Cary Xu 20fefa6bfd fix: use int32_t when sort merge datablock 2022-08-08 20:56:57 +08:00
Haojun Liao 4d8842c21f other:merge 3.0 2022-08-08 16:37:37 +08:00
Xiaoyu Wang ef607e5c3f fix: sql command 'show cluster' error 2022-08-08 15:49:31 +08:00
Xiaoyu Wang 7a559084ae fix: add checks for stream query 2022-08-08 14:38:04 +08:00
Xiaoyu Wang f15517b1d7 fix: add checks for stream query 2022-08-08 13:28:49 +08:00
Xiaoyu Wang 536c6bdbc5 fix: add checks for stream query 2022-08-08 11:40:48 +08:00
Xiaoyu Wang 5ae9fdff7a enh: increase explain output, enhance debugging function 2022-08-08 10:00:10 +08:00
dapan1121 bcce0d1aac
Merge pull request #15771 from taosdata/enh/ctgPerf
enh: improve catalog performance
2022-08-06 16:54:22 +08:00
Xiaoyu Wang 5750525f9a fix: condition race error 2022-08-06 15:25:53 +08:00
Xiaoyu Wang fdf977f935 fix: add checks for stream query 2022-08-06 11:30:06 +08:00
Xiaoyu Wang 0f3a7e314e fix: plan problem of create stream statement 2022-08-05 17:37:58 +08:00
dapan1121 c1c3513b08 Merge branch '3.0' into enh/ctgPerf 2022-08-05 16:09:30 +08:00
Xiaoyu Wang 8fc86a31d0 enh: asynchronous catalog interface optimization 2022-08-04 20:53:43 +08:00
Haojun Liao 3a5fcefc8d other: merge 3.0 2022-08-04 17:24:51 +08:00
Xiaoyu Wang 58e67c8236
Merge pull request #15719 from taosdata/feature/3.0_wxy
fix: memory leak in parser when statement exception
2022-08-04 10:20:54 +08:00
Cary Xu e39da95011 fix: par insert test update 2022-08-04 08:57:09 +08:00
Cary Xu 76c6f47ede fix: par insert test update 2022-08-04 08:50:15 +08:00
Cary Xu f1790b2776 enh: adjust numOfRows in SubmitBlk from int16_t to int32_t 2022-08-03 21:03:27 +08:00
Xiaoyu Wang 534d1a01b8 fix: memory leak in parser when statement exception 2022-08-03 19:17:12 +08:00
Haojun Liao 4cd7af0ecf other: merge 3.0 2022-08-03 19:02:43 +08:00
Xiaoyu Wang 335c8b4d8a fix: timeline function validity check 2022-08-03 18:17:12 +08:00
Xiaoyu Wang bd8de1e8fd fix: timeline function validity check 2022-08-03 16:59:27 +08:00
Cary Xu a3166507a5 enh: don't read bitmap when all col is normal 2022-08-03 15:58:28 +08:00
Xiaoyu Wang 415ff2b13b
Merge pull request #15690 from taosdata/feature/3.0_wxy
fix: some problems of parser
2022-08-03 11:25:55 +08:00
Xiaoyu Wang f33959bd9b fix: some problems of parser 2022-08-02 20:20:44 +08:00
Shengliang Guan 590266067b
Merge pull request #15680 from taosdata/fix/dnode
refactor: adjust logs
2022-08-02 19:37:07 +08:00
Shengliang Guan 56f2e49764 refactor: adjust logs 2022-08-02 17:12:07 +08:00
dapan1121 517b03a6fc
Merge pull request #15663 from taosdata/enh/addAppStat
enh: support app level stat
2022-08-02 15:07:26 +08:00
dapan1121 596c86dd95 fix: fix case issue 2022-08-02 13:47:04 +08:00
Xiaoyu Wang ab03c9a265 fix: alias error for partition by keys 2022-08-02 10:27:59 +08:00
dapan1121 cc3a7375ed enh: support app level stat 2022-08-01 20:47:08 +08:00
Xiaoyu Wang 18364a6bd2
Merge pull request #15649 from taosdata/feature/3.0_wxy
fix: database name cannot contain '.'
2022-08-01 19:23:34 +08:00
shenglian-zhou 21308d7853
Merge pull request #15639 from taosdata/szhou/fix/join
fix: fix failed case of join.sim
2022-08-01 18:54:42 +08:00
Xiaoyu Wang 4d51273aac fix: database name cannot contain '.' 2022-08-01 18:12:03 +08:00
shenglian zhou 905a07801e fix: fix errors of join test case 2022-08-01 16:19:50 +08:00
Xiaoyu Wang 7bcf6b051a fix: some problems of parser and planner 2022-08-01 16:17:59 +08:00
Xiaoyu Wang 5c9fbbd2e1 fix: some problems of parser and planner 2022-08-01 15:54:53 +08:00
dapan1121 11d9ece114
Merge pull request #15619 from taosdata/fix/TD-18009
fix: fix client memory leak
2022-08-01 10:32:33 +08:00
dapan1121 6addac61f8 fix: fix client memory leak 2022-08-01 09:58:49 +08:00
Xiaoyu Wang f06a36b171
Merge pull request #15607 from taosdata/feature/3.0_prof_wxy
enh: write performance optimization
2022-08-01 09:56:15 +08:00
Xiaoyu Wang 5a3c377c68 enh: write performance optimization 2022-07-30 19:23:06 +08:00
Xiaoyu Wang dc6c0c1d1a fix: some problems of planner 2022-07-30 15:46:43 +08:00
Xiaoyu Wang b08a28d559 fix: some problems of planner 2022-07-30 13:14:44 +08:00
Xiaoyu Wang 31126d5390 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-29 20:41:39 +08:00
Xiaoyu Wang 32418f161b enh: cumulative functions support mixed use 2022-07-29 20:41:16 +08:00
Xiaoyu Wang 41b8ef7d93 enh: cumulative functions support mixed use 2022-07-29 18:00:48 +08:00
dapan1121 ebb85f6f4c
Merge pull request #15539 from taosdata/fix/TD-17926
fix: fix delete time range issue
2022-07-29 14:33:52 +08:00
dapan1121 00e76a33ff fix: fix ut issue 2022-07-29 10:24:26 +08:00
slzhou@taodata.com 810d385530 fix: fix nested query sim bugs 2022-07-29 10:13:00 +08:00
dapan1121 156567b9bc fix: fix show queries crash and error msg 2022-07-29 09:01:35 +08:00
Xiaoyu Wang cd25d2dc60
Merge pull request #15456 from taosdata/feature/3.0_debug_wxy
fix: db options rename
2022-07-27 15:02:20 +08:00
dapan1121 2956422239
Merge pull request #15461 from taosdata/fix/stbmetadelete
fix: fix stb meta removed issue
2022-07-27 14:51:13 +08:00
Xiaoyu Wang f977117c6c fix: db options rename 2022-07-27 11:55:19 +08:00
dapan1121 a17925131f fix: fix stb meta removed issue 2022-07-27 11:12:31 +08:00
Shengliang Guan e4b6fa744e enh: add wal option to show database command 2022-07-26 17:30:07 +08:00
Ganlin Zhao af305d1f51 Merge branch '3.0' into enh/TD-17659 2022-07-26 14:15:11 +08:00
Ganlin Zhao 3b719337c6 fix ut test case 2022-07-26 14:14:19 +08:00
Ganlin Zhao b43903f3d4 fix unit test 2022-07-26 10:54:56 +08:00
Xiaoyu Wang 1ddbff0acf feat: add db options of wal 2022-07-25 21:09:06 +08:00
Xiaoyu Wang 8bb432c348 feat: super table order by primary key optimization 2022-07-25 16:45:23 +08:00
Xiaoyu Wang bf18385e00 merge szhou/fix/udf 2022-07-25 15:34:58 +08:00
Xiaoyu Wang 015193e816 feat: super table order by primary key optimization 2022-07-25 15:17:53 +08:00
WANG MINGMING cf665cdbc8
Merge pull request #15346 from taosdata/feature/TD-14761
feat: add interface for tmq writing raw data
2022-07-23 17:57:17 +08:00
wangmm0220 4ee32f4d4a Merge branch 'feature/TD-14761' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-07-23 17:13:55 +08:00