Commit graph

10014 commits

Author SHA1 Message Date
Haojun Liao
f304a92229 refactor: add new error code. 2024-11-15 17:21:20 +08:00
Haojun Liao
9c5c9f62ad feat: kill rsync by pid. 2024-11-07 19:48:32 +08:00
Haojun Liao
a8f7f153d9 refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00
Shengliang Guan
1f7bd1d179 Merge branch 'main' into enh/TD-32615/lemon 2024-11-06 20:52:36 +08:00
54liuyao
7dac274231 fix issue 2024-11-06 17:24:39 +08:00
54liuyao
8ec3d3f8de recover tommon.h 2024-11-06 16:29:12 +08:00
xsren
b566e26084 enh: ttokendef.h 2024-11-06 13:47:01 +08:00
54liuyao
719a3faa12 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
Shengliang Guan
c3a8daced4
Merge pull request #28401 from taosdata/feat/TS-5484-audit-delete
feat/TS-5484-audit-delete
2024-11-06 10:11:15 +08:00
54liuyao
ba31bf2c52 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
Shengliang Guan
0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
Shengliang Guan
cca24b7381
Merge pull request #28634 from taosdata/feat/contrib30
refact: rename version to td_version
2024-11-05 13:33:20 +08:00
Haojun Liao
8148f26d30
Merge branch '3.0' into fix/ref 2024-11-05 10:50:28 +08:00
Pengrongkun
b011ef49e0 TD-32120:add api taos_stmt2_get_all_fields
fix some format

convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API

rename taos_stmt2_get_stb_fields

refact parse for ctbname parameterized

refactor some code, fix some core problem.
2024-11-04 16:59:13 +08:00
Shengliang Guan
03814cfe5a refact: rename version to td_version 2024-11-04 15:16:15 +08:00
dongming chen
c209921084
Merge pull request #28625 from taosdata/3.0
3.0
2024-11-04 10:40:38 +08:00
54liuyao
de92e455a6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-04 09:11:43 +08:00
xsren
7041e64744 add colDataSetVal func desc 2024-11-03 23:00:31 +08:00
Shengliang Guan
a71aacbb13
Merge pull request #28620 from taosdata/main
merge: from main to 3.0
2024-11-02 12:06:20 +08:00
Shengliang Guan
4c2dbef46c
Merge pull request #28596 from taosdata/enh/dnodelist
feat: support create database in the specified dnode list.
2024-11-01 20:21:55 +08:00
Shengliang Guan
65f41cad20
Merge pull request #28577 from taosdata/enh/TD-32652-main
enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
2024-11-01 17:30:52 +08:00
Shengliang Guan
daa8341a3e
Merge pull request #28512 from taosdata/opti/TD-30681
Opti/td 30681
2024-11-01 14:42:39 +08:00
dongming chen
26485b235d
Merge branch '3.0' into feat/TS-5484-audit-delete 2024-11-01 13:48:38 +08:00
Jinqing Kuang
647066c4f9 enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
Extract AVX implementation of specific functions into separate files.
The CPU dispatching mechanism will now check the machine's instruction
set at runtime to determine whether to use the AVX implementation or
fallback to the naive version.

This enhancement improves performance on most machines while ensuring
compatibility with older hardwares.
2024-11-01 12:44:59 +08:00
54liuyao
0e0a7ae2e9 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-01 09:54:51 +08:00
dapan1121
bda37462fc fix: optimize float display 2024-11-01 09:13:04 +08:00
Shengliang Guan
f13d262a5a Merge branch '3.0' into merge/mainto3.0 2024-10-31 17:38:59 +08:00
Shengliang Guan
33cc4db548 Merge branch 'main' into merge/mainto3.0 2024-10-31 17:38:54 +08:00
xsren
b663adf946 feat: delete report 2024-10-31 17:33:08 +08:00
dapan1121
726594b926 fix: float display issue 2024-10-31 17:08:07 +08:00
Shengliang Guan
cea0bb6445
Merge pull request #28480 from taosdata/enh/TD-32190
enh: add query plan test
2024-10-31 15:27:58 +08:00
Haojun Liao
a685c1394a refactor: do some internal refactor. 2024-10-31 15:20:18 +08:00
Shengliang Guan
94b8af0b44 Merge branch '3.0' into enh/dnodelist 2024-10-31 15:18:34 +08:00
xsren
974591f265 fix: colDataSetOrCover 2024-10-31 14:23:28 +08:00
Hongze Cheng
e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields" 2024-10-31 13:35:42 +08:00
Shengliang Guan
c5d258ac1e
Merge pull request #28523 from taosdata/TEST/3.0/TD-32120
enh(stmt2):add api taos_stmt2_get_all_fields
2024-10-31 12:46:07 +08:00
dapan1121
b701665ac6 fix: compile issue 2024-10-31 10:30:38 +08:00
Pan Wei
077da8d945
Merge branch '3.0' into opti/TD-30681 2024-10-31 08:39:12 +08:00
dapan1121
edfefbff77 fix: value node clone issue 2024-10-30 19:07:47 +08:00
Pengrongkun
3895a7707a convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API 2024-10-30 18:12:08 +08:00
dapan1121
74065f91d8 fix: data source ep issue 2024-10-30 17:39:33 +08:00
54liuyao
b6d16eccdb Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-30 14:54:42 +08:00
Pengrongkun
aa3c79100b fix some format 2024-10-30 14:24:10 +08:00
Shengliang Guan
ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
54liuyao
d065d71821 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-30 10:09:48 +08:00
Shengliang Guan
c026f26289
Merge pull request #28546 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-10-30 08:57:21 +08:00
xinsheng Ren
c5ec062a12
Merge branch '3.0' into enh/TD-32181/client 2024-10-29 23:00:46 +08:00
Shengliang Guan
6690a9ec84 feat: remove alter db options 2024-10-29 21:24:27 +08:00
Pengrongkun
e9feec94b3 TD-32120:add api taos_stmt2_get_all_fields 2024-10-29 17:27:48 +08:00
Shengliang Guan
adf7ea29cb feat: alloc dnode from input dnode list 2024-10-29 14:40:40 +08:00