Simon Guan
2838d2f063
Merge branch '3.0' into merge/mainto3.0
2025-06-14 10:41:12 +08:00
Simon Guan
f691365426
Merge branch 'main' into merge/mainto3.0
2025-06-14 10:32:34 +08:00
Yihao Deng
dc6dba0e06
feat: database engine (taosd) supports IPV6 ( #31101 )
2025-06-10 09:18:58 +08:00
Haojun Liao
e725e4ab24
fix(gpt): update the timeout parameter. ( #31267 )
2025-06-06 17:22:46 +08:00
Kaili Xu
a0e68dbda2
enh: grant support vnode/storage_size and TDasset items ( #31289 )
...
* enh: grant support vnode/storage_size and TDasset items
* enh: grant support vnode/storage_size
* test: test case of grant for TDasset and vnode/storage_size
* fix: error code check for exceeded vnodes
* fix: update TDasset display name
2025-06-06 15:08:47 +08:00
Mario Peng
3c21c93b82
enh:add stmt interlace defined col insert ( #31257 )
2025-05-30 14:43:04 +08:00
Mario Peng
293d36dad7
fix:defined col bind in interlace mode ( #31246 )
2025-05-30 11:55:47 +08:00
dongming chen
4b0ec00b75
enh: [TS-6089] trans-parallel ( #30265 )
2025-05-29 16:49:43 +08:00
Hongze Cheng
430da1f872
enh: add memory usage monitor for vnode ( #31212 )
2025-05-27 16:40:03 +08:00
Simon Guan
309f4ffa5c
Merge branch 'main' into merge/mainto3.0
2025-05-26 13:46:33 +08:00
Haojun Liao
11665b6efe
fix(stream): control the global parameters.
2025-05-23 14:36:20 +08:00
Haojun Liao
773238fa99
refactor(stream): add parameters to config the stream queue size.
2025-05-23 01:16:27 +08:00
Haojun Liao
04d6aefde4
refactor(stream): add parameters to config the write queue size.
2025-05-22 19:01:16 +08:00
Simon Guan
556e426880
Merge branch 'main' into merge/mainto3.0
2025-05-17 12:55:32 +08:00
Pan Wei
46baaaac7f
Merge pull request #31095 from taosdata/doc/gpt
...
refactor(stream): print some logs.
2025-05-16 09:49:10 +08:00
WANG MINGMING
40216c6143
opti(tmq): save tmq offset in vnode commit time & change log level ( #30993 )
2025-05-15 18:15:01 +08:00
Haojun Liao
8aeeadd585
Merge branch 'main' into doc/gpt
2025-05-15 17:38:43 +08:00
Haojun Liao
56d8e75922
refactor: enable print the data block during stream processing.
2025-05-15 17:37:36 +08:00
Zhixiao Bao
46d36d6d5c
feat: persist local configs' stypes. ( #30925 )
2025-05-14 17:36:21 +08:00
Haojun Liao
d02b17be0e
fix(stream): extends the node update check interval. ( #31048 )
2025-05-14 10:15:17 +08:00
Haojun Liao
558a6132e8
refactor: do some internal refactor.
2025-05-12 15:11:44 +08:00
Simon Guan
3cfdb304e8
Merge branch 'main' into merge/mainto3.0
2025-05-12 09:01:48 +08:00
Haojun Liao
ade499246e
fix(stream): extend the check duration to be 3min.
2025-05-10 19:03:31 +08:00
Zhixiao Bao
338072e262
enh: add more feat for stb keep. ( #31019 )
2025-05-10 15:17:22 +08:00
Jing Sima
84016904ff
fix: [TS-6445] Fix virtual tables not detecting schema changes. ( #30999 )
...
Ensure virtual tables invalidate cached schema metadata and reload it when a schema change (e.g., ALTER VTABLE) is detected. This prevents stale schema references and query errors after structural updates.
2025-05-10 10:34:54 +08:00
Simon Guan
f31428d422
Merge branch 'main' into merge/mainto3.0
2025-05-09 09:19:07 +08:00
dongming chen
28fda620c7
feat: add tsRoutineReportInterval and integrate into syncNodeTimerRou… ( #30956 )
2025-05-09 09:16:49 +08:00
Kaili Xu
f1e480ef53
enh: support revoke sign in show grants logs ( #30929 )
2025-04-29 14:46:27 +08:00
Simon Guan
97d66f958c
Merge remote-tracking branch 'origin/main' into merge/mainto3.0
2025-04-29 14:33:35 +08:00
Simon Guan
16f90d4de1
Merge branch 'main' into merge/mainto3.0
2025-04-27 19:16:46 +08:00
Zhixiao Bao
c2cee2c181
feat: support alter memPoolReservedSizeMB. ( #30884 )
2025-04-25 13:28:35 +08:00
Simon Guan
e8dd9daf11
Merge branch 'main' into merge/mainto3.0
2025-04-19 14:33:11 +08:00
WANG MINGMING
ca724865b9
fix(stream): parName is null ( #30592 )
2025-04-19 10:26:32 +08:00
Haojun Liao
7a724c84f4
feat(gpt): support covariate forecasting ( #30806 )
2025-04-18 14:01:54 +08:00
Zhixiao Bao
e25da1cd35
fix: taosd fails to start after modifying the timezone configuration parameter.
2025-04-17 19:19:05 +08:00
Simon Guan
888fed8699
Merge branch 'main' into merge/mainto3.0
2025-04-16 19:34:20 +08:00
Minglei Jin
8c8a1144c6
fix(dataformat): fix single column row copying ( #30787 )
2025-04-15 16:24:25 +08:00
Haojun Liao
a90b41e4ce
fix: tables with a composite primary key of type varchar may have incorrect counts of projected results when sorted.
2025-04-11 15:44:34 +08:00
xinsheng Ren
7376e8401f
fix: when there are offline dnodes, "show dnode * variables" does not return any output. ( #30667 )
2025-04-11 11:21:55 +08:00
Mario Peng
7b2dd4cfd7
fix(stmt2): interlace ts order ( #30726 )
2025-04-10 14:28:41 +08:00
Simon Guan
d93e6e3fbe
fix: failed to start udfd ( #30710 )
2025-04-09 18:41:43 +08:00
Zhixiao Bao
be606f5a12
fix: change the default value of the option shareConnlimit from 10 to… ( #30706 )
2025-04-09 13:55:59 +08:00
dongming chen
c5c86af7b5
fix/TS-6226-send-check-when-not-sync ( #30588 )
2025-04-09 11:18:53 +08:00
Simon Guan
0001747378
enh: allow ordinary users to execute the "show disk_usage" command. ( #30700 )
2025-04-08 21:00:47 +08:00
Minglei Jin
a9af23f59a
fix(s3/cos): correct failed deleting log condition ( #30638 )
2025-04-03 18:47:00 +08:00
dongming chen
915a6e5609
fix: [TD-34250] wrong-createdb ( #30555 )
2025-04-01 10:02:05 +08:00
Zhixiao Bao
ee766088db
fix(cfg): crash while free ptr. ( #30565 )
2025-03-31 15:49:43 +08:00
Haojun Liao
1d6507b7ae
fix(stream): delete backup data in remote rsync server. ( #30557 )
2025-03-31 10:38:24 +08:00
dongming chen
8607f53ad0
fix: TS-6226-change-timeout-setting ( #30540 )
2025-03-28 17:16:51 +08:00
Hongze Cheng
6e6224eeba
fix: typo in documents and codes ( #30544 )
2025-03-28 13:33:38 +08:00