Commit Graph

5548 Commits

Author SHA1 Message Date
Xiaoyu Wang d4829dcd9a
Merge pull request #11629 from taosdata/feature/3.0_wxy
fix: some syntax parsing problems
2022-04-19 13:43:29 +08:00
Xiaoyu Wang 2d7cf35fb0 fix: some syntax parsing problems 2022-04-19 13:25:19 +08:00
Hongze Cheng f8d1f5a813 refact vnode 2022-04-19 03:17:23 +00:00
Hongze Cheng 7895c492ba refact vnod3 2022-04-19 02:37:45 +00:00
Shengliang Guan 7273581072
Merge pull request #11618 from taosdata/fix/valgrind
fix: memory leak when sending and receiving messages
2022-04-19 10:35:32 +08:00
Hongze Cheng 3a50257aa3 refact 2022-04-19 02:18:11 +00:00
Shengliang Guan e3a2fb763c Merge branch 'fix/valgrind' of https://github.com/taosdata/TDengine into fix/valgrind 2022-04-19 10:12:46 +08:00
Shengliang Guan d1cb2ffdf8 refactor(cluster): remove the online field while execute 'show vgroups' 2022-04-19 10:12:33 +08:00
Hongze Cheng 763a5550d0 pass db name in 2022-04-19 02:04:20 +00:00
Hongze Cheng 273b15e862 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-19 01:57:58 +00:00
Hongze Cheng 261037f341 add dbname on vnode cfg 2022-04-19 01:57:46 +00:00
Hongze Cheng 0b71a2866e
Merge pull request #11615 from taosdata/feature/vnode_refact1
refact vnode
2022-04-19 09:15:51 +08:00
Zhiqiang Wang dc88cabee8
Merge pull request #11612 from taosdata/fix/ZhiqiangWang/TD-13759-centos-pthread-spinlock-error
fix(os): centos pthread spinlock error.
2022-04-19 08:47:58 +08:00
yihaoDeng ed41011863 fix mem leak 2022-04-18 23:20:45 +08:00
yihaoDeng dcf06061cd fix mem leak 2022-04-18 23:19:26 +08:00
yihaoDeng 8684ea997a Merge branch 'fix/valgrind' of https://github.com/taosdata/TDengine into valg 2022-04-18 21:36:23 +08:00
yihaoDeng c15ec36513 fix(rpc): avoid partial memleak 2022-04-18 21:33:59 +08:00
Hongze Cheng 9329f5f058 refact vnode 2022-04-18 13:23:22 +00:00
Shengliang Guan 841c1cb441
Merge pull request #11613 from taosdata/fix/valgrind
fix: memory leak in tconfig.c in client
2022-04-18 21:14:42 +08:00
afwerar 68b69be5fa fix(os): centos pthread spinlock error. 2022-04-18 20:52:10 +08:00
Xiaoyu Wang 40d9a95c12
Merge pull request #11609 from taosdata/feature/3.0_wxy
feat: implementation of parser and planner for stmt API
2022-04-18 20:52:09 +08:00
Shengliang Guan f0ab7dbc96 fix: memory leak in tconfig.c in client 2022-04-18 20:29:10 +08:00
Xiaoyu Wang ff80459821 feat: implementation of parser and planner for stmt API 2022-04-18 20:19:24 +08:00
Ganlin Zhao 00ae854c78
fix(query): fix time function related bugs (#11604)
* fix(query): fix timediff args cannot be integer values

TD-14798

* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string

TD-14802
TD-14803

* refactor(query): constant NULL value processing logic

TD-14802
TD-14803

* refactor(query): support timefunction arithmetic operation with boolean
constant
2022-04-18 19:20:08 +08:00
Shengliang Guan 59008ec626
Merge pull request #11603 from taosdata/feature/check
fix(cluster): crash while create rollup sma
2022-04-18 18:47:03 +08:00
Shengliang Guan 6f2dbd4169 fix(cluster): crash while create rollup sma 2022-04-18 18:30:41 +08:00
afwerar 52f4699a52 fix(os): getline memory free error. 2022-04-18 17:34:10 +08:00
Shengliang Guan bd2a64a311 Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-18 16:52:10 +08:00
Shengliang Guan 9f5ddb36d0 refactor(cluster): make the comment and code of udf to variable length 2022-04-18 16:51:59 +08:00
Shengliang Guan 5ca1f7922b style: format file 2022-04-18 16:05:06 +08:00
Cary Xu 2aeb1c3b25
Merge pull request #11592 from taosdata/feature/TD-11463-3.0
feat: block-wise sma integrate
2022-04-18 15:36:41 +08:00
Haojun Liao df8354affb
Merge pull request #11590 from taosdata/feature/3.0_liaohj
enh(query): set the parameters for system database to be NULL
2022-04-18 15:14:15 +08:00
Cary Xu ca93af74a1 Merge branch '3.0' into feature/TD-11463-3.0 2022-04-18 15:10:21 +08:00
Cary Xu 5569c84624 bsma integrate 2022-04-18 15:06:13 +08:00
Haojun Liao b0519b5707
Merge pull request #11568 from taosdata/hotfix/glzhao_3.0
fix(query): translate var type from value node to SVariant should include var header
2022-04-18 14:56:53 +08:00
Shengliang Guan 5f6eac8e47 refactor(cluster): replace the keyword master/slave with LEADER FOLLOWER 2022-04-18 14:47:33 +08:00
Haojun Liao ea8832baa5 Merge branch 'fix/valgrind' into feature/3.0_liaohj 2022-04-18 14:30:10 +08:00
Haojun Liao 715787286c ehn(query): set the parameters for system database to be NULL by default when responsing "show databases" command. 2022-04-18 14:24:23 +08:00
Haojun Liao 7d8e418de2
Merge pull request #11581 from taosdata/feature/3.0_liaohj
fix(query): fix bug in calculating the aggregate function
2022-04-18 12:23:19 +08:00
Haojun Liao 781fbce942 fix(query): fix bug caused by new completed query function. 2022-04-18 12:07:04 +08:00
Ganlin Zhao 53aedbb163 Merge branch '3.0' into hotfix/glzhao_3.0 2022-04-18 11:39:18 +08:00
Ganlin Zhao 6105dfc934 refactor(query): refactor concat/concat_ws and param check 2022-04-18 11:39:08 +08:00
dapan1121 9de53b0019 fix valgrind memleak 2022-04-18 11:25:39 +08:00
Haojun Liao e91233f5eb fix(query): set the correct flag to denote the initialization status. 2022-04-18 11:01:07 +08:00
Haojun Liao 7429f37c0c fix(query): fix bug in calculating the aggregate function with constant numeric value as input parameter. 2022-04-18 10:46:07 +08:00
Shengliang Guan b4ceaa0f0d fix: definite lost in tfs found by valgrind 2022-04-18 10:22:31 +08:00
Shengliang Guan 0d262b8747 fix: definite lost in tlog.c found by valgrind 2022-04-18 10:22:20 +08:00
Shengliang Guan 884bf3775f fix: definite lost in tcache.c found by valgrind 2022-04-18 10:21:41 +08:00
Hongze Cheng ad94090654
Merge pull request #11569 from taosdata/feature/vnode_refact1
refactor: vnode
2022-04-18 09:28:55 +08:00
Shengliang Guan bab8833dfc Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-17 21:35:23 +08:00