Commit Graph

9264 Commits

Author SHA1 Message Date
Haojun Liao 26c090b972 Merge branch '3.0' into refact/query_opt 2022-09-08 10:04:23 +08:00
Haojun Liao 4e004734e2 Merge branch '3.0' into refact/query_opt 2022-09-08 09:58:13 +08:00
Shengliang Guan 9141839f0a
Merge pull request #16730 from taosdata/fix/fixCompileError
fix: fix compile error
2022-09-07 22:36:16 +08:00
Shengliang Guan 76dc3b234d
Merge pull request #16729 from taosdata/fix/TD-18975
fix: fix statecount result error
2022-09-07 22:35:28 +08:00
yihaoDeng 0a4644307e fix: fix compile error 2022-09-07 19:48:43 +08:00
Shengliang Guan e0d5ec3962
Merge pull request #16728 from taosdata/feature/3.0_mhli
refactor(sync): add syncHeartbeat, syncHeartbeatReply
2022-09-07 18:58:50 +08:00
dapan1121 582f44c2fd fix: fix statecount result error 2022-09-07 18:52:54 +08:00
Minghao Li c5ec1741bc refactor(sync): add syncHeartbeatReply 2022-09-07 18:02:10 +08:00
Minghao Li d9363214b7 refactor(sync): add syncHeartbeat 2022-09-07 15:29:04 +08:00
dapan1121 febe603191
Merge pull request #16716 from taosdata/feature/TD-18820
feat(stream):change single interval disc buff and interval delete
2022-09-07 15:27:20 +08:00
Shengliang Guan cada689bff
Merge pull request #16697 from taosdata/fix/TD-18923
fix: fix now in alter tag value issue
2022-09-07 14:55:45 +08:00
54liuyao 1f5d9a38e7 feat(stream):change single interval disc buff and interval delete 2022-09-07 14:48:14 +08:00
Minghao Li c151dd3b92 fix(sync): mem leak 2022-09-07 10:35:44 +08:00
dapan1121 851ffe49ae enh: support set tag value with expr 2022-09-07 10:25:21 +08:00
yihaoDeng c9a770b184 Merge branch '3.0' of https://github.com/taosdata/TDengine into dev3 2022-09-06 20:10:47 +08:00
yihaoDeng b277748662 fix mem leak 2022-09-06 20:09:41 +08:00
dapan1121 4a563b6d50 fix: fix now in alter tag value 2022-09-06 19:17:11 +08:00
yihaoDeng 6c40af0059 fix no resp error 2022-09-06 19:16:56 +08:00
yihaoDeng d1755fad24 fix trans cli mem leakk 2022-09-06 18:47:43 +08:00
Shengliang Guan e7532dcfb5
Merge pull request #16687 from taosdata/szhou/fixbugs
fix: save selectivity value for first/last even column consists of all null values
2022-09-06 17:16:27 +08:00
Hongze Cheng dab11cffaf
Merge pull request #16689 from taosdata/fix/TD-18781-2
fix: force pageSize as i64 to fix u32 overflow
2022-09-06 17:11:08 +08:00
Shengliang Guan 0c42158194
Merge pull request #16685 from taosdata/enh/add_compile_opt
enh: add compile opt
2022-09-06 16:33:58 +08:00
Minglei Jin bdb7f20d3d fix: force pageSize as i64 to fix u32 overflow 2022-09-06 16:29:59 +08:00
slzhou 84f79e8df2 fix: save selectivity value for first/last even column consists of all null values 2022-09-06 15:48:08 +08:00
yihaoDeng 07f60925c6 Merge branch '3.0' of https://github.com/taosdata/TDengine into dev3 2022-09-06 15:25:14 +08:00
yihaoDeng 68a1c12dae add compile opt 2022-09-06 14:58:19 +08:00
slzhou 63ba9420f3 fix: change whether uv pipe exists 2022-09-06 13:47:16 +08:00
slzhou 863d2aa1f4 fix: invalid read after teardown udfs and close uv pipe later 2022-09-06 11:32:38 +08:00
Shengliang Guan 72615fde4f
Merge pull request #16662 from taosdata/feat/TD-18892
feat: support table name prefix/suffix config
2022-09-05 19:41:51 +08:00
dapan1121 dc4504b4c2 feat: support table name prefix/suffix config 2022-09-05 15:09:23 +08:00
54liuyao f35f5d5f4f feat(stream): refactor single interval 2022-09-05 13:19:40 +08:00
Haojun Liao 229e1ba710
Merge pull request #16656 from taosdata/feature/3_liaohj
fix(query): remove invalid assert.
2022-09-05 12:16:52 +08:00
Haojun Liao a5c2685cb9 Merge branch '3.0' into refact/query_opt 2022-09-05 10:41:04 +08:00
Haojun Liao 2224df24f7 other:merge 3.0 2022-09-05 10:24:03 +08:00
Haojun Liao 06282bcbe0 fix(query): remove invalid assert. 2022-09-05 10:19:31 +08:00
Cary Xu 407773b67b fix: double free for stream input block data 2022-09-05 09:44:51 +08:00
Cary Xu 38b62ddd7f other: merge 3.0 2022-09-04 20:53:40 +08:00
Cary Xu 59912fedf1 fix: stream input data block memory leak 2022-09-04 20:14:21 +08:00
Shengliang Guan 1a764d64ce
Merge pull request #16620 from taosdata/feature/TD-14761
fix:<TD-18803> taosX core dump if schema is null
2022-09-04 18:19:05 +08:00
Shengliang Guan 85d7d0a304
Merge pull request #16647 from taosdata/fix/avoidExcept
fix(rpc): avoid except
2022-09-04 18:17:39 +08:00
Shengliang Guan 67e09ead5d
Merge pull request #16633 from taosdata/fix/TD-18856
fix: fix taosd order by crash issue
2022-09-04 18:12:16 +08:00
yihaoDeng ead0a97920 avoid except 2022-09-04 13:22:05 +08:00
Haojun Liao 597ea1c2bf fix(query): add value check. 2022-09-04 11:58:02 +08:00
Shengliang Guan c09e6f6236 Merge branch '3.0' into feature/TD-14761 2022-09-04 09:01:43 +08:00
Haojun Liao 450173a66a Merge branch '3.0' into refact/tsdb_optimize 2022-09-03 22:20:05 +08:00
Xiaoyu Wang ccaf6f8a78 feat: add database option 'table_prefix' and 'table_suffix' 2022-09-03 11:22:36 +08:00
Haojun Liao d9d7c81872
Merge branch '3.0' into refact/tsdb_optimize 2022-09-03 10:14:48 +08:00
dapan1121 50efa37691 fix: fix taosd order crash issue 2022-09-02 19:01:26 +08:00
54liuyao ad49f13159 fix(stream):min max function error 2022-09-02 18:53:54 +08:00
dapan1121 47717df036 enh: remove hb and response query immediately 2022-09-02 18:25:28 +08:00