Commit Graph

8301 Commits

Author SHA1 Message Date
Xiaoyu Wang a73ea6f9ea
Merge pull request #15638 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
2022-08-01 17:20:27 +08:00
yihaoDeng 80ea523c8b Merge branch '3.0' into 3 2022-08-01 16:39:46 +08:00
yihaoDeng 337e20cebc fix: crash_gen problem 2022-08-01 16:28:48 +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
Minghao Li cd7d434ed8 refactor(sync): delete trace log 2022-08-01 15:50:51 +08:00
Li Minghao 2d98df8663
Merge pull request #15634 from taosdata/feature/3.0_mhli
refactor(sync): modify auto bench
2022-08-01 15:28:43 +08:00
Ganlin Zhao 590e586163 Merge branch '3.0' into fix/TD-18040 2022-08-01 14:17:31 +08:00
Ganlin Zhao b0becf1ca9 fix(query): fix n-1 function if select column after function position
result row is incorrect.

fix/TD-18040
2022-08-01 14:15:16 +08:00
Minghao Li f9f5449b5d refactor(sync): modify auto bench 2022-08-01 14:13:03 +08:00
Li Minghao e95ae14836
Merge pull request #15622 from taosdata/feature/3.0_mhli
refactor(sync): delete traft in cmake
2022-08-01 13:49:06 +08:00
dapan1121 b0d0b0297f fix: fix in operator memory leak 2022-08-01 11:12:09 +08:00
Minghao Li b529f05aec refactor(sync): add test case 2022-08-01 11:03:18 +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
Yihao Deng 043776caab
Merge pull request #15574 from taosdata/fix/idxSimBug
fix: idx sim bug
2022-07-31 10:19:16 +08:00
Haojun Liao 53686de955
Merge pull request #15606 from taosdata/feature/3_liaohj
fix(query): remove invalid time window close ops.
2022-07-30 20:54:10 +08:00
dapan1121 3dd0e99250
Merge pull request #15608 from taosdata/enh/explainLimit
enh: support limit in explain
2022-07-30 20:03:54 +08:00
dapan1121 2d8afab93b enh: support limit in explain 2022-07-30 19:29:10 +08:00
Xiaoyu Wang 5a3c377c68 enh: write performance optimization 2022-07-30 19:23:06 +08:00
Li Minghao b27339dac5
Merge pull request #15602 from taosdata/feature/3.0_mhli
refactor(sync): return when snapshot start > end
2022-07-30 19:19:24 +08:00
Haojun Liao 71b5cf5a39 refactor: do some internal refactor. 2022-07-30 18:23:04 +08:00
Haojun Liao 97c238875e refactor: do some internal refactor. 2022-07-30 18:19:14 +08:00
Minghao Li ad3695cee6 refactor(sync): return when snapshot start > end 2022-07-30 18:15:15 +08:00
Haojun Liao 7bc773b8cd fix(query): remove invalid time window close ops. 2022-07-30 18:11:44 +08:00
Li Minghao 7b97b6291e
Merge pull request #15596 from taosdata/feature/3.0_mhli
refactor(sync): restart hb timer when replicate get error term
2022-07-30 18:11:37 +08:00
Minghao Li 4b6b1de91c refactor(sync): restart hb timer when replicate get error term 2022-07-30 17:30:10 +08:00
Liu Jicong c67f5f10a2
Merge pull request #15595 from taosdata/feature/stream
enh(wal): add lock to guarantee read behaviour
2022-07-30 17:09:20 +08:00
shenglian-zhou 71e414957b
Merge pull request #15570 from taosdata/szhou/fix/join
fix: nested query can be used as table for join together
2022-07-30 17:03:40 +08:00
Liu Jicong 6d67b17113 enh(wal): add lock to guarantee read behaviour 2022-07-30 16:35:49 +08:00
Xiaoyu Wang 582d7447b4
Merge pull request #15582 from taosdata/feature/3.0_wxy
fix: some problems of planner
2022-07-30 16:18:35 +08:00
dapan1121 cd361f434c
Merge pull request #15572 from taosdata/fix/forbiddenLocalCfg
enh: add forbidden local config setting
2022-07-30 15:55:04 +08:00
Xiaoyu Wang dc6c0c1d1a fix: some problems of planner 2022-07-30 15:46:43 +08:00
yihaoDeng d0d9526d44 Merge branch 'dv' into 3 2022-07-30 15:45:57 +08:00
Xiaoyu Wang 67c0c7e473 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-30 15:30:33 +08:00
Xiaoyu Wang 15a08b9999 fix: some problems of planner 2022-07-30 15:29:57 +08:00
dapan1121 02d97d97dc
Merge pull request #15578 from taosdata/fix/fixdeadlock
fix: fix catalog deaklock issue
2022-07-30 15:11:23 +08:00
yihaoDeng d2f57b4ad7 fix alter tag 2022-07-30 15:09:53 +08:00
shenglian-zhou e27499b346
Merge branch '3.0' into szhou/fix/join 2022-07-30 14:13:30 +08:00
Haojun Liao 97d0e558bc refactor: add assert. 2022-07-30 14:05:39 +08:00
Haojun Liao 4b4cc03fc6
Merge pull request #15581 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-07-30 14:00:15 +08:00
Ganlin Zhao c98640291b
Merge pull request #15576 from taosdata/fix/TD-17574
fix(query): fix hyperloglog return inconsistent values
2022-07-30 13:34:02 +08:00
Xiaoyu Wang b08a28d559 fix: some problems of planner 2022-07-30 13:14:44 +08:00
Liu Jicong f24f2eff42 merge 3.0 2022-07-30 13:03:12 +08:00
Haojun Liao ed57347579 fix(query): fix memory leak. 2022-07-30 11:30:31 +08:00
Minghao Li 2885767a93 refactor(sync): delete speed up2 2022-07-30 11:14:45 +08:00
dapan1121 965cc65bef fix: fix catalog deaklock issue 2022-07-30 11:04:23 +08:00
dapan1121 f1cb48fc08 Merge branch '3.0' into fix/forbiddenLocalCfg 2022-07-30 11:01:25 +08:00
Ganlin Zhao 54f2e4af05 fix(query): fix hyperloglog return inconsistent values
TD-17574
2022-07-30 10:55:33 +08:00