Commit Graph

12386 Commits

Author SHA1 Message Date
Liu Jicong e4152b433c
Merge pull request #14993 from taosdata/feature/stream
feat(tmq): support background heartbeat
2022-07-16 17:29:14 +08:00
Shengliang Guan c0baae64ba
Merge pull request #14992 from taosdata/fix/valgrind
fix: definite lost while drop db
2022-07-16 17:22:56 +08:00
Li Minghao 4e18941000
Merge pull request #14990 from taosdata/feat/tsdb_snapshot
feat(tsdb/sync): tsdb snapshot/sync integration
2022-07-16 17:09:08 +08:00
Ganlin Zhao d3dca0888d
Merge pull request #14989 from taosdata/feat/agg_client_api
feat(query): add diff function scalar version
2022-07-16 16:58:39 +08:00
Liu Jicong 01a345a7c1 merge 3.0 2022-07-16 16:47:35 +08:00
Liu Jicong bb58ec1e02 feat(tmq): support background heartbeat 2022-07-16 16:44:07 +08:00
Shengliang Guan 402a65fd73 fix: definite lost while drop db 2022-07-16 16:43:40 +08:00
Yihao Deng fe31b4b4fb
Merge pull request #14984 from taosdata/refactor/changeRetError
enh: change redirect to network_unavail
2022-07-16 16:25:47 +08:00
Minghao Li c978bd10ec fix(sync): do not sender snapshot when there's wal 2022-07-16 16:23:56 +08:00
Haojun Liao a6e61c7757
Merge pull request #14983 from taosdata/feature/3_liaohj
fix(query): disable the optimized implementation of first/last/lastrow function.
2022-07-16 16:17:51 +08:00
Minghao Li 49c953fa0c refactor(sync): disable wal cfg 2022-07-16 16:10:50 +08:00
Ganlin Zhao 8d0701600f
Merge pull request #14981 from taosdata/feat/agg_client_api
feat(query): add hyperloglog/csum scalar version
2022-07-16 16:09:57 +08:00
Hongze Cheng 1a9f21c724 fix coredump 2022-07-16 08:02:39 +00:00
Minghao Li 5cefb68dde fix(sync): snapshot end index 2022-07-16 16:00:16 +08:00
yihaoDeng 92ec6ccea0 enh: change redirect to network_unavail 2022-07-16 15:37:48 +08:00
Minghao Li 6f29fd4020 fix(sync): snapshot begin index 2022-07-16 15:34:22 +08:00
Ganlin Zhao 790cecf123 feat(query): add diff function scalar version 2022-07-16 15:04:45 +08:00
yihaoDeng 9ea66e08af enh: change redirect to network_unavail 2022-07-16 14:58:55 +08:00
Xiaoyu Wang 20a49e3055
Merge pull request #14978 from taosdata/feature/3.0_debug_wxy
fix: database options 'strict' and 'cachelast' syntax adjustments
2022-07-16 14:50:31 +08:00
Haojun Liao 46c6302a33 other: merge 3.0 2022-07-16 14:47:22 +08:00
Haojun Liao 55407c50e5 fix(query): disable the optimized implementation of first/last/lastrow function. 2022-07-16 14:44:31 +08:00
Xiaoyu Wang 299e117d38 fix: database options 'strict' and 'cachelast' syntax adjustments 2022-07-16 14:22:30 +08:00
Ganlin Zhao 2d1428eadd feat(query): add csum function scalar version
TD-17344
2022-07-16 14:13:45 +08:00
Ganlin Zhao 6d63d1b5b8 fix count scalar function behavior 2022-07-16 14:07:32 +08:00
Haojun Liao eeb8709241 fix(query): add returned code check. 2022-07-16 14:05:26 +08:00
Ganlin Zhao a57d2417c3 feat(query): add hyperloglog scalar version
TD-17344
2022-07-16 14:01:49 +08:00
Hongze Cheng a760fb8071 fix coredump 2022-07-16 05:48:09 +00:00
Ganlin Zhao 59839f0d0a feat(query): add mavg scalar version 2022-07-16 13:41:42 +08:00
Ganlin Zhao 8caa4bcad0 feat(query): add twa function scalar version 2022-07-16 13:34:24 +08:00
Xiaoyu Wang 7c585d8ed9 fix: database options 'strict' and 'cachelast' syntax adjustments 2022-07-16 11:47:26 +08:00
Ganlin Zhao ee5d2c1d82 refactor 2022-07-16 11:46:49 +08:00
Hongze Cheng e5819dc8aa Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-16 03:40:32 +00:00
Hongze Cheng ff07377fa3 finish vnode snapshot 2022-07-16 03:40:20 +00:00
Ganlin Zhao 566ab93f83 add derivative scalar version 2022-07-16 11:37:05 +08:00
Ganlin Zhao 598c57e059 feat(query): add irate function scalar version
TD-17344
2022-07-16 11:26:04 +08:00
Hongze Cheng 592c6991a0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-16 03:13:03 +00:00
Hongze Cheng 8228808a2a more vnode snapshot writer 2022-07-16 03:12:47 +00:00
Ganlin Zhao 624e7b7183 Merge branch '3.0' into feat/agg_client_api 2022-07-16 10:53:57 +08:00
huolibo 9ea0e84081
Merge pull request #14975 from taosdata/fix/TD-17339
fix(driver): jdbc get meta
2022-07-16 10:17:33 +08:00
Xiaoyu Wang 2db0b4075f
Merge pull request #14952 from taosdata/feature/3.0_debug_wxy
fix: multi-rows function validity check
2022-07-16 10:11:30 +08:00
Liu Jicong 53d8c2d79a
Merge pull request #14972 from taosdata/feature/stream
feat(stream): pipelined exec for recovering
2022-07-16 10:02:00 +08:00
liuyao f41b7a6810
Merge pull request #14974 from taosdata/feature/TD-17357
feat(stream): optimize interval plan
2022-07-16 09:57:52 +08:00
Haojun Liao 5fb53520d2
Merge pull request #14971 from taosdata/feature/3_liaohj
fix(query): set correct sort buffer format
2022-07-16 09:50:32 +08:00
Xiaoyu Wang 52327cc2fb fix: multi-rows function validity check 2022-07-16 09:44:52 +08:00
huolibo af24f2f85d fix(driver): tmq jdbc get meta 2022-07-16 09:32:31 +08:00
shenglian-zhou f8276707e5
Merge pull request #14973 from taosdata/szhou/feature/user-tags
fix: enable tag scan optimization when the scan cols is empty before adding ts col
2022-07-16 09:29:40 +08:00
54liuyao 352db0febb feat(stream): optimize interval plan 2022-07-16 09:28:15 +08:00
Liu Jicong 280ed4f65d feat(stream): pipelined exec for recovering 2022-07-15 21:29:53 +08:00
Hongze Cheng 989159f0ba vnod snapshot done 2022-07-15 13:02:24 +00:00
Haojun Liao b4122f8816 Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-07-15 20:56:59 +08:00