xiao-77
cda8bd8047
Add category in configuration's struct
2024-10-21 13:51:33 +08:00
Haojun Liao
f83993757f
other: merge 3.0
2024-10-16 18:38:55 +08:00
Shengliang Guan
b315b446e8
Merge pull request #28360 from taosdata/feat/anal7
...
revert: data analysis
2024-10-15 09:05:28 +08:00
Pan Wei
0db5fe41e4
Merge pull request #28249 from taosdata/enh/TS-4661-3.0
...
enh(query)[TS-4661] Add AVX2 support for decompression and MIN/MAX comparison
2024-10-15 08:47:39 +08:00
Shengliang Guan
9f05ca5ee8
revert: data analysis
2024-10-14 23:27:11 +08:00
Jinqing Kuang
636c65d62f
enh(query)[TS-4661]. Add AVX2 support for decompression and MIN/MAX comparison
...
- Implement AVX2 instructions to decompress float and double data types
- Add AVX2-based MIN/MAX comparison for both integer and floating-point data types
- Include unit tests to verify functionality and performance improvements
2024-10-14 15:31:40 +08:00
xsren
e84376c461
fix: return val check
2024-10-12 16:29:13 +08:00
54liuyao
10810d48de
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/syntax
2024-10-12 15:02:55 +08:00
xinsheng Ren
d003cfaffb
Merge branch '3.0' into enh/TD-32413/snprintf
2024-10-11 19:50:48 +08:00
Pan Wei
bc0d958f58
Merge pull request #28232 from taosdata/enh/TD-32415-3.0
...
fix(query)[TD-32415]. Replace memory-unsafe functions
2024-10-11 17:04:29 +08:00
xinsheng Ren
9f645a0879
Merge branch '3.0' into enh/TD-32413/snprintf
2024-10-11 16:07:25 +08:00
Haojun Liao
cd7734735b
Merge pull request #28299 from taosdata/fix/ly_stream
...
fix(stream):check release function of stream
2024-10-11 15:21:00 +08:00
Jinqing Kuang
0199c8dddf
fix(query)[TD-32415]. Replace memory-unsafe functions
...
- Replace memory unsafe functions with secure alternatives
- Fix automatical generation of subtable names
2024-10-11 14:34:19 +08:00
Hongze Cheng
402deb278a
Merge pull request #28282 from taosdata/fix/TS-5507-config-generate-key-and-add-more-log-3
...
fix/TS-5507-config-generate-ley-and-add-more-log
2024-10-11 14:15:32 +08:00
Haojun Liao
fb0d0b60a5
Merge branch '3.0' into fix/syntax
2024-10-11 13:53:05 +08:00
Pan Wei
fc05f92fc9
Merge pull request #28250 from taosdata/fix/TD-32409
...
fix: use safe function
2024-10-11 10:25:09 +08:00
Shengliang Guan
2076a6b5f5
Merge branch 'feat/anode7' into feat/anode8
2024-10-10 21:06:48 +08:00
54liuyao
91cb5aa919
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_stream
2024-10-10 19:11:12 +08:00
54liuyao
1ce919b5b7
fix(stream):check release function of stream
2024-10-10 17:17:21 +08:00
Haojun Liao
d2f2a931fb
fix(util): reset the returned length value.
2024-10-10 16:21:11 +08:00
xsren
e81e999fc1
fix: snprintf
2024-10-10 15:40:43 +08:00
Haojun Liao
5e94ed5e25
Merge branch '3.0' into fix/syntax
2024-10-10 14:53:37 +08:00
Haojun Liao
5dc933f5f1
refactor: add some logs.
2024-10-10 14:52:51 +08:00
xsren
ef8367fbb4
fix: ret error
2024-10-10 14:40:59 +08:00
dmchen
1e87baf730
fix/TS-5507-config-generate-ley-and-add-more-log
2024-10-10 03:49:07 +00:00
xsren
e03ccdc6e2
replace snprintf
2024-10-10 10:35:48 +08:00
dapan1121
d55a0032b1
fix: localtime issue
2024-10-10 09:45:37 +08:00
Shengliang Guan
6ed142582b
Merge remote-tracking branch 'origin/3.0' into feat/anode2
2024-10-10 09:01:16 +08:00
Shengliang Guan
6ab7eff6ea
feat: enable analysis
2024-10-09 19:21:57 +08:00
Shengliang Guan
ef39c9c41e
Merge pull request #28265 from taosdata/feat/anode1
...
feat: anode
2024-10-09 18:48:55 +08:00
Shengliang Guan
c36fe0af46
feat: analysis msg
2024-10-09 17:33:27 +08:00
Shengliang Guan
4dc0c2f47e
feat: data analysis
2024-10-09 17:09:43 +08:00
lyh250-666
676f8759e2
enh:modify error code passing
2024-10-09 15:37:00 +08:00
wangmm0220
08b2df7c4c
fix:[TD-30270]conflicts from 3.0
2024-10-08 10:40:41 +08:00
Jinqing Kuang
f5c9bf9b5d
fix(query)[TD-32360]. Fix memory leak during tsort in exceptional scenarios
...
When extracting data from the sort source, an error may cause a long
jump to the outermost execution layer. This leads to a local variable in
createBlocksQuickSortInitialSources not being released, resulting a
memory leak. This fix ensures proper resource cleanup in such cases to
prevent leaks.
2024-09-29 14:53:21 +08:00
wangmm0220
b0209fa463
fix:[TS-5466] tag rewrite error
2024-09-27 01:47:29 +08:00
wangmm0220
7c0b0cf9ba
fix:[TS-5466] tag rewrite error
2024-09-27 01:43:36 +08:00
Hongze Cheng
74b0d803ad
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TD-31890-18
2024-09-26 08:57:25 +08:00
Minglei Jin
49a6bf4c23
void sync query return val
2024-09-25 18:25:40 +08:00
Hongze Cheng
ea5a2a6946
ehn: remove void
2024-09-25 17:45:10 +08:00
Minglei Jin
e19514e2c4
void cleanups
2024-09-25 16:52:17 +08:00
Hongze Cheng
cccd2483d0
ehn: remove void
2024-09-24 16:08:48 +08:00
Hongze Cheng
645160d251
ehn: remove void
2024-09-24 10:06:30 +08:00
Hongze Cheng
3936fc8b07
Merge pull request #28036 from taosdata/enh/TD-31895-3.0
...
enh: return value process
2024-09-24 08:48:44 +08:00
Hongze Cheng
c9175ed28f
Merge pull request #28033 from taosdata/enh/TD-31890-12
...
enh: handle void
2024-09-23 16:43:11 +08:00
Hongze Cheng
349a66b8a9
Merge pull request #28013 from taosdata/fix/TD-32122-3.0
...
fix: column length check for stmt insert
2024-09-23 16:22:55 +08:00
kailixu
b84b9f1d66
enh: return value process
2024-09-23 14:48:52 +08:00
Hongze Cheng
f8cab36045
enh: handle void
2024-09-23 14:02:29 +08:00
wangmm0220
c2fb23d841
fix:conflicts from 3.0
2024-09-23 10:15:57 +08:00
kailixu
bb31622693
Merge branch '3.0' into enh/TS-5111-3.0
2024-09-21 13:48:33 +08:00