Commit Graph

111 Commits

Author SHA1 Message Date
Simon Guan 2c27c10fa8 Merge branch 'main' into merge/mainto3.0 2025-03-20 14:05:45 +08:00
liuyao 396a01de16
doc(stream): add new trigger type (#30276)
* doc(stream): add new trigger type

* doc: adjust stream doc

* doc: adjust doc
2025-03-19 19:20:50 +08:00
Pan Wei 0cb0e109a7
enh: add more cases for constant join (#30225)
* fix: add more cases and fix issues

* enh: add more test cases

* enh: add more test cases

* fix: memory leak issue

* enh: add view cases and fix order by issue

* enh: add document description
2025-03-19 16:50:44 +08:00
Jinqing Kuang cd69cd3fd9
docs(query): enhance time window clause descriptions in the documentation 2025-03-19 15:18:27 +08:00
WANG MINGMING 3bc6635de3
feat[TS-6115]: support deletion of topics with active consumers. (#30232)
* feat[TS-6115]: drop topic & consumer group in force

* feat[TS-6115]: drop topic & consumer group in force

* feat[TS-6115]: drop topic & consumer group in force
2025-03-18 14:11:00 +08:00
Simon Guan a70e840df6
docs: update keywords (#30234)
* docs: update keywords

* docs: minor changes

* docs: minor changes

* docs: fminro changes
2025-03-18 13:49:23 +08:00
WANG MINGMING 930b57b770
feat: support fill_history 1 async when creating stream (#30185)
* feat:[TS-5617]use last_row cache mode if creating stream in fill_history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* feat(stream): optimize client logic of creating stream if with history

* fix: heap use after free

* feat: add log

* fix: ci case error

* fix: compile error in windows

* fix: ci case error

* fix: heap user after free

* fix: memory leak

* fix: ci case error

* fix: ci case error

* fix: ci case error

* feat: support fill_history 1 async when creating stream

* feat: support fill_history 1 async when creating stream

* fix: compile error

* feat[TS-5617]: support fill_history 1 async when creating stream

---------

Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
2025-03-18 10:01:33 +08:00
Zhixiao Bao af7e34e189
feat(keep): support keep on super table level. (#30097)
* Feat: support use keep while create super table.

* Test(keep): add test for create super table with keep option.

* Feat(keep): Add tmsg for create keep.

* Feat(keep): support alter table option keep.

* Fix(keep): Add baisc test for alter table option.

* Fix(keep): memory leek.

* Feat(keep): add keep to metaEntry&metaCache and fix earliestTs with stn keep.

* Test(keep): add some cases for select with stb keep.

* Fix: fix ci core while alter stb.

* Feat(keep): delete expired data in super table level.

* Feat: remove get stb keep while query.

* Fix : build error.

* Revert "Fix : build error."

This reverts commit 0ed66e4e848e5528d57f5a7c9fa7600c4742a71c.

* Revert "Feat(keep): delete expired data in super table level."

This reverts commit 36330f6b4c587bc126d3f75480d81e637d7601e6.

* Fix : build errors.

* Feat : support restart taosd.

* Fix : alter table comment problems.

* Test : add tests for super table keep.

* Fix: change sdb stb reserve size.

* Test: add more tests.

* Feat: Disable normal tables and sub tables from setting the keep parameter

* Fix: add more checks to avoid unknown address.

* Docs: Add docs for stable keep.

* Fix: some review changes.

* Fix: review errors.
2025-03-14 16:10:13 +08:00
Simon Guan b31295eca7 Merge branch 'main' into merge/mainto3.0 2025-03-14 13:33:04 +08:00
danielclow d3fca89dc9 docs: fix two links in function doc 2025-03-14 12:32:18 +08:00
Simon Guan 724facd134 Merge branch 'main' into merge/mainto3.0 2025-03-14 11:49:02 +08:00
Pan Wei b4a64236db
Update 10-function.md 2025-03-14 11:14:45 +08:00
factosea 08a85d05f0 docs: interp ins 2025-03-14 09:40:11 +08:00
factosea 15146174aa docs: interp 2025-03-13 19:15:09 +08:00
factosea fb2583f14c docs: function description sorting 2025-03-11 14:00:42 +08:00
factosea 7e6edb82ba fix: param check 2025-03-11 13:40:36 +08:00
factosea 0959423d5b docs: greatest/least function desc 2025-03-11 13:40:30 +08:00
xinsheng Ren 4edddd6038
Merge branch '3.0' into enh/TS-5650/showLike 2025-03-07 10:29:35 +08:00
factosea 2e64d8578e feat: doc desc 2025-03-06 16:04:38 +08:00
dongming chen e5fb75797a
Merge branch '3.0' into feat/TS-5927-long-password 2025-03-05 12:15:12 +08:00
Simon Guan 40a6e245ea docs: update keywords 2025-02-28 23:49:58 +08:00
dmchen cdf0018b47 feat/TS-5805-force-assign-leader-update-doc 2025-02-26 10:38:03 +00:00
Shengliang Guan 5ad05a662a Merge branch '3.0' into feat/TS-5470-3.0 2025-02-24 16:12:47 +08:00
Shengliang Guan 3a1d06f4d7
Merge pull request #29354 from taosdata/enh/TS-5255/colsFunc2
enh: ts5255/cols func2
2025-02-24 14:19:37 +08:00
Pan Wei b2089d87d1
Update 12-distinguished.md 2025-02-24 13:50:36 +08:00
Jinqing Kuang 51ffff2079 feat(query)[TS-5470]: add syntax to specify minimum duration for event and state windows
Introduce the `true for` syntax to allow users to specify the minimum
duration for event and state windows. Add corresponding tests to
validate the feature. Updated the user manual with usage instructions.
2025-02-24 08:02:48 +08:00
facetosea 63dc2e1299 cols desc 2025-02-24 00:06:22 +08:00
facetosea 29b7b27e53 cols desc 2025-02-23 23:47:30 +08:00
dmchen 71e38429d6 feat/TS-5927-long-password-docs 2025-02-18 04:01:38 +00:00
Jinqing Kuang 77206771c8 feat(stream)[TS-5469]: add event notification usage instructions
Add usage syntax and detailed description of event notification fields
in the user man fields in the user manual.
2025-02-16 23:24:08 +08:00
Shengliang Guan 14aee31c22
Merge pull request #29757 from taosdata/feat/TS-5486
feat: support interp function with time range and time interval
2025-02-14 14:43:52 +08:00
dapan1121 0d3887ba05 docs: modify interp function docs 2025-02-12 17:21:15 +08:00
Shengliang Guan cd52401303 Merge branch 'main' into merge/mainto3.02 2025-02-11 15:15:35 +08:00
54liuyao 793a8a910a doc(srtream):supplement stream doc 2025-02-10 16:01:27 +08:00
factosea 1cc17dfacc enh: regexp 2025-02-06 15:14:38 +08:00
Shengliang Guan 585e639328 Merge branch 'main' into merge/mainto3.0 2025-01-19 11:19:14 +08:00
Shengliang Guan b63842177c doc: update stt_trigger 2025-01-16 17:13:49 +08:00
Hongze Cheng 250f410bbb enh: remove stt_trigger limitation of community version. 2025-01-16 15:08:26 +08:00
dapan1121 4ceef6ddf1 docs: fix configuration error in doc 2025-01-14 15:36:33 +08:00
Shengliang Guan c62e189496 Merge branch 'main' into merge/mainto3.0 2025-01-09 13:38:37 +08:00
danielclow 42e8a7b36d docs: use absolute links in sql for cloud 2025-01-08 14:37:24 +08:00
Shengliang Guan 981960e8a2
Merge pull request #29501 from taosdata/docs/union
fix: union clause description error
2025-01-07 15:40:50 +08:00
dapan1121 1044a4a86d fix: union clause description error 2025-01-07 15:00:57 +08:00
wangjiaming0909 1cc52e4b57 improve tsma doc 2025-01-03 13:33:37 +08:00
Shengliang Guan 9a1b80847a
Revert "Revert "Revert "Revert "Enh:[td 29974]improve trans"""" 2024-12-29 19:40:32 +08:00
Shengliang Guan 63e3e33f14
Revert "Revert "Revert "Enh:[td 29974]improve trans""" 2024-12-29 19:37:58 +08:00
Shengliang Guan 3ae93c9c90
Merge pull request #29389 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-12-29 19:29:36 +08:00
Shengliang Guan c82aef5836
Revert "Revert "Enh:[td 29974]improve trans"" 2024-12-27 22:27:24 +08:00
Shengliang Guan ec2c8c435e
Revert "Enh:[td 29974]improve trans" 2024-12-27 22:26:43 +08:00
Jinqing Kuang fc6af95ba2 fix(query)[TS-5058]. Add note about scenarios where interval auto offset may not work 2024-12-27 11:55:50 +08:00