Commit Graph

63180 Commits

Author SHA1 Message Date
dmchen b2bc5d4df1 fix/TD-29612 2024-04-16 03:37:41 +00:00
dm chen aedec5ead7
Merge branch '3.0' into feat/TD-24834 2024-04-16 11:35:49 +08:00
Hongze Cheng ace8f30bdf
Merge pull request #25361 from taosdata/fix/TD-29560-3.0
fix: drop table after commit
2024-04-16 11:15:29 +08:00
Haojun Liao d830de397f
Merge pull request #25343 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-04-16 10:16:03 +08:00
kailixu 91215d7cc0 enh: code optimization 2024-04-16 09:10:21 +08:00
kailixu 8ea9c8b879 enh: code optimization 2024-04-16 09:04:33 +08:00
kailixu a6fe9a861f sdb release for dnode 2024-04-16 08:34:41 +08:00
Haojun Liao eba924776f fix(stream): update test cases. 2024-04-15 23:26:18 +08:00
Hongze Cheng d39a004d21
Merge pull request #25367 from taosdata/enh/TD-28945-pk
cos/multi-write: empty impl for tsdb async compact
2024-04-15 20:37:17 +08:00
Haojun Liao ee62b66b07 Merge branch 'enh/TD-28945-pk' into fix/3_liaohj 2024-04-15 19:15:39 +08:00
Haojun Liao 13bd296d58 Merge branch '3.0' into fix/3_liaohj 2024-04-15 18:53:48 +08:00
Haojun Liao d92f0706e7 fix(tsdb): check the boundary value when reseting range. 2024-04-15 18:43:58 +08:00
Haojun Liao 1ac192c069 fix(stream): keep the original tsdb scan version range. 2024-04-15 18:41:38 +08:00
Haojun Liao 87dfc1f931 fix(stream):fix error in unit test cases. 2024-04-15 18:40:51 +08:00
Minglei Jin 9cce9c221d cos/multi-write: empty impl for tsdb async compact 2024-04-15 18:32:06 +08:00
Hongze Cheng 29194df1ec Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-29560-3.0 2024-04-15 18:26:21 +08:00
Hongze Cheng b936969a01 more fix 2024-04-15 18:25:23 +08:00
dmchen 870394c645 fix failed case 2024-04-15 10:08:14 +00:00
dapan1121 d57f33243a
Merge pull request #25365 from taosdata/54liuyao-patch-13
Update 10-function.md
2024-04-15 16:44:45 +08:00
dapan1121 8982360f7e
Merge pull request #25363 from taosdata/54liuyao-patch-12
Update index.md
2024-04-15 16:43:33 +08:00
liuyao 01cbd7fb49
Update 10-function.md 2024-04-15 16:38:08 +08:00
liuyao fd9ed4fb70
Update 10-function.md 2024-04-15 16:37:25 +08:00
kailixu 4862a18d44 Merge branch 'feat/TD-24834' of https://github.com/taosdata/TDengine into feat/TD-24834 2024-04-15 16:29:59 +08:00
kailixu 545519bc3d enh: default encrypt algorightm for db 2024-04-15 16:29:49 +08:00
liuyao af5af1c6ea
Update index.md 2024-04-15 16:28:29 +08:00
dmchen 9a99b8526d resolve conflict 2024-04-15 08:24:40 +00:00
kailixu 123090e18a fix: solve conflicts 2024-04-15 16:12:15 +08:00
dapan1121 89cd425ae2
Merge pull request #25344 from taosdata/54liuyao-patch-10
Update index.md
2024-04-15 16:07:37 +08:00
dapan1121 1ff9a5e0e2
Merge pull request #25348 from taosdata/54liuyao-patch-11
Update 10-function.md
2024-04-15 16:07:25 +08:00
dapan1121 34a15d1431
Update 10-function.md 2024-04-15 16:07:09 +08:00
dapan1121 34a943a1f2
Merge pull request #25242 from taosdata/feat/ly_query
adj last function
2024-04-15 16:04:23 +08:00
dapan1121 f7a31a6928
Merge pull request #25335 from taosdata/feat/xsren/TD-29092
tbname supported
2024-04-15 15:48:47 +08:00
Hongze Cheng fb7db6a50c
Merge pull request #25317 from taosdata/enh/TD-28945-pk
enh(s3/writing): enable writing to s3 always
2024-04-15 15:44:08 +08:00
Hongze Cheng ac2853f28c fix: drop table after commit 2024-04-15 15:36:54 +08:00
dmchen a6c36a6cf3 resolve conflict 2024-04-15 07:36:41 +00:00
dm chen 4d660d89c0
Merge branch '3.0' into feat/TD-24834 2024-04-15 15:12:32 +08:00
Haojun Liao 665107ad3a enh(stream): add more info in meta table. 2024-04-15 14:23:37 +08:00
dmchen 0526618fe5 resolve conflict 2024-04-15 03:45:37 +00:00
dmchen c2c1a41af5 revert tmp ci 2024-04-15 02:21:11 +00:00
Haojun Liao 31a728b1b8 fix(stream): update the stream task meta table. 2024-04-15 09:49:41 +08:00
Minglei Jin 4b3e3f9091 Merge branch '3.0' into enh/TD-28945-pk 2024-04-15 09:31:56 +08:00
Minglei Jin e14d4e172d cos/multi-writing: fix remove with different version 2024-04-15 09:30:24 +08:00
Haojun Liao 15c18af221 fix(stream): fix init error. 2024-04-13 18:27:38 +08:00
Haojun Liao 82ee169d61
Merge pull request #25164 from taosdata/feat/TS-4243-3.0
feat(tsdb): support complex primary key in table.
2024-04-13 18:08:01 +08:00
Haojun Liao 46fd0cb0b5 fix(tsdb): set correct initial value 2024-04-12 23:32:47 +08:00
Haojun Liao 54cef11436 refactor: disable debugflag change tmrdebugFlag level. 2024-04-12 22:17:24 +08:00
Haojun Liao 27af9de628 fix(tsdb):add placeholder if no rowkeys exist. 2024-04-12 22:16:48 +08:00
Haojun Liao 528497944c fix(tsdb): update log. 2024-04-12 19:03:03 +08:00
Haojun Liao df4dd2ec93 fix(tsdb): update log. 2024-04-12 18:57:27 +08:00
Haojun Liao ffe5bb4024 fix(tsdb): update log. 2024-04-12 18:46:39 +08:00