Commit graph

10073 commits

Author SHA1 Message Date
Shengliang Guan
ba15fb0644 Merge branch '3.0' into merge/mainto3.0 2024-11-21 11:04:36 +08:00
Shengliang Guan
cfa7d275f2 Merge branch 'main' into merge/mainto3.0 2024-11-21 11:00:00 +08:00
Shengliang Guan
e8d663809d
Merge pull request #28756 from taosdata/fix/main/tsbs_perf_optimization
fix tsbs perf issue
2024-11-21 10:40:47 +08:00
Shengliang Guan
899e5acb99
Merge pull request #28777 from taosdata/fix/3.0/TD-32366
fix:TD-32366/stmt add geometry datatype check
2024-11-19 18:42:27 +08:00
Pengrongkun
f3b4aa14be add checkWKBGeometry function 2024-11-19 16:44:28 +08:00
Shengliang Guan
a4b6d9dee0
Merge pull request #28797 from taosdata/enh/TD-32907-3.0
enh: add bypassFlag to facilitate performance testing
2024-11-19 14:24:09 +08:00
Shengliang Guan
99bebacd8e
Merge pull request #28784 from taosdata/fix/TD-32861-main
fix(query)[TD-32861]. fix that WHERE condition not work in statements with INTERP function
2024-11-19 09:40:28 +08:00
Pengrongkun
ff2d0e6d67 fix CI problem 2024-11-19 09:22:34 +08:00
kailixu
d0236e1792 chore: restore the error code 2024-11-18 20:09:19 +08:00
Shengliang Guan
6044bb06f1
Merge pull request #28793 from taosdata/fix/main/TD-32883
remove duplicate group by cols
2024-11-18 19:32:16 +08:00
Jinqing Kuang
f5c66cec19 fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
kailixu
3225c381e2 enh: add bypassFlag to facilitate performance testing 2024-11-18 15:41:08 +08:00
Haojun Liao
4b47c4ca5d refactor: move to msg. 2024-11-18 15:37:12 +08:00
Haojun Liao
1c66f22c2b refactor: move to msg. 2024-11-18 15:00:30 +08:00
wangjiaming0909
6c18289de0 fix tsbs perf issue 2024-11-18 14:11:21 +08:00
Pengrongkun
a774d3b428 fix some review problem 2024-11-16 09:27:52 +08:00
Pengrongkun
8d5508a7a6 fix compile problem 2024-11-16 08:52:57 +08:00
Haojun Liao
20ad165ae3 Merge branch 'main' into fix/liaohj 2024-11-16 01:31:50 +08:00
kailixu
748c7f9cf2 enh: add bypassFlag to facilitate performance testing 2024-11-15 19:26:12 +08:00
wangjiaming0909
09fe252a31 remove duplicate group by cols 2024-11-15 17:52:06 +08:00
Haojun Liao
f304a92229 refactor: add new error code. 2024-11-15 17:21:20 +08:00
Haojun Liao
a79f63caeb Merge branch '3.0' into fix/3_liaohj 2024-11-15 10:28:13 +08:00
Shengliang Guan
527def388d
Merge pull request #28778 from taosdata/main
merge: from main to 3.0 branch
2024-11-15 10:14:22 +08:00
Haojun Liao
f65651f6ef fix(stream): update the msg encoder. 2024-11-15 00:19:35 +08:00
Pengrongkun
4eabc8afe3 Merge remote-tracking branch 'origin/3.0' into fix/3.0/TD-32366 2024-11-14 21:25:48 +08:00
Pengrongkun
6f3c6548cb add geometry check during stmt_bind_param 2024-11-14 21:25:14 +08:00
Haojun Liao
c9a120e1d0 Merge branch '3.0' into fix/3_liaohj 2024-11-14 17:42:04 +08:00
Haojun Liao
187997d5f0 fix(stream): record the failed checkpointId, after receive reset task info. 2024-11-14 17:40:37 +08:00
Haojun Liao
b2b5a14d9d fix(stream): reset task add the failed chkptId info. 2024-11-14 17:38:40 +08:00
Shengliang Guan
82d8f1357c
Merge pull request #28743 from taosdata/fix/TD-32860-main
fix: print multi dataDir
2024-11-14 16:03:03 +08:00
Shengliang Guan
80b7cbdb84 Merge branch '3.0' into merge/mainto3.0 2024-11-13 23:11:05 +08:00
Shungang Li
9a9f463877 feat: alter TSDB_CONFIG_PATH_LEN from 128 to 4096 2024-11-13 16:53:56 +08:00
Shungang Li
67da7b1036 feat: alter systable variablesSchema 2024-11-13 16:51:40 +08:00
Shengliang Guan
e20b612046
Merge pull request #28727 from taosdata/enh/TD-32167/osparameterValidation
enh: param valid, os
2024-11-13 16:16:27 +08:00
Shengliang Guan
d097e307f7
Merge pull request #28745 from taosdata/enh/TD-32167/query
enh: param valid, query
2024-11-13 14:39:15 +08:00
Shengliang Guan
ab4e0267de
Merge pull request #28716 from taosdata/enh/TD-32167/parameterValidation
enh: param valid, udf
2024-11-13 14:38:52 +08:00
factosea
c1f8e59c1b enh: query 2024-11-12 16:11:47 +08:00
factosea
31776831df enh: osThread/ossystem 2024-11-12 13:13:02 +08:00
facetosea
14e240d442 osString 2024-11-11 17:14:01 +08:00
Shengliang Guan
26be934503
Merge pull request #28483 from taosdata/enh/TD-32127-main
enh(query)[TD-32127]: improve code quality of tsdbRead module
2024-11-11 16:09:17 +08:00
facetosea
6de6e53482 osDir 2024-11-11 13:41:56 +08:00
Jinqing Kuang
b4e0f9a922 enh(query)[TD-32127]: improve code quality of tsdbRead module
- Add parameter validation for functions to ensure robustness
- Nullify pointers when freeing memory to prevent dangling pointers
- Initialize local variables to avoid undefined behavior
- Add error handling and logging for better debugging
2024-11-11 11:53:28 +08:00
xsren
bf9ea14f86 data check: udf 2024-11-11 11:04:11 +08:00
Shengliang Guan
94e5bbdd6a
Merge pull request #28697 from taosdata/fix/liaohj
feat: kill rsync by pid.
2024-11-11 10:22:41 +08:00
xsren
1c01bd801b param valid: udf 2024-11-11 09:23:02 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
Shengliang Guan
d107976bd3
Merge pull request #28647 from taosdata/fix/3.0/TD-32519_drop_ctb
fix TD-32519 drop child table with tsma caused crash
2024-11-08 12:27:04 +08:00
wangjiaming0909
9a92c136ce fix drop child table with tsma 2024-11-08 09:47:47 +08:00
wangjiaming0909
65dffbda0c fix tsma drop ctb 2024-11-08 09:47:04 +08:00
Shengliang Guan
d0828ddf1e
Merge pull request #28643 from taosdata/enh/TD-32732-main
enh(query)[TD-32732]: add client Id generation and usage
2024-11-08 09:44:07 +08:00