Simon Guan
|
e5d678ca0b
|
Merge pull request #30103 from taosdata/fix/checkpoint
enh(stream): add checkpoint queue to execute the checkpoint procedure.
|
2025-03-11 18:29:24 +08:00 |
Simon Guan
|
520585184f
|
Merge pull request #30023 from taosdata/feat/TS-5607/greatest
feat: greatest func
|
2025-03-11 14:12:30 +08:00 |
factosea
|
1ee1636d9f
|
docs: config
|
2025-03-11 13:40:36 +08:00 |
factosea
|
7e6edb82ba
|
fix: param check
|
2025-03-11 13:40:36 +08:00 |
factosea
|
1d707a4318
|
fix: config variable rename to tsCompareAsStrInGreatest
|
2025-03-11 13:40:36 +08:00 |
factosea
|
8f5134913c
|
feat: test case
|
2025-03-11 13:38:57 +08:00 |
factosea
|
36183aa36b
|
feat: greatest func
|
2025-03-11 13:38:57 +08:00 |
54liuyao
|
051c34e2f1
|
fix(stream): fix stream mem leak
|
2025-03-11 11:30:13 +08:00 |
dapan1121
|
a4ed19b36d
|
enh: add left join cases
|
2025-03-11 11:29:49 +08:00 |
Simon Guan
|
4c446ee2f3
|
Merge pull request #30087 from taosdata/fix/TS-6080/conditionPushdown
fix: condition shouldn't pushdown as subquery has limit clause
|
2025-03-11 10:47:22 +08:00 |
Haojun Liao
|
46dcdf36b7
|
fix(stream): check return value.
|
2025-03-10 19:42:03 +08:00 |
Haojun Liao
|
d24bc139a5
|
chore: merge 3.0
|
2025-03-10 18:31:56 +08:00 |
54liuyao
|
1ddc510976
|
fix(stream): fix stream mem leak
|
2025-03-10 16:28:28 +08:00 |
Simon Guan
|
4a73af6e18
|
Merge pull request #30088 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
|
2025-03-10 14:39:59 +08:00 |
Simon Guan
|
dde312787c
|
Merge pull request #30054 from taosdata/fix/TD-32218-3
fix(tdb): restrict tdb allocation from buffer pool
|
2025-03-10 13:50:36 +08:00 |
Simon Guan
|
abaf48ae15
|
Merge branch '3.0' into merge/mainto3.0
|
2025-03-10 11:07:48 +08:00 |
Simon Guan
|
1170955b95
|
Merge branch 'main' into merge/mainto3.0
|
2025-03-10 11:05:52 +08:00 |
facetosea
|
ff06947468
|
fix: condition shouldn't pushdown as subquery has limit clause
|
2025-03-10 10:22:22 +08:00 |
Haojun Liao
|
2eeb13591c
|
Merge branch 'main' into fix/checkpoint
|
2025-03-10 10:15:23 +08:00 |
Simon Guan
|
f60219e2f0
|
Merge pull request #30035 from taosdata/enh/TD-33960-improve-sync-log
enh: [TD-33960] improve-sync-log
|
2025-03-10 10:03:16 +08:00 |
Simon Guan
|
8fa8fc2a0c
|
Merge pull request #29934 from taosdata/enh/TS-5650/showLike
enh: show variables like
|
2025-03-07 16:37:19 +08:00 |
Minglei Jin
|
3574fdb416
|
refactor: new restore after abort testing case
|
2025-03-07 14:44:44 +08:00 |
Minglei Jin
|
a94d6aef03
|
fix(tdb): restrict tdb allocation from buffer pool
|
2025-03-07 14:29:29 +08:00 |
Simon Guan
|
a7b3879767
|
Merge pull request #30017 from taosdata/opt/TS-5766
perf(index): opt var data filte performance
|
2025-03-07 10:54:18 +08:00 |
xinsheng Ren
|
4edddd6038
|
Merge branch '3.0' into enh/TS-5650/showLike
|
2025-03-07 10:29:35 +08:00 |
Simon Guan
|
6250adb3b1
|
refactor: rename udfd to taosudf
|
2025-03-06 22:20:52 +08:00 |
dapan1121
|
364381c6f1
|
fix: constant join issues
|
2025-03-06 19:27:09 +08:00 |
Haojun Liao
|
95e75196e2
|
chore: merge main.
|
2025-03-06 18:45:21 +08:00 |
Simon Guan
|
6c88048f77
|
Merge pull request #30002 from taosdata/refactor/TD-33926
refactor: do not compile test-related files when BUILD_TEST=OFF
|
2025-03-06 18:43:46 +08:00 |
Simon Guan
|
c00d772492
|
Merge pull request #29649 from taosdata/feat/TS-5927-long-password
feat:[TS-5927]long-password
|
2025-03-06 17:25:48 +08:00 |
Simon Guan
|
48ad03b696
|
Merge pull request #30021 from taosdata/fix/TS-6076
fix(query): opt show disk_info output
|
2025-03-06 17:20:48 +08:00 |
Simon Guan
|
2c3099b840
|
Merge pull request #30010 from taosdata/fix/checkfh
fix(stream): not remove local checkpoint dir, log the checkpoint size.
|
2025-03-06 17:13:55 +08:00 |
Simon Guan
|
2a0584114d
|
fix: compile errors
|
2025-03-06 17:01:50 +08:00 |
Simon Guan
|
c124b69db5
|
Merge remote-tracking branch 'origin/refactor/TD-33926-5' into refactor/TD-33926
|
2025-03-06 16:46:33 +08:00 |
Simon Guan
|
95116370b5
|
refactor: minor changes
|
2025-03-06 16:45:46 +08:00 |
dmchen
|
952053598c
|
enh: TD-33960-improve-sync-log
|
2025-03-06 14:47:44 +08:00 |
Simon Guan
|
e321a3be12
|
refactor: cmake files
|
2025-03-06 13:49:31 +08:00 |
Simon Guan
|
1be6ef595d
|
Merge branch '3.0' into refactor/TD-33926
|
2025-03-05 19:58:53 +08:00 |
Simon Guan
|
9023f2f505
|
Merge pull request #30022 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
|
2025-03-05 19:44:38 +08:00 |
Simon Guan
|
393f49141f
|
Merge pull request #29989 from taosdata/ehn-TD-33933-decouple-send-heartbeat
ehn:TD-33933-decouple-send-heartbeat
|
2025-03-05 18:55:09 +08:00 |
Simon Guan
|
1eef3126cc
|
Merge pull request #29990 from taosdata/ehn-TD-33933-decouple-send-heartbeat-main
ehn:TD-33933-decouple-send-heartbeat
|
2025-03-05 18:55:05 +08:00 |
Simon Guan
|
f9681cce1d
|
Merge pull request #30000 from taosdata/enh/3.0/TD33165
enh(insert): use cache to improve auto create table performance.
|
2025-03-05 18:52:22 +08:00 |
Simon Guan
|
34120a38c5
|
Merge branch '3.0' into merge/mainto3.0
|
2025-03-05 18:12:55 +08:00 |
Simon Guan
|
292b0cb317
|
Merge branch 'main' into merge/mainto3.0
|
2025-03-05 18:10:31 +08:00 |
yihaoDeng
|
250d0bc73c
|
fix(query): opt show disk_info output
|
2025-03-05 18:08:36 +08:00 |
yihaoDeng
|
3fa27a2fa3
|
perf(index): opt var data filte performance
|
2025-03-05 16:44:09 +08:00 |
Haojun Liao
|
24882459e3
|
chore: merge main
|
2025-03-05 13:40:44 +08:00 |
dongming chen
|
e5fb75797a
|
Merge branch '3.0' into feat/TS-5927-long-password
|
2025-03-05 12:15:12 +08:00 |
xiao-77
|
21269eb366
|
Fix(insert): keep product behavior consistent with previous.
|
2025-03-05 09:45:43 +08:00 |
Simon Guan
|
6656460320
|
Merge pull request #29988 from taosdata/fix/chkptq
fix(stream):check the maximum allowed forecast rows, add one test case
|
2025-03-05 09:29:01 +08:00 |
Haojun Liao
|
2c92cca603
|
test(analytics): add test case and set the unit to be second.
|
2025-03-04 23:31:02 +08:00 |
xiao-77
|
7f5d687882
|
Enh(insert): use mini cache in stmt to improve insert speed.
|
2025-03-04 20:10:40 +08:00 |
Haojun Liao
|
fa1ff744fc
|
fix(stream): not remove local checkpoint dir, log the checkpoint size.
|
2025-03-04 19:51:27 +08:00 |
Haojun Liao
|
b82d60036b
|
Merge branch 'ehn-TD-33933-decouple-send-heartbeat-main' into fix/checkfh
|
2025-03-04 17:06:13 +08:00 |
Haojun Liao
|
936f0af929
|
fix(analytics): check return value.
|
2025-03-04 17:04:07 +08:00 |
Simon Guan
|
6ac5c64733
|
Merge branch '3.0' into refactor/TD-33926
|
2025-03-04 16:22:36 +08:00 |
xiao-77
|
d03423448a
|
Merge branch 'enh/3.0/TD33165' of https://github.com/taosdata/TDengine into enh/3.0/TD33165
|
2025-03-04 15:11:00 +08:00 |
xiao-77
|
69e88f9f5c
|
Fix(stmt): skip stmt while use ctg cache.
|
2025-03-04 15:10:47 +08:00 |
Zhixiao Bao
|
45d05761ae
|
Merge branch '3.0' into enh/3.0/TD33165
|
2025-03-04 14:46:51 +08:00 |
xiao-77
|
be9732d774
|
Fix(insert):insert into an exist ctable in another stable.
|
2025-03-04 14:39:14 +08:00 |
Simon Guan
|
8d1ed68ddb
|
Merge pull request #29992 from taosdata/fix/TD-33935
fix: double decode compiler issue
|
2025-03-04 14:28:27 +08:00 |
Haojun Liao
|
450561226a
|
fix(analytics): fix syntax error.
|
2025-03-04 14:02:21 +08:00 |
Haojun Liao
|
0e37b45e06
|
fix(analytics): fix syntax error.
|
2025-03-04 13:56:39 +08:00 |
Simon Guan
|
1a9f75e663
|
Merge branch '3.0' into fix/internal
|
2025-03-04 13:47:03 +08:00 |
Haojun Liao
|
9139f3cb47
|
fix(analytics): fix syntax error.
|
2025-03-04 13:44:56 +08:00 |
Haojun Liao
|
8c035a930a
|
refactor(analytics): do some internal refactor.
|
2025-03-04 13:40:33 +08:00 |
Simon Guan
|
16ada1f0d3
|
Merge branch 'main' into merge/mainto3.0
|
2025-03-04 11:24:13 +08:00 |
xiao-77
|
b5ea56d809
|
Test(insert):Add some test for auto create.
|
2025-03-04 11:12:41 +08:00 |
xiao-77
|
e2b18a7182
|
End(insert):Use cache to improve auto create table performance.
|
2025-03-04 10:04:58 +08:00 |
Haojun Liao
|
f85347b311
|
fix(analysis): fix syntax error.
|
2025-03-03 23:44:21 +08:00 |
Haojun Liao
|
19f09d679d
|
feat(stream): add timeout parameter.
|
2025-03-03 23:05:14 +08:00 |
dapan1121
|
5204f97a4b
|
fix: add test cases
|
2025-03-03 19:31:43 +08:00 |
dapan1121
|
b3c5e5a66d
|
fix: double decode compiler issue
|
2025-03-03 18:29:10 +08:00 |
Haojun Liao
|
96cd36900a
|
fix(analysis): fix syntax error.
|
2025-03-03 18:28:17 +08:00 |
dmchen
|
9d8c959502
|
ehn:TD-33933-decouple-send-heartbeat
|
2025-03-03 17:45:06 +08:00 |
dmchen
|
1d435faaa2
|
ehn:TD-33933-decouple-send-heartbeat
|
2025-03-03 17:42:19 +08:00 |
Haojun Liao
|
f563a35b3f
|
fix(stream):check the maximum allowed forecast rows, add one test case, and do some internal refactor.
|
2025-03-03 17:27:05 +08:00 |
Simon Guan
|
4379882779
|
refactor: do not compile udf tests files when BUILD_TEST=OFF
|
2025-03-03 16:26:47 +08:00 |
Haojun Liao
|
ac667164ed
|
refactor: do some internal refactor.
|
2025-03-03 16:20:58 +08:00 |
Simon Guan
|
5db648038b
|
refactor: do not compile test-related files when BUILD_TEST=OFF
|
2025-03-03 15:39:33 +08:00 |
Haojun Liao
|
dfd1beaead
|
chore: merge main
|
2025-03-03 14:29:10 +08:00 |
Simon Guan
|
7326e3d8bc
|
Merge branch '3.0' into merge/mainto3.0
|
2025-03-03 14:01:51 +08:00 |
Simon Guan
|
6826edf5e0
|
Merge branch 'main' into merge/mainto3.0
|
2025-03-03 14:01:43 +08:00 |
Simon Guan
|
f88c249fa4
|
Merge pull request #29946 from taosdata/fix/remove-sync-heartbeat-lock
fix: remove sync heartbeat lock
|
2025-03-03 13:52:16 +08:00 |
Simon Guan
|
eee9976a44
|
Merge pull request #29958 from taosdata/fix/TD-33872-improve-status-sync-heartbeat
fix: [td-33872] improve status sync heartbeat
|
2025-03-03 13:51:44 +08:00 |
Simon Guan
|
a0e1599f08
|
Merge pull request #29970 from taosdata/enh/TD-33883/errorLog
fix: error log
|
2025-03-03 13:31:40 +08:00 |
Simon Guan
|
d7207861bb
|
Merge remote-tracking branch 'origin/3.0' into fix/internal
|
2025-03-03 10:43:07 +08:00 |
Haojun Liao
|
1c223488f8
|
Merge branch 'main' into fix/droptask
|
2025-03-03 10:40:13 +08:00 |
Simon Guan
|
568ad58079
|
Merge pull request #29950 from taosdata/enh/3.0/TD-32686
Enh(stmt2)[td-32686] add row format bind
|
2025-03-03 10:28:59 +08:00 |
factosea
|
6da2e6f547
|
fix: test case
|
2025-03-02 22:48:21 +08:00 |
factosea
|
36bec2c958
|
fix: rows
|
2025-03-02 22:48:21 +08:00 |
factosea
|
e91014f807
|
feat: show variables like
|
2025-03-02 22:48:05 +08:00 |
Haojun Liao
|
74562db0e5
|
fix(stream): set empty string instead of null ptr.
|
2025-03-02 15:36:29 +08:00 |
Haojun Liao
|
14ffa60e6e
|
fix(stream): remove invalid error check.
|
2025-03-01 15:44:02 +08:00 |
dmchen
|
e257f69c61
|
fix:remove-lock-from-heartbeat-log
|
2025-03-01 00:22:43 +08:00 |
dmchen
|
6d2925b832
|
fix/remove-get-queue-size-when-print-heartbeat-log
|
2025-03-01 00:22:42 +08:00 |
dmchen
|
774c512148
|
fix:add-status-timestamp
|
2025-03-01 00:22:37 +08:00 |
dmchen
|
48787ba1aa
|
fix/move-status-to-new-queue
|
2025-03-01 00:22:35 +08:00 |
dmchen
|
21e3ec5a35
|
fix/remove-sync-heartbeat-lock-fix-check
|
2025-03-01 00:22:34 +08:00 |
dmchen
|
86e8675fae
|
fix/remove-sync-heartbeat-lock
|
2025-03-01 00:22:34 +08:00 |