Commit Graph

41622 Commits

Author SHA1 Message Date
Hongze Cheng 7754471aaa Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-30 13:50:01 +08:00
Haojun Liao 1f57a5a1cc
Merge pull request #17172 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-09-30 13:45:01 +08:00
Shengliang Guan d17884f7c7
Merge pull request #17163 from taosdata/enh/optTbnameIN
opt(query): opt tbname_in query
2022-09-30 13:36:52 +08:00
Haojun Liao c9286fed25 fix(query): fix memory leak. 2022-09-30 13:03:25 +08:00
Shengliang Guan 615d0a5c43
Merge pull request #17170 from taosdata/fix/TD-19245
fix: coverity issues
2022-09-30 12:31:14 +08:00
Shengliang Guan 43a388015b
Merge pull request #17162 from taosdata/feature/TD-15574
feat(stream): distribute interval  disc buff
2022-09-30 12:00:20 +08:00
Shuduo Sang 86ca19f4d4
docs: sub-tbname rule note and fix show stables output (#17171) 2022-09-30 11:58:30 +08:00
yihaoDeng 3a9dee68cb opt tbname in 2022-09-30 11:30:07 +08:00
Shengliang Guan c6317e67f0 fix: coverity issues 2022-09-30 11:26:26 +08:00
Shuduo Sang 55ffdaecd4
docs: fix show database output (#17169)
* docs: add prometheus sub-table naming by rule note

* docs: fix show databases output
2022-09-30 11:11:06 +08:00
Shuduo Sang 3dbb7c435a
docs: add sub-tbname rule note for tcollector (#17167) 2022-09-30 11:00:35 +08:00
Hongze Cheng 145abcb17f more 2022-09-30 10:52:17 +08:00
Hongze Cheng be482feacc Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-30 10:32:10 +08:00
yihaoDeng f41b494ac6 opt tbname in 2022-09-30 10:19:56 +08:00
54liuyao 46c99915bc feat(stream): distribute interval disc buff 2022-09-30 10:01:51 +08:00
Shengliang Guan e6ac8ed3a9
Merge pull request #17121 from taosdata/szhou/fixbugs
enhance: optimize when select from ins_tags when table_name='xxxx'
2022-09-30 09:39:27 +08:00
yihaoDeng 0d3da10954 fix invalid read 2022-09-30 09:31:19 +08:00
yihaoDeng 6445ee8ad6 opt tbname in 2022-09-29 23:56:07 +08:00
yihaoDeng d74779805a opt tbname in 2022-09-29 23:13:54 +08:00
yihaoDeng 1148ae8f6e opt tbname in 2022-09-29 21:53:39 +08:00
yihaoDeng 02310d5952 fix invalid read 2022-09-29 21:35:14 +08:00
yihaoDeng 47234dfeec opt tbname in 2022-09-29 20:37:23 +08:00
Shengliang Guan 3bea98d2ac
Merge pull request #17156 from taosdata/fix/TD-19273
fix(query): fix tbname mismatch with multiple rows output functions
2022-09-29 20:34:50 +08:00
Shengliang Guan 172a7c9ae4
Merge pull request #17164 from taosdata/fix/TD-19245
fix: coverity issues
2022-09-29 20:34:30 +08:00
yihaoDeng 50478a31cc opt tbname in 2022-09-29 20:30:32 +08:00
Shengliang Guan 3be4a2ed9c Merge remote-tracking branch 'origin/3.0' into fix/TD-19245 2022-09-29 19:42:09 +08:00
Shengliang Guan e94646ca70 fix: coverity issues 2022-09-29 19:41:54 +08:00
Shuduo Sang 8aa5100dfd
docs: icinga2 sub-tbname by rule note (#17161) 2022-09-29 19:14:45 +08:00
Shengliang Guan 0400fe5a85
Merge pull request #17157 from taosdata/fix/ZhiqiangWang/TD-19156-add-websocket-build
build: add websocket build
2022-09-29 18:59:51 +08:00
yihaoDeng 4977e2e676 opt tbname in 2022-09-29 18:35:12 +08:00
Shuduo Sang e8d2a30aa5
docs: add sub-table name by rule note (#17160) 2022-09-29 18:14:51 +08:00
Shengliang Guan 74c5bf9bd0
Merge pull request #17152 from taosdata/feat/3.0_parser_planner
feat: sql command 'show table tags from table_name'
2022-09-29 17:57:23 +08:00
Shuduo Sang 61f92a24cb
docs: add prometheus sub-table naming by rule note (#17158) 2022-09-29 17:47:24 +08:00
afwerar 59bb3d1475 build: add websocket build 2022-09-29 17:21:28 +08:00
Haojun Liao ac58d5397b
Merge pull request #17149 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-09-29 17:21:27 +08:00
gccgdb1234 b210f1fa83 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-09-29 17:15:01 +08:00
gccgdb1234 768a04d171 doc: fix duplicate tabItem value 2022-09-29 17:14:47 +08:00
Shuduo Sang f90280ba95
docs: fix a typo in telegraf doc (#17155)
* docs: add table name customization note

* docs: fix a typo
2022-09-29 17:09:51 +08:00
gccgdb1234 19be38dcca doc: change default to rest 2022-09-29 17:09:25 +08:00
Hongze Cheng d60ec735ca Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-29 17:07:58 +08:00
Ganlin Zhao 3af613ac73 Merge branch 'fix/TD-19273' of github.com:taosdata/TDengine into fix/TD-19273 2022-09-29 17:07:09 +08:00
Hongze Cheng bdeb1ebcc5 compare 2022-09-29 17:06:18 +08:00
Ganlin Zhao 5c760e32ae Merge branch 'fix/TD-19273' of github.com:taosdata/TDengine into fix/TD-19273 2022-09-29 17:04:31 +08:00
Ganlin Zhao 49ce849aa2 Merge branch '3.0' into fix/TD-19273 2022-09-29 17:03:28 +08:00
Ganlin Zhao 3abf6abad6 fix(query): fix group_key output mismatch with multiple rows output functions
TD-19273
2022-09-29 17:02:16 +08:00
gccgdb1234 075d8c4933 doc: change default tab to rest 2022-09-29 16:59:47 +08:00
Ganlin Zhao 363f062a85 fix(query): fix tbname mismatch with multiple rows output functions
when used with group by/partition by tbname.

TD-19273
2022-09-29 16:59:20 +08:00
gccgdb1234 67aba0657d Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-09-29 16:46:04 +08:00
Shuduo Sang 129f494e7e
docs: add table name customization note (#17153) 2022-09-29 16:34:18 +08:00
gccgdb1234 f1d492f628 doc: change rest connection sample as the default in tabs 2022-09-29 16:18:47 +08:00