Commit Graph

65002 Commits

Author SHA1 Message Date
dapan1121 c9d847787e fix: level task done number issue 2024-06-20 14:21:33 +08:00
dapan1121 784fda8191 fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00
wade zhang 64dca95f33
Merge pull request #26199 from taosdata/docs/TD-30581-3.0
docs: createdb permission for user
2024-06-20 13:28:12 +08:00
54liuyao 0471afb840 adj sream tbname cache 2024-06-20 13:25:36 +08:00
54liuyao b7710fa9b9 adj test case 2024-06-20 11:35:23 +08:00
dapan1121 0a8a3d15bc Merge remote-tracking branch 'origin/3.0' into fix/TD-30672 2024-06-20 11:34:50 +08:00
Yihao Deng 7000d597fc Fix the issue of dynamically adjusting the IP whitelist. 2024-06-20 03:23:27 +00:00
dapan1121 49d9552ab6 fix: task reset redirect issue 2024-06-20 11:18:23 +08:00
54liuyao 1b317ae578 adj sream tbname cache 2024-06-20 11:06:09 +08:00
kailixu f443c89fc8 docs: createdb permission for user 2024-06-20 10:51:30 +08:00
54liuyao 6a3bbccda9 adj par tbname cache 2024-06-20 10:23:44 +08:00
Yihao Deng d0d155171c update case 2024-06-20 02:03:07 +00:00
Hongze Cheng 60f06b1db5
Merge pull request #26162 from taosdata/fix/TD-30542-3.0
fix/TD-30542
2024-06-20 09:39:13 +08:00
54liuyao ecfb5e5f4c adj par name catch 2024-06-20 09:28:04 +08:00
Yihao Deng 639df3dfad update case 2024-06-20 00:14:26 +00:00
kailixu ad00c62df0 docs: createdb permission for user 2024-06-20 06:33:55 +08:00
kailixu a5441b78bc docs: createdb permission for user 2024-12-31 11:13:23 +08:00
Yihao Deng 01ee8b36a4 update case 2024-06-19 12:36:13 +00:00
Yihao Deng e4916d13a5 update case 2024-06-19 12:12:21 +00:00
Yihao Deng aa83628383 fix parital update 2024-06-19 12:12:09 +00:00
Haojun Liao e9b0745947 fix(util): update test cases. 2024-06-19 19:15:45 +08:00
Haojun Liao 8d18e7cd9d fix(util): fix decode timestamp error by using avx2. 2024-06-19 19:11:52 +08:00
wangmm0220 5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
dmchen a939174bb7 resolve code review 2024-06-19 09:54:14 +00:00
dmchen 61edc79045 fix/TD-30642 2024-06-19 08:01:58 +00:00
Hongze Cheng 805cc682d9 format code 2024-06-19 16:01:55 +08:00
dapan1121 0397826c68
Merge pull request #26139 from taosdata/feat/TD-30313
optimize show cluster alive stmt
2024-06-19 15:49:59 +08:00
Haojun Liao f353636136 refactor: do some internal refactor. 2024-06-19 15:08:25 +08: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
Haojun Liao da63a40796
Merge pull request #26188 from taosdata/fix/3_liaohj
fix(stream): fix a typo.
2024-06-19 14:58:21 +08:00
Haojun Liao 0e7f9a56c3
Merge pull request #26164 from taosdata/fix/TD-30627
adj create count window state
2024-06-19 14:42:08 +08:00
kailixu 780ce7aa95 enh: support display unlimited for expiration time 2024-06-19 14:33:17 +08:00
kailixu 7c429e5799 enh: support display unlimited for expiration time 2024-06-19 14:25:17 +08:00
Alex Duan 7a7aed42f7
Merge pull request #26183 from taosdata/fix/TD-30228-3.0
fix: double covert ulong warning
2024-06-19 14:10:00 +08:00
Kai Jiang 6e2a5b9292 Improve tsDecompressIntImpl_Hw performance with AVX512.
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
               Huanrui Zhang <huanruix.zhang@intel.com>
2024-06-19 11:59:30 +08:00
Alex Duan c130b0e04c feat: add export buildInfo api 2024-06-19 10:45:01 +08:00
Haojun Liao 2534ce5071 fix(stream): fix a typo. 2024-06-19 10:29:01 +08:00
kailixu c3abd9d554 enh: support display unlimited for expiration time 2024-06-19 09:38:55 +08:00
wade zhang b38ad97a86
Merge pull request #26175 from taosdata/doc/TS-5019-3.0
docs: add ttl/comment spec for 'alter table'
2024-06-19 09:14:50 +08:00
Alex Duan f0cbf11ac7 fix: double covert ulong warning 2024-06-18 19:39:57 +08:00
kailixu 4c41008657 fix: print format 2024-06-18 19:11:33 +08:00
kailixu 6d2b8fe2bf tfs: support disable create new file 2024-06-18 19:08:00 +08:00
Shungang Li 7cccaa12d8 docs: add more info for 'alter table' 2024-06-18 17:48:26 +08:00
dmchen de19557abe fix/TD-30625 2024-06-18 09:36:19 +00:00
kailixu 809c691b22 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 16:47:51 +08:00
Hongze Cheng 1cdb726f2d
Merge pull request #26117 from taosdata/fix/TD-30545
fix(wal/level): enable alter replica from fake walLevel 1
2024-06-18 16:06:12 +08:00
Shungang Li 4bbd858335 docs: add ttl/comment spec for 'alter table' 2024-06-18 14:50:43 +08:00
Alex Duan 4add563896
Merge pull request #26168 from taosdata/test/3.0/TD-30456
Test/3.0/td 30456--Increase compatibility testing CI case for message type definition values and error code values
2024-06-18 14:22:50 +08:00
Minglei Jin 3d3f281735 remove unused error strings 2024-06-18 12:27:17 +08:00
54liuyao 2e3c4dda34 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30627 2024-06-18 11:30:28 +08:00