54liuyao
|
599ea89a53
|
stream scan
|
2022-05-07 18:10:45 +08:00 |
Haojun Liao
|
557531daed
|
Merge pull request #12202 from taosdata/feature/3.0_liaohj
fix(query): fix memory leak.
|
2022-05-07 17:48:46 +08:00 |
Haojun Liao
|
f867e8ea91
|
fix(query): eliminate memory leak.
|
2022-05-07 17:23:05 +08:00 |
Cary Xu
|
61098d3ea7
|
Merge pull request #12210 from taosdata/feature/TD-14481-3.0
feat: rollup sma optimization
|
2022-05-07 17:20:18 +08:00 |
Cary Xu
|
d7eface9ac
|
feat: rollup sma optimization
|
2022-05-07 16:55:40 +08:00 |
Haojun Liao
|
addd65f222
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-05-07 16:51:03 +08:00 |
Haojun Liao
|
f508da9e13
|
fix(query): eliminate memory leak
|
2022-05-07 16:22:52 +08:00 |
Ganlin Zhao
|
5763b24843
|
fix(query): fix timeunit not processed in time functions when calculate
constant values.
|
2022-05-07 15:51:02 +08:00 |
Ganlin Zhao
|
48f708dfe6
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-07 15:32:27 +08:00 |
Haojun Liao
|
1d8af5d4cf
|
fix(query): fix memory leak.
|
2022-05-07 15:11:49 +08:00 |
Haojun Liao
|
47eb1fac26
|
Merge pull request #12187 from taosdata/feature/3.0_liaohj
fix(query): update the column match strategy.
|
2022-05-07 15:07:40 +08:00 |
Shengliang Guan
|
fe62139a7f
|
Merge pull request #12195 from taosdata/feature/dnode
refactor: alter stb
|
2022-05-07 14:52:17 +08:00 |
WANG MINGMING
|
69421ae9a0
|
Merge pull request #12197 from taosdata/feature/TD-14761
refactor:modify schemaless interface
|
2022-05-07 14:44:25 +08:00 |
Ganlin Zhao
|
e2413a062c
|
fix: histogram normalized can only be 0/1
|
2022-05-07 14:29:50 +08:00 |
Ganlin Zhao
|
dd7cec4132
|
feat(query): add histogram normalized processing
|
2022-05-07 14:23:07 +08:00 |
dapan1121
|
c9a2760de7
|
Merge pull request #12175 from taosdata/feature/qnode
fix: fix taosd memory leak issue
|
2022-05-07 14:15:36 +08:00 |
Ganlin Zhao
|
2139ccceb0
|
Merge pull request #12191 from taosdata/feature/3.0_glzhao
feat(query): add histogram param parsing
|
2022-05-07 14:08:01 +08:00 |
WANG MINGMING
|
6455b41ea3
|
Merge pull request #12198 from taosdata/3.0
3.0
|
2022-05-07 14:07:58 +08:00 |
wangmm0220
|
174bc6a568
|
refactor:modify schemaless interface
|
2022-05-07 13:58:10 +08:00 |
Hongze Cheng
|
80cfde72ad
|
fix: drop table if exists
|
2022-05-07 05:34:30 +00:00 |
dapan1121
|
7375cf4921
|
fix mem issue
|
2022-05-07 13:20:48 +08:00 |
Shengliang Guan
|
073745c893
|
refactor: alter stb
|
2022-05-07 13:06:23 +08:00 |
liuyao
|
7ed8ccb26d
|
Merge pull request #12192 from taosdata/feature/TD-15246
enh(tq): set table uid
|
2022-05-07 12:24:24 +08:00 |
Li Minghao
|
3cbc0cbbc6
|
Merge pull request #12186 from taosdata/feature/3.0_mhli
enh(sync): add trace log
|
2022-05-07 12:20:00 +08:00 |
Shengliang Guan
|
cdb7c37d16
|
refactor: adjust stb codes
|
2022-05-07 12:07:45 +08:00 |
54liuyao
|
3b73dc295f
|
set table uid
|
2022-05-07 11:53:08 +08:00 |
Hongze Cheng
|
d1a1ba4afc
|
Merge pull request #12190 from taosdata/feature/vnode_refact1
fix: data loss in automatically created tables
|
2022-05-07 11:52:54 +08:00 |
Ganlin Zhao
|
660b610f04
|
fix(query): fix histogram function output
|
2022-05-07 11:35:03 +08:00 |
Hongze Cheng
|
fdd901ae5d
|
fix auto-create table problem
|
2022-05-07 03:28:15 +00:00 |
Cary Xu
|
9d5e4ec3c6
|
Merge branch '3.0' into feature/TD-13066-3.0
|
2022-05-07 11:13:07 +08:00 |
Cary Xu
|
f942f144e9
|
feat: bitmap operation optimization
|
2022-05-07 11:12:46 +08:00 |
Haojun Liao
|
6115d3dbe8
|
fix(query): update the column match strategy.
|
2022-05-07 11:04:38 +08:00 |
Hongze Cheng
|
4ff72806cf
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-05-07 02:49:50 +00:00 |
Liu Jicong
|
96f39a3089
|
Merge pull request #12185 from taosdata/feature/tq
fix(stream): create stb in stream
|
2022-05-07 10:46:53 +08:00 |
Minghao Li
|
15911b293f
|
enh(sync): add trace log
|
2022-05-07 10:44:12 +08:00 |
WANG MINGMING
|
340f9158c0
|
Merge pull request #12156 from taosdata/feature/TD-14761
feat: schemaless write
|
2022-05-07 10:42:44 +08:00 |
Ganlin Zhao
|
bb3681cd71
|
feat(query): add histogram param parsing
|
2022-05-07 10:24:41 +08:00 |
Liu Jicong
|
861fde2508
|
fix(stream): create stb in stream
|
2022-05-07 10:21:51 +08:00 |
Hongze Cheng
|
ce0841e398
|
fix: auto-create table
|
2022-05-07 01:58:01 +00:00 |
Shengliang Guan
|
f018ccc28e
|
refactor: adjust mnode def
|
2022-05-07 09:36:36 +08:00 |
Shengliang Guan
|
285c396b0b
|
refactor: adjust cluster mgmt code
|
2022-05-07 09:23:06 +08:00 |
Shengliang Guan
|
f54cdb0279
|
Merge pull request #12176 from taosdata/feature/dnode
fix: alter db replications
|
2022-05-07 09:05:36 +08:00 |
Hongze Cheng
|
85e25e205f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-05-07 01:03:57 +00:00 |
dapan1121
|
8dd7c076d0
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-07 08:48:41 +08:00 |
dapan1121
|
20e0d336c7
|
fix memory leak issue
|
2022-05-07 08:47:52 +08:00 |
Yihao Deng
|
4d99b003d6
|
Merge pull request #12168 from taosdata/enh/supportIdxFilter
enh(index): support more data type
|
2022-05-07 08:47:51 +08:00 |
Liu Jicong
|
4616e320a4
|
Merge pull request #12180 from taosdata/feature/tq
enh(stream): fix create stb in stream
|
2022-05-07 02:14:29 +08:00 |
Liu Jicong
|
3ae79a77c7
|
enh(stream): fix create stb in stream
|
2022-05-07 01:47:45 +08:00 |
Cary Xu
|
7b68b7bcd6
|
Merge pull request #12117 from taosdata/feature/TD-13066-3.0
feat: support update in mem/file
|
2022-05-07 01:20:06 +08:00 |
Haojun Liao
|
ddc4a966d2
|
Merge pull request #12177 from taosdata/feature/3.0_liaohj
fix(query): add some check for null pointer.
|
2022-05-07 01:18:59 +08:00 |