Commit graph

3007 commits

Author SHA1 Message Date
Hongze Cheng
64b79b30f4
Merge pull request #26256 from taosdata/fix/TD-30583-2-30
Fix/TD-30583-2-30
2024-06-24 09:35:40 +08:00
Hongze Cheng
2ba22e34f5
Merge pull request #26216 from xinjiempolde/fix/TS-5024-3.0
fix: stmt bind crashed when colIdx exceeds column nums
2024-06-23 09:53:46 +08:00
Yihao Deng
e852b9d7e3 Need to update version information to prevent frequent fetching of authentication 2024-06-22 22:53:57 +00:00
Yihao Deng
3296d0c321 fix compile error 2024-06-22 03:52:38 +00:00
Yihao Deng
071f4080eb fix UAF 2024-06-22 00:17:07 +00:00
Yihao Deng
4e1ea52d07 fix invalid ip white 2024-06-21 23:56:11 +00:00
Hongze Cheng
52111f9cab
Merge pull request #26209 from taosdata/fix/TD-30583-update-30
Fix the issue of dynamically adjusting the IP whitelist.
2024-06-21 11:10:47 +08:00
Alex Duan
6ac995e309 fix: fix window build getBuildinfo move to clieMain.c 2024-06-20 17:46:42 +08:00
xjzhou
883eb48bf2 fix: stmt bind crashed when colIdx exceeds column nums 2024-06-20 15:22:50 +08:00
Yihao Deng
7000d597fc Fix the issue of dynamically adjusting the IP whitelist. 2024-06-20 03:23:27 +00:00
Haojun Liao
04281bcd07 fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor. 2024-06-19 15:06:09 +08:00
dapan1121
bee01f9dba
Merge pull request #26081 from taosdata/enh/stmtPerf.3
enh: optimize stmt performance
2024-06-11 16:12:58 +08:00
Hongze Cheng
d321fbbc87
Merge pull request #26005 from taosdata/enh/TS-3737-3.0
enh: support createdb permission for user
2024-06-11 15:46:00 +08:00
dapan1121
b598376449 fix: invalid exec request issue 2024-06-11 14:07:28 +08:00
dapan1121
6b66bfdd28 fix: windows compile issue 2024-06-11 08:46:11 +08:00
Haojun Liao
895ee30cf3
Merge branch '3.0' into enh/opt_prj 2024-06-09 23:51:38 +08:00
dapan1121
3d9ddfa2b4 fix: add thread join processing 2024-06-07 14:48:39 +08:00
kailixu
054cb9b64a Merge branch '3.0' into enh/TS-3737-3.0 2024-06-07 14:09:23 +08:00
dapan1121
0616d886cb enh: optimize table columns allocation 2024-06-07 13:50:57 +08:00
dapan1121
3f99e5e064 fix: memory issues 2024-06-07 09:25:17 +08:00
kailixu
2f5179cf44 Merge branch '3.0' into enh/TS-3737-3.0 2024-06-06 16:42:04 +08:00
wangmm0220
0e473952c4 fix:[TD-28412] change offset from earliest/-1 to earliest/0 to avoid tmqParamsTest.py error 2024-06-06 14:18:21 +08:00
dapan1121
ddf15fa55c Merge remote-tracking branch 'origin/3.0' into enh/stmtPerf.3 2024-06-05 17:13:48 +08:00
dapan1121
da8616d98a fix: add stbInterlace mode test cases 2024-06-05 17:12:15 +08:00
wangmm0220
61475a0a7b docs:[TD-30393]add api document for tmq 2024-06-04 17:24:10 +08:00
kailixu
2f222514dc chore: merge 3.0 2024-06-04 16:34:02 +08:00
Haojun Liao
6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
wangmm0220
cebb168133 Merge branch '3.0' of https://github.com/taosdata/TDengine into doc/TD-30393 2024-06-04 14:28:34 +08:00
wangmm0220
61e6b25da6 fix:add api document for tmq 2024-06-04 14:27:46 +08:00
dapan1121
c2394eaec8
Merge pull request #25956 from taosdata/fix/TD-30306
fix:[TD-30306]error in converity scan
2024-06-04 09:15:37 +08:00
dapan1121
86cadeabba fix: stmt write issue 2024-06-03 19:24:53 +08:00
dapan1121
91375c8ca1 fix: taosc exit issue 2024-06-03 19:13:14 +08:00
dapan1121
8a4070f06c
Merge pull request #25966 from taosdata/fix/TD-30323-3.0
fix:[TD-30323]tmq close error if consumer is cleared
2024-06-03 19:02:59 +08:00
wangmm0220
5217131f50 fix:[TD-30306]error in converity scan 2024-06-03 16:48:44 +08:00
Hongze Cheng
6f72fd4170
Merge pull request #25996 from taosdata/feat/TD-30006-3
Feat/TD-30006-3
2024-06-03 15:41:47 +08:00
dapan1121
affdeed944
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
2024-06-03 10:19:57 +08:00
wangmm0220
d85d3aa70e fix:[TD-30306]error in converity scan 2024-06-02 22:06:52 +08:00
kailixu
767934ad4a enh: support createdb permission for user 2024-05-31 17:50:57 +08:00
54liuyao
e0167511c1 use tDeleteSVCreateTbBatchReq free mem 2024-05-31 17:18:25 +08:00
Yihao Deng
a1ccf91298 support add column compress 2024-05-31 02:47:57 +00:00
dapan1121
c0e4ab20a4 enh: optimize stmt performance 2024-05-30 13:26:17 +08:00
wangmm0220
1a6a0d3107 fix:[TD-30323]tmq close error if consumer is cleared 2024-05-29 16:04:37 +08:00
wangmm0220
7182e0948e fix:[TD-30306]error in converity scan 2024-05-29 10:49:36 +08:00
54liuyao
a2255ca355 add tmq param 2024-05-28 18:34:37 +08:00
54liuyao
d815bb117b add json for batch meta 2024-05-28 16:56:23 +08:00
54liuyao
7fc2e8cc26 batch meta 2024-05-28 10:17:20 +08:00
54liuyao
d33b2521fd adj res type 2024-05-24 11:42:08 +08:00
54liuyao
be82e4acd2 add log 2024-05-24 11:25:30 +08:00
54liuyao
441a150d66 optimize tmq snapshot meta 2024-05-23 17:35:54 +08:00
kailixu
34872205f5 enh: refine error code 2024-05-22 16:33:12 +08:00