Haojun Liao
|
efcef47f7d
|
Merge pull request #14795 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-07-12 13:11:05 +08:00 |
Li Minghao
|
eba5bf6e95
|
Merge pull request #14801 from taosdata/feature/3.0_mhli
refactor(sync): modify trace log
|
2022-07-12 11:52:09 +08:00 |
yihaoDeng
|
365a28f37c
|
fix fd leak
|
2022-07-12 11:51:39 +08:00 |
Ganlin Zhao
|
7f875b5120
|
enh(query): elapsed function adoption for MIA operator
TD-17254
|
2022-07-12 11:38:28 +08:00 |
Ganlin Zhao
|
ec4874f6b6
|
enh(query): spread function adoption for MIA operator
TD-17254
|
2022-07-12 11:30:14 +08:00 |
Ganlin Zhao
|
884b35928a
|
enh(query): apercentile function adoption for MIA operator
TD-17254
|
2022-07-12 11:23:54 +08:00 |
Minghao Li
|
03fe08a890
|
refactor(sync): modify trace log
|
2022-07-12 11:15:58 +08:00 |
Minghao Li
|
d7d8d82eec
|
refactor(sync): modify log to index
|
2022-07-12 11:08:01 +08:00 |
Minghao Li
|
ded3224471
|
refactor(sync): modify log to index
|
2022-07-12 11:07:07 +08:00 |
Ganlin Zhao
|
487f1e0f52
|
enh(query): avg function adoption for MIA operator
TD-17254
|
2022-07-12 10:55:51 +08:00 |
Li Minghao
|
ba285620f5
|
Merge pull request #14797 from taosdata/feature/3.0_mhli
refactor(sync): add test case
|
2022-07-12 10:50:10 +08:00 |
Hongze Cheng
|
99702ff4ee
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-12 02:16:35 +00:00 |
Yihao Deng
|
7614974ddc
|
Merge pull request #14790 from taosdata/enh/rpcRefactor2
enh : refactor rpc
|
2022-07-12 10:15:39 +08:00 |
Minghao Li
|
9627c67d69
|
refactor(sync): add vnode snapshot case
|
2022-07-12 10:12:03 +08:00 |
Ganlin Zhao
|
7069380a29
|
Merge pull request #14782 from taosdata/fix/TD-17021
fix(query): histogram function interval query for super table missed some child table records.
|
2022-07-12 10:11:37 +08:00 |
Haojun Liao
|
5d8f188067
|
refactor: do some internal refactor.
|
2022-07-12 10:10:39 +08:00 |
shenglian-zhou
|
f797e60f3f
|
Merge pull request #14777 from taosdata/szhou/td-17001
feat: tag scan optimization
|
2022-07-12 09:59:33 +08:00 |
slzhou@taodata.com
|
6f501bb33d
|
fix: select tag from st will tag blocks composed of num of records
|
2022-07-12 09:59:11 +08:00 |
Haojun Liao
|
2f64f0dce7
|
Merge pull request #14788 from taosdata/feature/3_liaohj
fix(query): add parameter check.
|
2022-07-12 09:55:31 +08:00 |
Hongze Cheng
|
4468fb6862
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-12 01:47:34 +00:00 |
Xiaoyu Wang
|
ad1154c008
|
Merge pull request #14776 from taosdata/feature/3.0_debug_wxy
fix: some problems of 'partition by' execution plan
|
2022-07-12 09:29:12 +08:00 |
slzhou@taodata.com
|
5e50bf8dc8
|
fix: avoid tag scan when scan cols is not empty
|
2022-07-12 09:24:57 +08:00 |
yihaoDeng
|
7142f1334f
|
refactor rpc code
|
2022-07-11 21:47:34 +08:00 |
dapan1121
|
177814f6eb
|
Merge pull request #14781 from taosdata/fix/stmt_rerun
fix: fix stmt rerun incorrect uid issue
|
2022-07-11 21:15:02 +08:00 |
Haojun Liao
|
76e0ed8966
|
fix(query): add parameter check.
|
2022-07-11 21:01:43 +08:00 |
Hongze Cheng
|
9d0563df3e
|
more row refact
|
2022-07-11 12:54:44 +00:00 |
Hongze Cheng
|
28fa84b1d6
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-11 12:48:47 +00:00 |
Yihao Deng
|
2ecdba11cb
|
Merge pull request #14783 from taosdata/enh/rpcSvrRefactor
enh: avoid rpc mem leak
|
2022-07-11 20:39:45 +08:00 |
Hongze Cheng
|
59a83adf40
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-11 12:29:41 +00:00 |
Ganlin Zhao
|
13026dc480
|
Merge branch '3.0' into fix/TD-17021
|
2022-07-11 20:14:18 +08:00 |
Haojun Liao
|
08259f169a
|
Merge pull request #14780 from taosdata/feature/3_liaohj
fix(query): fix memory leak in query super table.
|
2022-07-11 20:11:26 +08:00 |
yihaoDeng
|
f65d33ea54
|
refactor rpc
|
2022-07-11 20:05:07 +08:00 |
Hongze Cheng
|
f65e61148f
|
more row refact
|
2022-07-11 11:52:37 +00:00 |
Ganlin Zhao
|
b9795fab95
|
fix(query): histogram function interval query for super table
missed some child table records.
TD-17021
|
2022-07-11 19:49:48 +08:00 |
Haojun Liao
|
91c1ae4168
|
fix(query): fix memory leak in query super table.
|
2022-07-11 19:36:19 +08:00 |
Li Minghao
|
a52c089d82
|
Merge pull request #14769 from taosdata/feature/3.0_mhli
refactor(sync): modify append log
|
2022-07-11 19:12:55 +08:00 |
Yihao Deng
|
b6bd0b5198
|
Merge pull request #14771 from taosdata/enh/rpcSvrRefactor
enh: rpc svr refactor
|
2022-07-11 19:05:30 +08:00 |
Minglei Jin
|
77053a31da
|
Merge pull request #14775 from taosdata/fix/TD-17231
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 19:04:32 +08:00 |
Haojun Liao
|
31b5a07a74
|
Merge pull request #14772 from taosdata/feature/3_liaohj
refactor: update time window range .
|
2022-07-11 18:58:33 +08:00 |
slzhou@taodata.com
|
f26063202e
|
feat: tag scan optimization
|
2022-07-11 18:34:12 +08:00 |
Xiaoyu Wang
|
12759683ca
|
fix: some problems of 'partition by' execution plan
|
2022-07-11 18:23:54 +08:00 |
Minglei Jin
|
2a38443640
|
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 18:01:55 +08:00 |
Haojun Liao
|
1346926168
|
fix(query): avoid double free.
|
2022-07-11 17:55:08 +08:00 |
Haojun Liao
|
5965b1dfc3
|
refactor: update time window range .
|
2022-07-11 17:50:57 +08:00 |
Haojun Liao
|
0b45f95211
|
Merge pull request #14762 from taosdata/feature/3_liaohj
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 17:49:04 +08:00 |
dapan1121
|
e69f59ba77
|
fix: fix stmt rerun issue
|
2022-07-11 17:38:09 +08:00 |
Minghao Li
|
df63225b74
|
refactor(sync): modify append log
|
2022-07-11 17:26:45 +08:00 |
yihaoDeng
|
60a9b2f508
|
refactor rpc
|
2022-07-11 17:12:54 +08:00 |
Shengliang Guan
|
6bc68021ba
|
Merge pull request #14745 from taosdata/fix/valgrind
refactor: adjust threads number
|
2022-07-11 16:59:18 +08:00 |
yihaoDeng
|
b555b6e4de
|
fix rpc except
|
2022-07-11 16:57:22 +08:00 |
Liu Jicong
|
6d9727579b
|
Merge pull request #14761 from taosdata/feature/stream
feat(wal): add append interface
|
2022-07-11 16:50:28 +08:00 |
dapan1121
|
24042ffffa
|
Merge branch '3.0' into enh/stopquery_a
|
2022-07-11 16:33:51 +08:00 |
dapan1121
|
d8be162bff
|
fix: fix crash issue
|
2022-07-11 16:33:10 +08:00 |
Liu Jicong
|
c6052fadba
|
feat(wal): add append interface
|
2022-07-11 16:22:51 +08:00 |
dapan1121
|
1eba184907
|
fix: fix stmt rerun issue
|
2022-07-11 15:58:21 +08:00 |
Haojun Liao
|
a5955c3dae
|
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 15:49:13 +08:00 |
Xiaoyu Wang
|
4ecbfd078f
|
Merge pull request #14760 from taosdata/feature/3.0_debug_wxy
fix: some problems of parser
|
2022-07-11 15:46:42 +08:00 |
Shengliang Guan
|
a846bb9381
|
refactor: rename cacheLastRow to cacheLast
|
2022-07-11 15:45:40 +08:00 |
Li Minghao
|
a50960aa9f
|
Merge pull request #14759 from taosdata/feature/3.0_mhli
refactor(sync): add syncEntryCacheTest
|
2022-07-11 15:30:03 +08:00 |
Xiaoyu Wang
|
e64cdd548c
|
fix: some problems of parser
|
2022-07-11 15:18:32 +08:00 |
Xiaoyu Wang
|
6a845b746c
|
fix: some problems of parser
|
2022-07-11 15:15:39 +08:00 |
Xiaoyu Wang
|
67fcb2d3c5
|
Merge pull request #14754 from taosdata/feature/3.0_debug_wxy
fix: a problem of cross database join
|
2022-07-11 14:56:28 +08:00 |
Li Minghao
|
ad3136dd90
|
Merge pull request #14756 from taosdata/feature/3.0_mhli
refactor(sync): add vnode snapshot test
|
2022-07-11 14:55:00 +08:00 |
Minghao Li
|
27d06cae30
|
refactor(sync): add syncEntryCacheTest
|
2022-07-11 14:54:40 +08:00 |
Cary Xu
|
aa42dfdb91
|
Merge pull request #14755 from taosdata/feature/TD-11274-3.0
enh: tsma/rsma code optimization
|
2022-07-11 14:52:35 +08:00 |
Minghao Li
|
48fd4d8c33
|
refactor(sync): add vnode snapshot test
|
2022-07-11 14:26:18 +08:00 |
Minghao Li
|
9e1b9fe64c
|
refactor(sync): add syncEntryCacheTest
|
2022-07-11 14:21:36 +08:00 |
Liu Jicong
|
004f1e449a
|
Merge pull request #14753 from taosdata/feature/stream
fix(wal): rollback
|
2022-07-11 14:21:00 +08:00 |
Cary Xu
|
c59478ec71
|
enh: tsma/rsma code optimization
|
2022-07-11 14:20:57 +08:00 |
Haojun Liao
|
4f43d7df43
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-11 14:06:44 +08:00 |
dapan1121
|
126b7282bc
|
Merge pull request #14747 from taosdata/fix/TD-17123
fix: fix invalid time range issue
|
2022-07-11 13:56:28 +08:00 |
dapan1121
|
9584f51f83
|
Merge pull request #14743 from taosdata/fix/TD-17191
fix: fix taos crash and deadlock issue
|
2022-07-11 13:56:12 +08:00 |
Haojun Liao
|
c7572cac7d
|
refactor: remove some macro
|
2022-07-11 13:54:12 +08:00 |
dapan1121
|
8ffb501219
|
enh: enhance stop query
|
2022-07-11 13:54:04 +08:00 |
Xiaoyu Wang
|
287cbbf2c0
|
Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy
|
2022-07-11 13:52:45 +08:00 |
Xiaoyu Wang
|
6110b7e4ca
|
fix: a problem of cross database join
|
2022-07-11 13:52:24 +08:00 |
Haojun Liao
|
75ace4f4ed
|
Merge pull request #14746 from taosdata/feature/3_liaohj
fix(query): handle the indefinit function output with partition by
|
2022-07-11 13:49:13 +08:00 |
Liu Jicong
|
9fd5ec9020
|
fix(wal): rollback
|
2022-07-11 13:38:50 +08:00 |
Haojun Liao
|
35711aef0c
|
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
|
2022-07-11 11:55:18 +08:00 |
Haojun Liao
|
d83f875467
|
fix(query): ensure capacity of ssdatablock.
|
2022-07-11 11:55:02 +08:00 |
Haojun Liao
|
9af4cd3165
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-11 11:36:19 +08:00 |
Haojun Liao
|
dd20c34346
|
fix(query): fix a typo.
|
2022-07-11 11:28:45 +08:00 |
dapan1121
|
b824dc71a0
|
fix: fix invalid time range issue
|
2022-07-11 11:23:15 +08:00 |
Haojun Liao
|
4527447b60
|
fix(query): handle the indefinit function output with partition by
|
2022-07-11 11:13:49 +08:00 |
Xiaoyu Wang
|
0bc700eb82
|
feat: sql command 'trim database'
|
2022-07-11 10:53:06 +08:00 |
dapan1121
|
def96ee38f
|
fix: fix taos crash and deak lock issue
|
2022-07-11 10:43:08 +08:00 |
Minghao Li
|
2dd7abd47e
|
refactor(sync): add vnode snapshot case
|
2022-07-11 10:34:02 +08:00 |
Xiaoyu Wang
|
ed66440c5c
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy
|
2022-07-11 10:08:54 +08:00 |
Xiaoyu Wang
|
d2b54896b7
|
Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy
|
2022-07-11 10:08:01 +08:00 |
Xiaoyu Wang
|
5708d497ce
|
fix: syntax issue with '(select ... limit) statement'
|
2022-07-11 10:07:11 +08:00 |
Liu Jicong
|
f9ba552496
|
Merge pull request #14739 from taosdata/feature/stream
fix(wal): read after rolling
|
2022-07-10 21:45:31 +08:00 |
Liu Jicong
|
711f960827
|
Merge branch '3.0' into feature/stream
|
2022-07-10 21:24:18 +08:00 |
Liu Jicong
|
219d966b25
|
fix(wal): read after rolling
|
2022-07-10 21:02:25 +08:00 |
Haojun Liao
|
5c3c418c7f
|
fix(query): set correct the fill column value for in case of no primary timestamp column exists.
|
2022-07-10 20:59:56 +08:00 |
Haojun Liao
|
e4446354e9
|
fix(query): update the timerange.
|
2022-07-10 20:12:14 +08:00 |
Shengliang Guan
|
e587be2545
|
Merge pull request #14737 from taosdata/fix/valgrind
refactor: adjust logs
|
2022-07-10 19:44:39 +08:00 |
Yihao Deng
|
3b05111c80
|
Merge pull request #14732 from taosdata/enh/addTestToIdx1
enh: add test to index
|
2022-07-10 19:41:23 +08:00 |
dapan1121
|
f263dac186
|
fix: fix taosc crash issue
|
2022-07-10 19:29:26 +08:00 |
Shengliang Guan
|
9fe73acc86
|
refactor: adjust logs
|
2022-07-10 18:53:52 +08:00 |
54liuyao
|
2465620245
|
feat(stream): support expressions
|
2022-07-10 18:31:52 +08:00 |