Alex Duan
|
1a75e9bb58
|
feat(query): avg function overflow add big check
|
2022-12-18 15:15:13 +08:00 |
Alex Duan
|
1b8199d98d
|
fix(query): avg function check overflow mac build
|
2022-12-17 20:38:03 +08:00 |
Alex Duan
|
ea5bf3d31e
|
fix(query): fix(query): avg check overflow
|
2022-12-17 17:15:44 +08:00 |
Alex Duan
|
ba31ce8070
|
feat(query): avg function check range overflow
|
2022-12-17 10:46:13 +08:00 |
Alex Duan
|
0130950170
|
fix(query): avg sum operation check range merge two SAvgRes pointer
|
2022-12-15 15:32:53 +08:00 |
Alex Duan
|
1ac428ff61
|
fix(query): avg sum operation check range build error
|
2022-12-15 14:54:22 +08:00 |
Alex Duan
|
e9f7572a54
|
fix(query): avg sum operation check range
|
2022-12-15 14:52:53 +08:00 |
Alex Duan
|
500ee304a6
|
fix(query): avg sum over range replace with macro
|
2022-12-15 12:43:28 +08:00 |
Alex Duan
|
74cf776439
|
fix(query): avg function sum overflow
|
2022-12-14 21:34:50 +08:00 |
Alex Duan
|
a4e0bbd34f
|
fix(query): fixed avg function sum over range
|
2022-12-14 20:30:18 +08:00 |
dapan1121
|
473338cf86
|
Merge pull request #18929 from taosdata/fix/percentile_crash
fix: fix invalid retrieved buffer page causing crash
|
2022-12-14 08:52:15 +08:00 |
dapan1121
|
d6f6c6495b
|
Merge pull request #18917 from taosdata/szhou/cenc
fix: udfd pipe close before send response
|
2022-12-14 08:51:28 +08:00 |
Shengliang Guan
|
04750d9078
|
Merge pull request #18905 from taosdata/feature/3_liaohj
refactor: do multiple refactor and improve some query perf.
|
2022-12-14 08:01:42 +08:00 |
Ganlin Zhao
|
08375a523d
|
fix: fix invalid retrieved buf page
|
2022-12-13 15:44:26 +08:00 |
slzhou
|
c14c1b9ae2
|
fix: add test case
|
2022-12-13 15:30:18 +08:00 |
slzhou
|
3108e658e6
|
fix: expand scalar param column data to fill the udf datablock
|
2022-12-13 14:51:11 +08:00 |
shenglian zhou
|
bd99fc5ceb
|
fix: expand scalar input number of rows with the max num of rows
|
2022-12-13 11:00:13 +08:00 |
shenglian zhou
|
3aa13025c2
|
fix: udfd without copy buf again and udfd read eof not log with error
|
2022-12-12 21:57:52 +08:00 |
shenglian zhou
|
190fbe849e
|
fix: udfd pipe can close before sending response
|
2022-12-12 20:20:24 +08:00 |
Haojun Liao
|
8f02297890
|
refactor: do some internal refactor.
|
2022-12-12 17:53:04 +08:00 |
Ganlin Zhao
|
159088267b
|
fix: fix error in getting pageIdList from group page hash map
|
2022-12-12 17:23:53 +08:00 |
shenglian zhou
|
c5abada99e
|
fix: fix gpd error
|
2022-12-10 11:46:47 +08:00 |
dapan1121
|
35fdfad623
|
Merge pull request #18758 from taosdata/fix/TD-19481
fix(query): fix percentile crash when input has more than 10 million records
|
2022-12-08 13:44:44 +08:00 |
Ganlin Zhao
|
fa8cf8686a
|
Merge branch '3.0' into fix/TD-19481
|
2022-12-08 10:57:39 +08:00 |
Ganlin Zhao
|
ad69067a01
|
fix asan stack-scope-after-use errror
|
2022-12-08 10:57:21 +08:00 |
Shengliang Guan
|
e505bd50b5
|
Merge pull request #18727 from taosdata/szhou/fixbugs
fix: add default command line to start udfd when taosd is started directly from command line
|
2022-12-08 08:54:58 +08:00 |
shenglian zhou
|
9789adc439
|
fix: fix windows compilation error
|
2022-12-08 07:36:10 +08:00 |
Shengliang Guan
|
1bb1025f7d
|
enh: add tassert
|
2022-12-07 22:24:47 +08:00 |
Shengliang Guan
|
6d94afe48f
|
Revert "refact: adjust some assert cases"
|
2022-12-07 21:51:17 +08:00 |
Shengliang Guan
|
d5126d469a
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:42:48 +08:00 |
Shengliang Guan
|
f69a188f7e
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:37:40 +08:00 |
Ganlin Zhao
|
de4571fbf7
|
Merge branch '3.0' into fix/TD-19481
|
2022-12-07 14:17:47 +08:00 |
Ganlin Zhao
|
387983f6f4
|
fix(query): fix percentile crash when input has more than 10
million records
|
2022-12-07 11:44:39 +08:00 |
dapan1121
|
5b8294122a
|
Merge pull request #18742 from taosdata/fix/TD-20906
fix: fix count VAR type column error cause of reading incorrect sma results
|
2022-12-06 18:41:24 +08:00 |
Ganlin Zhao
|
2cc58eebd3
|
fix: fix count VAR type column error cause of reading
incoorect sma results
|
2022-12-06 00:29:38 -08:00 |
shenglian zhou
|
cf3ec5ad40
|
fix: add default command line to start udfd when taosd is started directly from command line
|
2022-12-06 11:42:53 +08:00 |
dapan1121
|
79cd86d5ad
|
Merge pull request #18705 from taosdata/fix/TD-20907
fix:stddev\fisrt\last combine function
|
2022-12-05 20:15:53 +08:00 |
Shengliang Guan
|
71022773eb
|
Merge pull request #18715 from taosdata/fix/TS-2220-3.0
fix(log): ignore create log error
|
2022-12-05 19:40:16 +08:00 |
Alex Duan
|
f8b75e3ac1
|
fix(log): ignore create log error
|
2022-12-05 17:54:26 +08:00 |
54liuyao
|
d7a38aeae9
|
fix:stddev\fisrt\last combine function
|
2022-12-05 17:21:40 +08:00 |
dapan1121
|
0ecb0d26f2
|
Merge pull request #18694 from taosdata/fix/TS-2144
enh(query): add timetruncate function ignore timezone option for 1d
|
2022-12-05 17:18:18 +08:00 |
Ganlin Zhao
|
e18da31a5d
|
enh(query): add timetruncate function ignore timezone option for 1d
|
2022-12-05 12:00:12 +08:00 |
Shengliang Guan
|
d9c261cd13
|
refact: remove some error codes
|
2022-12-03 10:17:02 +08:00 |
Shengliang Guan
|
7ba56169a2
|
Merge pull request #18652 from taosdata/fix/liao_cov
refactor: add function for extract the required buffer during query.
|
2022-12-03 09:20:46 +08:00 |
Haojun Liao
|
5e77b3eca3
|
refactor: add function for extract the required buffer during query.
|
2022-12-02 23:10:03 +08:00 |
Shengliang Guan
|
524de026a5
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:24:35 +08:00 |
Shengliang Guan
|
99968ccc4f
|
enh: adjust error code
|
2022-12-02 16:46:43 +08:00 |
Shengliang Guan
|
24ee4b4289
|
Merge branch '3.0' into enh/TD-20891
|
2022-12-02 16:44:46 +08:00 |
Shengliang Guan
|
13f36ec20a
|
refact: remove TSDB_CODE_APP_NOT_READY and TSDB_CODE_NODE_NOT_DEPLOYED
|
2022-12-02 16:06:10 +08:00 |
slzhou
|
903718940d
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/table-count-scan
|
2022-12-01 09:14:10 +08:00 |
Ganlin Zhao
|
4048988908
|
fix(query): fix avg calculation error after SIMD optimize
TD-20803
|
2022-11-30 15:26:52 +08:00 |
Ganlin Zhao
|
4ea7d139ba
|
fix(query): fix avg calculation error after SIMD optimize
TD-20803
|
2022-11-30 14:48:39 +08:00 |
Xiaoyu Wang
|
cfbcf92c1f
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-30 14:29:34 +08:00 |
dapan1121
|
45cf5acc32
|
Merge pull request #18501 from taosdata/fix/TS-2149
fix(query): handle countAlwaysReturnValue behavior
|
2022-11-30 13:20:51 +08:00 |
Ganlin Zhao
|
af30786e4f
|
fix avg function error
|
2022-11-29 22:47:55 +08:00 |
Ganlin Zhao
|
f913fbdaf6
|
fix errors
|
2022-11-29 22:14:46 +08:00 |
Ganlin Zhao
|
900fe01f0e
|
fix error
|
2022-11-29 19:32:51 +08:00 |
Xiaoyu Wang
|
37b65c16c8
|
enh: ins_tables count optimize
|
2022-11-29 14:59:48 +08:00 |
Xiaoyu Wang
|
555f2cb981
|
merge 3.0
|
2022-11-29 13:16:54 +08:00 |
Ganlin Zhao
|
682b3b60ef
|
Merge branch '3.0' into fix/TS-2149
|
2022-11-28 23:42:16 +08:00 |
Ganlin Zhao
|
8c90a98e2d
|
fix last_row
|
2022-11-28 22:25:17 +08:00 |
Ganlin Zhao
|
f81ce17df4
|
fix first last
|
2022-11-28 22:06:02 +08:00 |
Ganlin Zhao
|
bab891eef7
|
fix coverity scan issue CID:402965
|
2022-11-28 18:14:47 +08:00 |
Ganlin Zhao
|
99604f8010
|
fix: [ASAN] stack buffer overflow
|
2022-11-28 18:06:34 +08:00 |
Haojun Liao
|
6e81e8cc73
|
refactor: do some internal refactor.
|
2022-11-28 12:32:40 +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
|
1e8dcacea6
|
fix(query): set null for inf and nan value.
|
2022-11-27 18:25:20 +08:00 |
Haojun Liao
|
e29e477b0c
|
fix(query): update api to avoid deadlock.
|
2022-11-27 15:46:31 +08:00 |
Haojun Liao
|
203ea1f9c8
|
fix(query): fix error
|
2022-11-27 14:57:44 +08:00 |
Haojun Liao
|
31c2aa89ef
|
fix(query): do some internal refactor.
|
2022-11-27 01:59:49 +08:00 |
Haojun Liao
|
965ee9a6c8
|
fix(query): keep block order in exchange operator.
|
2022-11-26 15:32:36 +08:00 |
Haojun Liao
|
86fda9f3da
|
fix(query): fix error in windows and darwin system.
|
2022-11-25 23:06:32 +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
|
969331c49e
|
refactor: do some internal refactor.
|
2022-11-25 11:14:17 +08:00 |
Haojun Liao
|
f4f2774100
|
refactor: do some internal refactor.
|
2022-11-24 23:23:05 +08:00 |
Haojun Liao
|
e5e817ae55
|
other: merge 3.0
|
2022-11-24 17:24:24 +08:00 |
Haojun Liao
|
9a208b2d09
|
other: merge 3.0
|
2022-11-24 17:08:15 +08:00 |
Haojun Liao
|
89341bc303
|
enh(query): support simd in min/max query.
|
2022-11-24 17:01:37 +08:00 |
Haojun Liao
|
0ed2c923ad
|
enh(query): support simd in min/max query.
|
2022-11-24 17:01:00 +08:00 |
Haojun Liao
|
d71439260f
|
refactor(query): add simd support for minmax query.
|
2022-11-24 15:01:25 +08:00 |
Haojun Liao
|
611ab8b394
|
refactor: make sure the memory is aligned to 32 bytes.
|
2022-11-23 21:52:51 +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 |
Haojun Liao
|
1e25eac4c7
|
refactor: do some internal refactor.
|
2022-11-20 23:11:12 +08:00 |
Xiaoyu Wang
|
d00f65a8fe
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-18 15:05:19 +08:00 |
Haojun Liao
|
ec7ad45b2b
|
fix(query): fix a typo.
|
2022-11-17 17:37:45 +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 |
Shengliang Guan
|
5ae3eeeed9
|
Merge pull request #18212 from taosdata/fix/TD-20456
fix(query): [ASAN] fix time precision conversion overflow
|
2022-11-17 13:45:11 +08:00 |
54liuyao
|
00937a7fc8
|
fix:[ASAN] src/builtinsimpl.c:1084:41: runtime error: division by zero
|
2022-11-17 09:06:22 +08:00 |
Ganlin Zhao
|
0b51e68c58
|
Merge branch '3.0' into fix/TD-20456
|
2022-11-17 08:50:11 +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 |
Ganlin Zhao
|
a115ff1299
|
fix(query): fix time precision convert overflow
TD-20456
|
2022-11-16 17:25:57 +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 |