Commit graph

1842 commits

Author SHA1 Message Date
Xiaoyu Wang
3abfb569ba Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize 2022-09-21 14:00:55 +08:00
Xiaoyu Wang
46b0c2c9c4 enh: added memory allocators for parser and planner 2022-09-20 18:52:45 +08:00
Shengliang Guan
69e1edb344
Merge pull request #16898 from taosdata/fix/TD-18740
feat:Complete the automatic table creation function for taosX
2022-09-20 11:35:18 +08:00
Shengliang Guan
004e9dabd2
Merge pull request #16927 from taosdata/szhou/cenc
fix: add udfd resident funcs that teardown when udfd exits
2022-09-19 22:10:28 +08:00
Liu Jicong
2e5e25549d fix config 2022-09-19 19:48:17 +08:00
Liu Jicong
756a2d3d5d merge 3.0 2022-09-19 19:29:20 +08:00
Shengliang Guan
fc0418fc20
Merge pull request #16914 from taosdata/feature/3_liaohj
fix(query): add null ptr check.
2022-09-19 18:48:05 +08:00
slzhou
0c494d374d Merge branch '3.0' of github.com:taosdata/TDengine into szhou/cenc 2022-09-19 17:28:31 +08:00
slzhou
8ed3bf3ef1 feat: add resident funcs to udfd 2022-09-19 17:28:13 +08:00
Haojun Liao
01adee2f53 fix(query): add an assert 2022-09-19 14:36:55 +08:00
Shengliang Guan
186b3e6086 fix: STrans struct dbname2 naming ambiguity 2022-09-19 10:41:49 +08:00
wangmm0220
e3bc2487b3 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-18740 2022-09-16 19:00:49 +08:00
wangmm0220
dfc5ce23a0 fix:error in auto create table for taosX 2022-09-16 17:01:41 +08:00
Hongze Cheng
26f740f26b fix more 2022-09-15 09:56:56 +08:00
Hongze Cheng
dcbdc43ff5 fix some code 2022-09-14 22:38:29 +08:00
Hongze Cheng
e34115a166 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/new_data_format 2022-09-14 21:42:13 +08:00
dapan1121
45dfa1c156 Merge remote-tracking branch 'origin/3.0' into fix/TD-19057 2022-09-14 18:17:19 +08:00
dapan1121
c7efe17177 fix: fix task retry and qnode fetch thread num issue 2022-09-14 18:08:29 +08:00
Hongze Cheng
e1944530a0 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/new_data_format 2022-09-14 18:06:55 +08:00
Hongze Cheng
45acc3420b more code 2022-09-14 18:05:57 +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
63f02c5103 fix: fix free meta rsp issue 2022-09-14 14:26:21 +08:00
Shengliang Guan
6263c8fcc9
Merge pull request #16781 from taosdata/enh/3.0_planner_optimize
enh: add binary serialization method to node structure
2022-09-14 11:52:35 +08:00
Xiaoyu Wang
fbcef61d06 enh: add binary serialization method to node structure 2022-09-14 10:34:13 +08:00
Hongze Cheng
426a25f162 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/new_data_format 2022-09-14 09:36:27 +08:00
Hongze Cheng
0e1a421207 refact 2022-09-14 09:35:57 +08:00
Hongze Cheng
c497b7b77d refact more code 2022-09-13 18:17:24 +08:00
Shengliang Guan
b84017f2b9 feat: database option 'tsdb_pagesize' 2022-09-13 18:01:10 +08:00
Hongze Cheng
b6daab624b more code 2022-09-13 17:30:20 +08:00
Hongze Cheng
10749dc607 refact code 2022-09-13 16:11:24 +08:00
Hongze Cheng
338bcc5c99 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/new_data_format 2022-09-13 15:24:29 +08:00
Hongze Cheng
9e5e8d9969 more code 2022-09-13 15:23:45 +08:00
Hongze Cheng
0fc81c7d84 refact code 2022-09-13 14:52:31 +08:00
Hongze Cheng
ce9fb84221 refact 2022-09-13 14:21:43 +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
Shengliang Guan
adff7af9dd enh: add table_prefix and table_suffix options to database 2022-09-08 13:54:54 +08:00
dapan1121
dc4504b4c2 feat: support table name prefix/suffix config 2022-09-05 15:09:23 +08:00
Shengliang Guan
25df542a01
Merge pull request #16649 from taosdata/feature/3.0_interval_hash_optimize
refactor: rsma fetch trigger refactor and use ref to manage qtaskf
2022-09-04 18:16:58 +08:00
Cary Xu
18c3f19b6b Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-09-04 14:57:38 +08:00
Cary Xu
f78c61aac6 refactor: rsma fetch trigger refactor and use ref to manage qtaskf 2022-09-04 14:54:33 +08:00
Haojun Liao
597ea1c2bf fix(query): add value check. 2022-09-04 11:58:02 +08:00
Haojun Liao
d9d7c81872
Merge branch '3.0' into refact/tsdb_optimize 2022-09-03 10:14:48 +08:00
Shengliang Guan
0d8c9fb9d6
Merge pull request #16632 from taosdata/fix/dnode
enh: add hash prefix and suffix option to db
2022-09-02 23:05:33 +08:00
Shengliang Guan
25c67f6ebb enh: add hash prefix and suffix option to db 2022-09-02 19:00:11 +08:00
Shengliang Guan
ba08e55a8a
Merge pull request #16625 from taosdata/fix/dnode
enh: show precision of db if user no sysinfo privilege
2022-09-02 18:33:33 +08:00
Liu Jicong
3c470634a9
Merge pull request #16617 from taosdata/feature/stream
feat(stream): support delete data
2022-09-02 17:57:28 +08:00
Shengliang Guan
6603a2eda2 enh: show precision of db if user no sysinfo privilege 2022-09-02 16:54:49 +08:00
Hongze Cheng
1cba6138b8 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize 2022-09-02 16:39:15 +08:00
Hongze Cheng
fc538f436a Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize 2022-09-02 15:59:03 +08:00