Ganlin Zhao
|
99604f8010
|
fix: [ASAN] stack buffer overflow
|
2022-11-28 18:06:34 +08:00 |
Ganlin Zhao
|
8fba0b631c
|
Merge branch '3.0' into fix/TS-2149
|
2022-11-28 01:02:57 +08:00 |
Ganlin Zhao
|
ab86b6ba47
|
fix hyperloglog bugs
|
2022-11-28 00:30:39 +08:00 |
Haojun Liao
|
b0ee829db2
|
refactor: do some internal refactor.
|
2022-11-28 00:27:49 +08:00 |
Haojun Liao
|
7fe4cf7bbe
|
Merge branch '3.0' into feature/3_liaohj
|
2022-11-25 22:24:59 +08:00 |
Ganlin Zhao
|
f122d98bb4
|
fix: [ASAN] null pointer issue in builtinsimpl.c
|
2022-11-25 15:29:52 +08:00 |
Haojun Liao
|
9a208b2d09
|
other: merge 3.0
|
2022-11-24 17:08:15 +08:00 |
Ganlin Zhao
|
0e64614ce8
|
fix: [ASAN] offset on null pointer error
|
2022-11-23 12:03:58 +08:00 |
Haojun Liao
|
7c7b2f1cef
|
fix(query): fix memory leak.
|
2022-11-22 18:06:01 +08:00 |
Xiaoyu Wang
|
4217441cad
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
|
2022-11-17 16:25:18 +08:00 |
Xiaoyu Wang
|
7cda5c2752
|
enh: fill value supports implicit type conversion
|
2022-11-17 16:24:56 +08:00 |
Xiaoyu Wang
|
dc0d3745a7
|
enh: fill value supports implicit type conversion
|
2022-11-17 15:48:42 +08:00 |
54liuyao
|
00937a7fc8
|
fix:[ASAN] src/builtinsimpl.c:1084:41: runtime error: division by zero
|
2022-11-17 09:06:22 +08:00 |
Shengliang Guan
|
624cd48b58
|
Merge pull request #18209 from taosdata/enh/function
enh: check function state
|
2022-11-16 22:11:11 +08:00 |
Liu Jicong
|
a0e22ca681
|
enh: check function state
|
2022-11-16 17:14:02 +08:00 |
Ganlin Zhao
|
cf601b206f
|
fix(query): ASAN heap buffer overflow
TD-20454
|
2022-11-16 15:00:57 +08:00 |
Ganlin Zhao
|
aae3475900
|
fix(query): ASAN heap buffer overflow
TD-20454
|
2022-11-16 14:36:51 +08:00 |
Shengliang Guan
|
4b4f8eac86
|
Merge pull request #18184 from taosdata/fix/TD-20403
fix(query): fix signed integer overflow in builtinsimpl.c
|
2022-11-16 09:42:44 +08:00 |
Ganlin Zhao
|
bf7ad8e85e
|
fix(query): fix signed integer overflow in builtinsimpl.c
TD-20403
|
2022-11-15 18:51:55 +08:00 |
dapan1121
|
49a3623f1a
|
Merge pull request #18112 from taosdata/fix/TD-19892
fix(query): report error if certain function query stable has duplicate timestamps
|
2022-11-15 17:24:08 +08:00 |
Haojun Liao
|
c888cbf068
|
refactor: do some internal refactor.
|
2022-11-14 14:14:24 +08:00 |
Shengliang Guan
|
49245efff4
|
fix: runtime error (division by zero in builtinsimpl.c)
|
2022-11-14 10:35:46 +08:00 |
Cary Xu
|
a7e197d2cb
|
fix(query): sum/min/max/avg query of float type from block sma
|
2022-11-13 01:54:46 +08:00 |
Ganlin Zhao
|
2b53f7be84
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 16:43:45 +08:00 |
Ganlin Zhao
|
eec1b0bfb0
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 16:22:31 +08:00 |
Ganlin Zhao
|
1cba568604
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 15:22:00 +08:00 |
Haojun Liao
|
ea83ae239e
|
refactor: do some internal refactor.
|
2022-11-10 18:58:10 +08:00 |
Haojun Liao
|
9f5cf450de
|
refactor: do some internal refactor.
|
2022-11-10 15:37:18 +08:00 |
Haojun Liao
|
2402fd1d48
|
refactor: do some internal refactor.
|
2022-11-09 19:14:27 +08:00 |
Haojun Liao
|
3f62f14cee
|
refactor: do some internal refactor.
|
2022-11-09 16:54:33 +08:00 |
Haojun Liao
|
fa45cd2ce8
|
enh(query): unfold the loop.
|
2022-11-09 15:50:31 +08:00 |
Haojun Liao
|
411371ba48
|
refactor: do some internal refactor.
|
2022-11-09 14:16:21 +08:00 |
Haojun Liao
|
459bed5f86
|
enh(query): improve the query perf.
|
2022-11-09 10:41:53 +08:00 |
Haojun Liao
|
0c427b5f5b
|
refactor: do some internal refactor.
|
2022-11-09 10:39:32 +08:00 |
Haojun Liao
|
e3aabacf9a
|
fix(query): fix error in min/max functions.
|
2022-11-09 09:47:21 +08:00 |
Haojun Liao
|
d238f387ce
|
other: merge 3.0
|
2022-11-09 00:00:14 +08:00 |
Haojun Liao
|
dc2c419f22
|
enh(query): optimize the query perf.
|
2022-11-08 19:01:35 +08:00 |
Haojun Liao
|
ecf3e2c000
|
enh(query): optimize the perf.
|
2022-11-08 18:44:28 +08:00 |
Haojun Liao
|
6e1a2b1e54
|
enh(query): improve the perf.
|
2022-11-08 17:38:09 +08:00 |
Haojun Liao
|
f85d66f5ee
|
enh(query): opt query perf.
|
2022-11-08 16:59:00 +08:00 |
Haojun Liao
|
b0a54d3fab
|
enh(query): improve the perf.
|
2022-11-08 14:54:42 +08:00 |
Haojun Liao
|
032208e36a
|
enh(query): optimize the query perf.
|
2022-11-08 14:01:29 +08:00 |
Haojun Liao
|
2621dec4ae
|
enh(query): improve the perf.
|
2022-11-08 12:02:44 +08:00 |
dapan1121
|
b5ab7eaf5e
|
Merge pull request #17891 from taosdata/fix/TD-19906
fix(query): add mode with selectivity rows
|
2022-11-08 09:36:21 +08:00 |
dapan1121
|
888616f321
|
Merge pull request #17876 from taosdata/fix/TD-20140
fix(query): fix countAlwaysReturnValue param not taking effect for count and hyperloglog
|
2022-11-07 09:25:15 +08:00 |
Haojun Liao
|
e3d0bc6bf7
|
other: merge 3.0.
|
2022-11-06 11:37:21 +08:00 |
Haojun Liao
|
03f4918b3b
|
refactor: do some internal refactor.
|
2022-11-04 18:46:48 +08:00 |
Ganlin Zhao
|
1204faefb6
|
fix: fix memory leak
|
2022-11-04 16:15:37 +08:00 |
Ganlin Zhao
|
a0e13e04fe
|
fix(query): add mode with selectivity rows
|
2022-11-03 18:27:43 +08:00 |
Ganlin Zhao
|
0b3a3aff21
|
fix hll tsCountAlwaysReturnValue not working
|
2022-11-03 15:01:52 +08:00 |
Ganlin Zhao
|
5fffeba2f3
|
fix(query): fix countAlwaysReturnValue param not taking effect for
count and hyperloglog function
TD-20140
|
2022-11-03 10:39:53 +08:00 |
54liuyao
|
43918a27f9
|
fix(function):if data is null, apercentile function should return null
|
2022-11-02 16:37:23 +08:00 |
Ganlin Zhao
|
6667f69146
|
fix address sanitizer divide by zero error
TD-20116
|
2022-11-02 10:27:00 +08:00 |
dapan1121
|
8f95861d61
|
Merge pull request #17793 from taosdata/fix/TD-19891
fix(query): leastsquares handles unsigned types
|
2022-11-01 15:54:35 +08:00 |
Haojun Liao
|
c17a921a03
|
fix(query): set the correct buffer to accommodate the tag values.
|
2022-10-31 23:19:40 +08:00 |
Ganlin Zhao
|
63aa6f7a47
|
fix(query): leastsquares handles unsigned types
TD-19891
|
2022-10-31 15:20:20 +08:00 |
54liuyao
|
7d8a282258
|
fix(stream):tqBuildDeleteReq error
|
2022-10-28 11:19:26 +08:00 |
Ganlin Zhao
|
c3362223d9
|
fix(query): comment out unsed functions for code coverage
|
2022-10-26 13:39:56 +08:00 |
Ganlin Zhao
|
28689c508a
|
remove unused code
|
2022-10-25 16:45:00 +08:00 |
Ganlin Zhao
|
d03058aff8
|
fix coverity
|
2022-10-25 12:54:10 +08:00 |
Ganlin Zhao
|
3a4dc8f0da
|
Merge branch '3.0' into fix/coverity_glzhao
|
2022-10-25 09:47:46 +08:00 |
Ganlin Zhao
|
585577cef3
|
fix: coverity issues
CID: 399989
|
2022-10-24 19:28:36 +08:00 |
Ganlin Zhao
|
cd0a051157
|
fix: coverity issues
CID: 399671
|
2022-10-24 19:16:53 +08:00 |
Haojun Liao
|
6ebf6b29bd
|
fix(query): fix coverity issues.
|
2022-10-23 15:20:29 +08:00 |
Haojun Liao
|
abff4fb1f2
|
Merge pull request #17336 from taosdata/feature/3_liaohj
other:merge 3.0, and support last query cache
|
2022-10-20 18:15:38 +08:00 |
Shengliang Guan
|
36467958d4
|
Merge pull request #17514 from taosdata/fix/TD-19601
fix(query): fix crash if block SMA is set and real data is not loaded.
|
2022-10-20 16:39:58 +08:00 |
Ganlin Zhao
|
4ff9ab7fc2
|
fix(query): fix crash if block SMA is set and real data is not loaded.
TD-19601
|
2022-10-20 14:23:30 +08:00 |
Ganlin Zhao
|
b9d4718c64
|
fix(query): fix crash if block SMA is set and real data is not loaded.
TD-19601
|
2022-10-20 14:19:20 +08:00 |
Shengliang Guan
|
097a047b61
|
Merge remote-tracking branch 'origin/3.0' into FIX/TD-19593-3.0
|
2022-10-19 20:08:49 +08:00 |
Shengliang Guan
|
308dd56537
|
Merge pull request #17486 from taosdata/fix/liao_cov
refactor: remove redundant codes.
|
2022-10-19 19:51:59 +08:00 |
Haojun Liao
|
5dcfaf3bd6
|
refactor: remove redundant codes.
|
2022-10-19 18:00:15 +08:00 |
Benguang Zhao
|
2aa7afe7fa
|
Merge branch '3.0' into FIX/TD-19593-3.0
|
2022-10-19 16:31:13 +08:00 |
Haojun Liao
|
f7fdeecc44
|
Merge branch '3.0' into feature/3_liaohj
|
2022-10-19 11:23:55 +08:00 |
Shengliang Guan
|
7cdfade1ae
|
Merge pull request #17442 from taosdata/fix/TD-19443-V30
fix(query): improve performance for first function x10 quickly
|
2022-10-19 10:06:55 +08:00 |
Benguang Zhao
|
00a066443f
|
Merge branch '3.0' into FIX/TD-19593-3.0
|
2022-10-19 09:38:36 +08:00 |
Benguang Zhao
|
3b0968d7f9
|
enh: enable the -Wformat=2 compiler option
|
2022-10-19 09:24:15 +08:00 |
Shengliang Guan
|
5cd1c12c4b
|
Merge pull request #17448 from taosdata/fix/TD-19619
fix(query): mode function output behavior if there're multiple highest frequency of occurrence.
|
2022-10-19 09:06:43 +08:00 |
Ganlin Zhao
|
2d1f7354a9
|
fix null value handling
|
2022-10-18 19:11:49 +08:00 |
54liuyao
|
8efd7e8763
|
feat(stream):replace disk buff
|
2022-10-18 18:13:47 +08:00 |
Ganlin Zhao
|
0f5e02b0b4
|
fix(query): mode function output one random result instead of NULL
if there're multiple highest frequency of occurrence.
TD-19619
|
2022-10-18 17:52:40 +08:00 |
Alex Duan
|
e2637ab6a7
|
fix(query): improve performance for first function x10 quickly
|
2022-10-18 17:22:41 +08:00 |
Haojun Liao
|
c8b180b129
|
fix(query): update the cached last query.
|
2022-10-17 19:14:06 +08:00 |
Haojun Liao
|
da9df99461
|
fix(query): opt last query.
|
2022-10-17 17:59:43 +08:00 |
Hongze Cheng
|
329b750701
|
Revert "enh(query): opt group by tag perf."
|
2022-10-15 16:14:50 +08:00 |
Haojun Liao
|
aa04aee7fd
|
enh(query): opt group by tag perf.
|
2022-10-14 18:49:19 +08:00 |
Hongze Cheng
|
c4b3da5032
|
more code format
|
2022-10-13 14:15:42 +08:00 |
Ganlin Zhao
|
16804ed711
|
fix(query): fix inconsistent max value caused by data conversion
when reading from sma.
|
2022-10-08 18:48:49 +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 |
slzhou
|
b880d460ec
|
fix: correct rowindex is used to retrieve selectivity values from source block when first/last function merge
|
2022-09-26 11:46:19 +08:00 |
Ganlin Zhao
|
8f2e385989
|
Merge branch '3.0' into fix/TD-18385
|
2022-09-23 17:43:12 +08:00 |
Ganlin Zhao
|
3278b2ccaa
|
fix(query): incorrect result for max(float)
|
2022-09-23 16:38:24 +08:00 |
54liuyao
|
3a21da6e46
|
fix(stream): data block capacity and function byte
|
2022-09-22 15:54:44 +08:00 |
Ganlin Zhao
|
b08288df48
|
fix(query): fix invalid read in doModeAdd
TD-19124
|
2022-09-19 17:07:22 +08:00 |
dapan1121
|
cd015bae83
|
fix: fix stateduration result error
|
2022-09-14 19:02:26 +08:00 |
Liu Jicong
|
3bedc3fa3b
|
Merge pull request #16836 from taosdata/feature/stream
feat(stream): stream state support tuple
|
2022-09-14 17:47:47 +08:00 |
Liu Jicong
|
4c6a8bbc95
|
feat(stream): stream state support tuple
|
2022-09-14 16:50:42 +08:00 |
Shengliang Guan
|
59e9140996
|
Merge pull request #16806 from taosdata/fix/TD-18224
fix(query): twa function report error if input has overlap timestamps
|
2022-09-14 15:52:20 +08:00 |
Ganlin Zhao
|
0a6ec7c0d7
|
fix(query): restrict max/min function input type not including timestamp
type
|
2022-09-14 11:17:12 +08:00 |
Ganlin Zhao
|
5463159a3d
|
fix twa function input dup timestamps
|
2022-09-13 18:24:29 +08:00 |
Ganlin Zhao
|
6b2bf42f68
|
fix(query): twa function output NULL if input has overlap timestamps
TD-18224
|
2022-09-13 18:05:54 +08:00 |