Commit graph

80 commits

Author SHA1 Message Date
Simon Guan
76ad364b93 enh: adjust some logs 2025-02-27 09:55:11 +08:00
facetosea
71bdb6fcae nullTuple pos 2025-02-20 11:47:03 +08:00
facetosea
8a7b633036 fix: alias name length 2025-02-18 00:20:40 +08:00
facetosea
c4cc51b583 cols: use aggfunc 2025-02-16 01:15:12 +08:00
factosea
772c37b4d6 fix: empty block 2025-01-01 19:17:12 +08:00
dapan1121
d77147d296 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-12-06 17:43:19 +08:00
dapan1121
011ff04234 fix: scheduler dead lock issue 2024-12-05 18:07:37 +08:00
factosea
22f3c20977 enh: check param 2024-11-25 11:33:02 +08:00
factosea
04af5f4b94 enh: check param 2024-11-19 19:38:40 +08:00
Jing Sima
355aa885de fix:[TD-32506] fix mem leak in percentile function. 2024-11-04 09:35:15 +08:00
Jing Sima
8acdbe597d fix:[TD-32372] Clean up in a right way. 2024-10-09 09:26:57 +08:00
Jing Sima
8d02e3e310 fix:[TD-32310] Avoid access null pointer when error occurs.. 2024-09-25 11:15:48 +08:00
Jing Sima
ad7b2ddc1b enh:[TD-32158] Free memory only when function need cleanup. 2024-09-24 11:35:36 +08:00
Jing Sima
122b707ac8 enh:[TD-32158] Free memory allocated in function setup. 2024-09-24 11:35:36 +08:00
Jing Sima
23b525458e fix:[TD-32262] Avoid mem leak when error occurs. 2024-09-23 13:50:55 +08:00
Haojun Liao
0236db51f6 fix(query): fix memory leak and do some internal refactor. 2024-09-06 15:44:25 +08:00
54liuyao
27446f8df1 fix(query):free data block 2024-09-04 19:01:14 +08:00
Pan Wei
1e977a324e
Merge pull request #27654 from taosdata/fix/3.0/TD-31818
fix:[TD-31818] fix memory leak allocated by mode function.
2024-09-04 09:16:12 +08:00
Jing Sima
02dd9c9160 fix:[TD-31818] fix memory leak allocated by mode function. 2024-09-03 17:34:23 +08:00
lyh250-666
9c8f630759 enh:modify error code passing in libs/executor/ 2024-09-03 11:01:02 +08:00
Pan Wei
a22025ea00
Merge pull request #27553 from taosdata/fix/TD-31775/memLeak
fix: free operator
2024-08-30 09:26:53 +08:00
xsren
d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
54liuyao
01e8fc583d fix(query):adj error code for aggretate operator 2024-08-29 16:00:26 +08:00
Haojun Liao
c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
54liuyao
cf796a45c1 fix issue 2024-08-15 17:03:32 +08:00
54liuyao
5c859554d0 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31288 2024-08-08 10:36:09 +08:00
54liuyao
8ab78009a9 fix issue 2024-08-07 16:59:19 +08:00
54liuyao
db0c2e4be4 free operator 2024-08-07 15:53:23 +08:00
54liuyao
08c838f0a6 fix issue 2024-08-07 14:02:55 +08:00
Haojun Liao
9e8038b020
Merge pull request #27022 from taosdata/fix/TD-31270
fix mem leak
2024-08-07 09:30:19 +08:00
54liuyao
372c0f21f2 fix mem leak 2024-08-06 19:36:39 +08:00
Haojun Liao
e0fc36ce97 fix(query):check return code 2024-08-06 17:32:20 +08:00
54liuyao
5c50970cca Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-08-05 16:37:08 +08:00
54liuyao
57068232ff fix res issue 2024-08-05 16:09:01 +08:00
54liuyao
5dc49af3c4 Merge branch '3.0' of github.com:taosdata/TDengine into fix/TD-31209 2024-08-05 13:49:23 +08:00
Haojun Liao
40537001a2 fix(stream): check return value. 2024-08-05 11:57:18 +08:00
54liuyao
1b5cf65ab9 fix issue for function res 2024-08-05 11:17:49 +08:00
Haojun Liao
7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
Haojun Liao
777c3898db other: merge 3.0 2024-07-27 16:17:38 +08:00
Haojun Liao
3073d6d067 other: merge 3.0 2024-07-27 00:03:28 +08:00
54liuyao
58c4c54711 adj operator result 2024-07-26 20:51:01 +08:00
54liuyao
607f210821 adj operator result 2024-07-26 20:48:06 +08:00
54liuyao
efa65256da adj operator result 2024-07-25 19:11:32 +08:00
Haojun Liao
b228151d8e other: merge 3.0 2024-07-24 17:29:35 +08:00
Haojun Liao
aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
54liuyao
5a34a1142f adj operator result 2024-07-24 16:17:28 +08:00
54liuyao
1d35ea137a adj query operator result 2024-07-23 10:50:16 +08:00
54liuyao
6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
sima
f17c535ca0 feat:[TD-30819] Reduce memory usage when using percentile with interval. 2024-07-10 19:43:19 +08:00
factosea
d9043d6984 fix: unexpected udf function 2024-06-13 16:57:49 +08:00