Commit Graph

13133 Commits

Author SHA1 Message Date
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
Minglei Jin 51b367a32c fix: filter not exist child tables 2022-07-27 13:55:04 +08:00
Liu Jicong 3167f158d1
Merge pull request #15454 from taosdata/feature/stream
fix(stream): dispatch
2022-07-27 12:39:37 +08:00
Xiaoyu Wang f977117c6c fix: db options rename 2022-07-27 11:55:19 +08:00
Liu Jicong 57f9d8b0b0 fix(stream): dispatch 2022-07-27 11:44:01 +08:00
dapan1121 a17925131f fix: fix stb meta removed issue 2022-07-27 11:12:31 +08:00
liuyao 23bc13a98d
Merge pull request #15445 from taosdata/feature/TD-17811
feat(stream): free the memory
2022-07-27 11:09:37 +08:00
WANG MINGMING 98fb54bf02
Merge pull request #15439 from taosdata/feature/TD-14761
feat:add tmq get data interface
2022-07-27 11:05:06 +08:00
Zhiqiang Wang 81a13a3bae
Merge pull request #15435 from taosdata/fix/ZhiqiangWang/TD-17836-fix-get-cpuinfo-error
os: fix get cpuinfo error
2022-07-27 11:02:45 +08:00
Liu Jicong 3fa5791889 fix(stream): dispatch 2022-07-27 10:52:25 +08:00
54liuyao db8ed3087c feat(stream): free the memory 2022-07-27 10:34:30 +08:00
Yihao Deng 90f385155c
Merge pull request #15446 from taosdata/rpc/optBuf
refactor: opt rpc
2022-07-27 10:33:13 +08:00
Li Minghao 5cd9c946a2
Merge pull request #15442 from taosdata/feature/3.0_mhli
refactor(sync): add pre-commit interface
2022-07-27 10:26:08 +08:00
yihaoDeng ea2c6f6805 opt rpc 2022-07-27 08:42:08 +08:00
yihaoDeng ca9f129b52 Merge branch 'dvv' into opt 2022-07-27 08:38:37 +08:00
shenglian-zhou d154eaac0b
Merge pull request #15432 from taosdata/szhou/fix/udf
feat: add input ts order for join operator
2022-07-26 22:08:48 +08:00
Shengliang Guan a607cd0ae2
Merge pull request #15438 from taosdata/fix/dboption
enh: add wal option to show database command
2022-07-26 20:42:52 +08:00
Yihao Deng e4ac4d37c0
Merge pull request #15433 from taosdata/refator/update-auth-code
refactor: add new auth code
2022-07-26 20:31:02 +08:00
yihaoDeng d05b4ebb7d opt rpc 2022-07-26 19:45:52 +08:00
shenglian zhou 633542914b fix: fix memory leak of fill operator 2022-07-26 19:19:24 +08:00
Minghao Li 166331c377 refactor(sync): add pre-commit interface 2022-07-26 19:12:13 +08:00
Li Minghao 6207eef28c
Merge pull request #15436 from taosdata/feature/3.0_mhli
refactor(sync): pre-commit integration
2022-07-26 19:05:44 +08:00
shenglian zhou 56f067229c Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-26 17:58:31 +08:00
Shengliang Guan eec342630c enh: add wal option to show database command 2022-07-26 17:50:05 +08:00
wangmm0220 915d3c4203 fix:conflicts from 3.0 2022-07-26 17:47:10 +08:00
Minglei Jin 7974d672b4 fix: make tdbDebugFlag work 2022-07-26 17:46:47 +08:00
wangmm0220 ba1962cacf feat:add tmq get data interface 2022-07-26 17:43:22 +08:00
Shengliang Guan e4b6fa744e enh: add wal option to show database command 2022-07-26 17:30:07 +08:00
Minghao Li 9a540919b9 refactor(sync): pre-commit integration 2022-07-26 17:23:26 +08:00
shenglian zhou 4ab28c4da2 fix: fix mem leak of fill operator 2022-07-26 17:22:23 +08:00
shenglian zhou a17015138c fix: fix fill operator memory leak 2022-07-26 17:18:08 +08:00
afwerar 58d287eafa os: fix get cpuinfo error 2022-07-26 17:16:12 +08:00
shenglian zhou dab90f47bc fix: fix memory leak 2022-07-26 17:10:43 +08:00
Haojun Liao 97e3946a98
Merge pull request #15421 from taosdata/feature/3_liaohj
refactor: optimize the memory consumption in tsdbread
2022-07-26 16:49:14 +08:00
Minglei Jin 9c8055c479
Merge pull request #15430 from taosdata/fix/TD-17830
fix: handle both null tag values
2022-07-26 16:40:10 +08:00
Liu Jicong ad9c3cbd8c
Merge pull request #15427 from taosdata/fix/wal
enh: add wal options to db
2022-07-26 16:38:20 +08:00
shenglian zhou cdcb1a368d feat: add input ts order for join operator 2022-07-26 16:05:42 +08:00
Liu Jicong e6e95dffce fix(wal): config error 2022-07-26 16:03:00 +08:00
shenglian-zhou fd2a53d174
Merge pull request #15415 from taosdata/szhou/fix/udf
fix: set null when all inputs are null for leastsquare function
2022-07-26 15:57:25 +08:00
Haojun Liao bd8fa53371 fix(query): set current SBlock before move to next block. 2022-07-26 15:52:47 +08:00
Minglei Jin bb80e5c64f fix: handle both null tag values 2022-07-26 15:38:18 +08:00
Ganlin Zhao c442641270
Merge pull request #15390 from taosdata/enh/TD-17659
enh(query): add selectivity for output n-1 indifinite_rows function(diff & derivative)
2022-07-26 15:11:09 +08:00
Li Minghao a4c922173a
Merge pull request #15426 from taosdata/feature/3.0_mhli
refactor(sync): add pre-commit interface
2022-07-26 15:03:22 +08:00
Liu Jicong ecb7a9c133 fix(wal): snapshot end with no deleting 2022-07-26 14:53:39 +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
Liu Jicong c2164dd8aa fix(wal): snapshot end with no deleting 2022-07-26 14:13:03 +08:00
Liu Jicong 59646be215 Merge branch 'feature/stream' into fix/wal 2022-07-26 14:12:15 +08:00
Liu Jicong dd18eeb6bd Merge branch '3.0' into feature/stream 2022-07-26 13:33:49 +08:00