ver-3.3.0.0
版本发布时间: 2024-05-10 16:26:38
taosdata/TDengine最新发布版本:ver-3.3.3.0(2024-10-08 15:31:53)
New Features and Improvements
- Full functional Join: including LEFT JOIN, RIGHT JOIN, FULL JOIN, SEMI JOIN, ANTI-SEMI JOIN in traditional databases, as well as ASOF JOIN and WINDOW JOIN in time series databases
- Composite Primary Key: time-series data is organized and sorted according to both timestamp and an additioanl column, which is called primary key
- Double replicas (Enterprise only): high availability and high reliability can be achieved with 2 replicas, i.e. lower hardware cost compared to 3 replicas
- S3 storage (Enterprise only): cold data can be stored in S3 to achieve lower storage cost, without compromising query or writing behavior
- TSMA: time-range SMA to accelerate aggregate query
- Configurable compression: encoding method, compression algorithm and compression level can be configured per column when creating super table
- Count Window: A new type of window based on counting rows can be used in both stream and batch processing
- Active-Active (Enterprise only): two standalone TDengine deployments can form a single business system to provide high availability with transparency to the client programs. It can also be used in disaster recovery
- Database Encryption (Enterprise only): database storage files are encrypted with transparency for reading and writing
- Multi-level storage (Enterprise only): Up to 64 mount points can be configured for each storage level
- Data In (Enterprise only): time-series data stored in postgreSql and MySQL can be replicated to TDengine in real time
- Data In (Enterprise only): optimized configuration method for OPC data points
- Data Explorer: a simplified version of data explorer is public for the community
What's Changed
- other: merge main by @hjxilinx in https://github.com/taosdata/TDengine/pull/22020
- docs(driver): kafka connector add tmq by @huolibo in https://github.com/taosdata/TDengine/pull/22055
- enh: rsma stream state adaption by @kailixu in https://github.com/taosdata/TDengine/pull/21969
- fix:windows compile error by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22058
- chore: enable sysInfo update by @kailixu in https://github.com/taosdata/TDengine/pull/22061
- fix: reset interpolation buffer after last valid row for interval + fill(next) by @glzhao89 in https://github.com/taosdata/TDengine/pull/22060
- Correct some typos in string literals by @sunsided in https://github.com/taosdata/TDengine/pull/22062
- sma not support multiple replicas by @54liuyao in https://github.com/taosdata/TDengine/pull/22063
- fix coverity scan problem by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22067
- fix/TD-25215: ttlMgrDeleteTtl should ignore ttl 0 tables by @LiShunGang in https://github.com/taosdata/TDengine/pull/22059
- fix/TD-25215: ttlMgrDeleteTtl should ignore ttl 0 tables for main by @LiShunGang in https://github.com/taosdata/TDengine/pull/22066
- 3.0: release 3.0.7.1 docs by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22080
- main: release 3.0.7.1 docs by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22079
- docs: update readme-cn.md by @sangshuduo in https://github.com/taosdata/TDengine/pull/22086
- fix: state/session/event window with order by _wstart/_wend has no effect by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22070
- add test create sma index case to ci by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22074
- test:add testcase of rolling upgdade by @tomchon in https://github.com/taosdata/TDengine/pull/22064
- docs: update connector feature matrix by @sangshuduo in https://github.com/taosdata/TDengine/pull/22065
- fix: create sma index for us/ns database failed by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22076
- enh: dm monitor refactor by @kailixu in https://github.com/taosdata/TDengine/pull/22081
- fix: add sma option when show create table for stb/ntb by @kailixu in https://github.com/taosdata/TDengine/pull/22096
- fix/TD-25232: alter dnode keeptimeoffset err by @LiShunGang in https://github.com/taosdata/TDengine/pull/22092
- fix packaging issue by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22099
- fix:[TD-25222] error in drop topic if topic num is too long by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22094
- docs:add configuration of tmqMaxTopicNum by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22078
- docs:add configuration of tmqMaxTopicNum by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22077
- fix: fix interval in nested query filter not applied by @glzhao89 in https://github.com/taosdata/TDengine/pull/22100
- fix/TD-25179 by @cadem in https://github.com/taosdata/TDengine/pull/22101
- test: add tmq seek case by @plum-lihui in https://github.com/taosdata/TDengine/pull/22103
- fix Windows packaging issue by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22102
- test:add testcase of rolling upgdade by @tomchon in https://github.com/taosdata/TDengine/pull/22104
- fix:add sdbFetchCancel to release hash node by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22095
- fix/TD-25232: alter keeptimeoffset by 'k v' or 'k' 'v' by @LiShunGang in https://github.com/taosdata/TDengine/pull/22107
- test: check topic name len case by @plum-lihui in https://github.com/taosdata/TDengine/pull/22108
- reset state key memory by @54liuyao in https://github.com/taosdata/TDengine/pull/22110
- fix(stream): set downstream task ready state. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22112
- test: del db and max topics invalid by @plum-lihui in https://github.com/taosdata/TDengine/pull/22115
- feat: distribute vnode primary dirs among disks of level 0 by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22085
- enh: ttlMgrFlush adjust log level by @LiShunGang in https://github.com/taosdata/TDengine/pull/22118
- update cache when ip of fqdn updated by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22114
- fix/TS-3589 by @cadem in https://github.com/taosdata/TDengine/pull/22117
- enh: add scope for show xx variables by @glzhao89 in https://github.com/taosdata/TDengine/pull/22069
- fix: auth check for sys table when user is disabled by @kailixu in https://github.com/taosdata/TDengine/pull/22121
- docs/TD-25052: add info for geometry by @LiShunGang in https://github.com/taosdata/TDengine/pull/22123
- remove redundant results by @54liuyao in https://github.com/taosdata/TDengine/pull/22120
- fix:modify commit version to next validate version by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22072
- test: add create sma index case timeRangeWise.py by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22119
- optimize fill history by @54liuyao in https://github.com/taosdata/TDengine/pull/22127
- enhance: table merge scan optimization by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22111
- remove fulltext index readme by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22098
- enh: support show create table for system tables by @glzhao89 in https://github.com/taosdata/TDengine/pull/22130
- feat: optimize partition by tbname slimit by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22089
- docs: update readme to claim does not support cross-compile by @sangshuduo in https://github.com/taosdata/TDengine/pull/22139
- transform stream state by @54liuyao in https://github.com/taosdata/TDengine/pull/22137
- for test purpose by @hjxilinx in https://github.com/taosdata/TDengine/pull/21794
- fix:[TD-25300]dead loop if getchar return EOF in arm64 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22129
- docs: refine platform support matrix by @sangshuduo in https://github.com/taosdata/TDengine/pull/22144
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22135
- fix: use latest version of jdbc connector by @sangshuduo in https://github.com/taosdata/TDengine/pull/22148
- Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22153
- Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22152
- fix(stream): set the correct flag of pause/resume. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22151
- Update 02-database.md by @plum-lihui in https://github.com/taosdata/TDengine/pull/22156
- fix(tsdb/cache): new next stt row state for fs tranverse by @stephenkgu in https://github.com/taosdata/TDengine/pull/22154
- fix(stream): refactor the halt status to check more status. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22155
- Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22160
- fix: fix(value, null) output behavior by @glzhao89 in https://github.com/taosdata/TDengine/pull/22138
- Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22161
- fix:judge if pTopic is NULL by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22145
- docs: minor updates to 3.0 english docs by @danielclow in https://github.com/taosdata/TDengine/pull/21755
- enh: expire time optimize by @kailixu in https://github.com/taosdata/TDengine/pull/22143
- docs: optimization k8s deploy by @liuyuan199303 in https://github.com/taosdata/TDengine/pull/22164
- fix(stream): add some logs, and remove the invalid loop. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22162
- docs: fix python connector docs by @sunpe in https://github.com/taosdata/TDengine/pull/22169
- docs: fix python connector docs by @sunpe in https://github.com/taosdata/TDengine/pull/22170
- docs: fix links in rust connector doc by @danielclow in https://github.com/taosdata/TDengine/pull/22168
- fix:optimize log & change return value for async interface by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22131
- docs: change to new product names by @danielclow in https://github.com/taosdata/TDengine/pull/22175
- fix(stream): fix the invalid check of step2 . by @hjxilinx in https://github.com/taosdata/TDengine/pull/22174
- enhance: skip data blocks with the merge limit ts when create initial… by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22171
- fix err while connect invalid fqdn by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22167
- fix/TS-3691: monitor no longer reports logs by @LiShunGang in https://github.com/taosdata/TDengine/pull/22132
- fix/TS-3691: (main) monitor no longer reports logs by @LiShunGang in https://github.com/taosdata/TDengine/pull/22133
- fix(tsdb/cache): reuse data file reader by @stephenkgu in https://github.com/taosdata/TDengine/pull/22166
- tsdb/cache: pLastIter null pointer check by @stephenkgu in https://github.com/taosdata/TDengine/pull/22158
- fix(tsdb/pageSize): use tsdbPageSize instead of szPage(tdb's) by @stephenkgu in https://github.com/taosdata/TDengine/pull/22178
- docs: delete logs in monitor doc by @sunpe in https://github.com/taosdata/TDengine/pull/22181
- docs: delete logs in monitor doc by @sunpe in https://github.com/taosdata/TDengine/pull/22180
- fix: fix error message by @glzhao89 in https://github.com/taosdata/TDengine/pull/22177
- enh: compatibility between getFileNamePrefix and tsdbTFileName by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22179
- fix:avoid request offset type is 0 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22173
- fix(tsdb/del): continue committing fileset if more del left by @stephenkgu in https://github.com/taosdata/TDengine/pull/22186
- fix: choose heap sort for table merge scan with long row and limit by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22176
- fix(tsdb/del): reset next key to del record's ekey by @stephenkgu in https://github.com/taosdata/TDengine/pull/22190
- adj max combine fucntion by @54liuyao in https://github.com/taosdata/TDengine/pull/22191
- fix/TS-3691: monitor reports log summary by @LiShunGang in https://github.com/taosdata/TDengine/pull/22183
- fix(stream): set the correct step2 scan time window range. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22188
- fix: stt and data block merge by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22195
- remote web from installation package by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22142
- Fix/td 25206 3.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22201
- fix(stream): do filter before the update check. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22198
- enh: change default WAL_RETENTION_PERIOD as 3600 by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22194
- stream fill operator mem leak by @54liuyao in https://github.com/taosdata/TDengine/pull/22200
- fix: not to walEndSnapshot in syncNodeTimerRoutine by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22203
- fix(stream): set the value of ratio of vnode stream thread factor to be 4.0 by default. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22207
- optimize session operator reload state by @54liuyao in https://github.com/taosdata/TDengine/pull/22209
- docs: fix arch and refine udf doc by @sangshuduo in https://github.com/taosdata/TDengine/pull/22211
- fix/TS-3708: check term for role time by @LiShunGang in https://github.com/taosdata/TDengine/pull/22199
- fix(tsdb/commit2): new maxDelKey for commit context by @stephenkgu in https://github.com/taosdata/TDengine/pull/22205
- enh/TD-24937:check cluster ttlChangeOnWrite consistency by @LiShunGang in https://github.com/taosdata/TDengine/pull/22216
- docs: fix sum() in en/25-application/_03-immigrate.md by @sangshuduo in https://github.com/taosdata/TDengine/pull/22219
- adjust history task trigger mode by @54liuyao in https://github.com/taosdata/TDengine/pull/22218
- fix(stream): scan wal in step2 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22214
- fix(tsdb/cache): move to stt next row if data file exausted by @stephenkgu in https://github.com/taosdata/TDengine/pull/22217
- Update 02-rest-api.mdx - note about URL Encoding by @meeki007 in https://github.com/taosdata/TDengine/pull/22221
- fix stream fill issue by @54liuyao in https://github.com/taosdata/TDengine/pull/22220
- other: merge main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22215
- fix: fix memleak during create initial sources for block merge sort by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22223
- test : add batch create topic and batch consume topic by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22225
- docs: update connector rust version history by @AdamEECS in https://github.com/taosdata/TDengine/pull/22232
- docs: update connector rust version history 3.0 by @AdamEECS in https://github.com/taosdata/TDengine/pull/22233
- Update cases.task by @tomchon in https://github.com/taosdata/TDengine/pull/22235
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22224
- fix(tsdb/cache/del): use lru mutex to fix race with committing by @stephenkgu in https://github.com/taosdata/TDengine/pull/22236
- refactor(stream): refactor the pause/resume for fill history execution. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22241
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22242
- save compact window info by @54liuyao in https://github.com/taosdata/TDengine/pull/22238
- init scan state by @54liuyao in https://github.com/taosdata/TDengine/pull/22237
- fix(stream): initialize the filter window initial range. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22243
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22244
- fix:add macro ASSERT_NOT_CORE to control ASSERT not core in release version by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22227
- fix: window fill ts range check with int64 overflow by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22226
- fix double free by @54liuyao in https://github.com/taosdata/TDengine/pull/22245
- fix:semaphore always wait in tmq commit logic by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22230
- fix:modify dot to underline in schemaless supertable name by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22229
- fix(tsdb/cache): check stt data with empty brin index by @stephenkgu in https://github.com/taosdata/TDengine/pull/22247
- docs: add unit in wal_retention_period description by @sangshuduo in https://github.com/taosdata/TDengine/pull/22231
- fix: increase condition size by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22246
- fix: taos print version by @kailixu in https://github.com/taosdata/TDengine/pull/22212
- fix(tsdb/read2): reset stt reader when suspended by @stephenkgu in https://github.com/taosdata/TDengine/pull/22252
- Ts 3744 by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22255
- fix(stream): set the correct end key of delete block. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22251
- force stt_trigger to be 1 by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22249
- fix(stream): kill task when pause the stream execution. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22260
- fix(stream): set the correct end key of delete block. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22261
- check update data by @54liuyao in https://github.com/taosdata/TDengine/pull/22256
- fix: run sim cases on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22228
- fix:add committed & seek process logic by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22263
- docs: use latest java connector to avoid confusing user by @sangshuduo in https://github.com/taosdata/TDengine/pull/22254
- fix:add committed & seek process logic by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22258
- docs: add qstudio in 3rd parties list by @sangshuduo in https://github.com/taosdata/TDengine/pull/22270
- fix: restore user privilege processing if the rows generated by the u… by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22264
- docs: fix qstudio links by @sangshuduo in https://github.com/taosdata/TDengine/pull/22273
- Fix/td 25466 by @hzcheng in https://github.com/taosdata/TDengine/pull/22272
- fix(stream): dump results to sink node before paused. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22266
- fix(stream): dump results to sink node before paused. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22271
- Fix: TD-25408 by @hzcheng in https://github.com/taosdata/TDengine/pull/22276
- docs:add doc for schemaless by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22268
- reload state window state by @54liuyao in https://github.com/taosdata/TDengine/pull/22280
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22279
- fix: retention file corruption by @hzcheng in https://github.com/taosdata/TDengine/pull/22285
- fix: null pointer check for mutex on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22284
- add keep alive parameter by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22275
- enh(tsdb/cache/read): lazy init table map hash and entries by @stephenkgu in https://github.com/taosdata/TDengine/pull/22277
- test: add test case for r by @sangshuduo in https://github.com/taosdata/TDengine/pull/22265
- docs: add r language to connector by @sangshuduo in https://github.com/taosdata/TDengine/pull/22286
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22287
- disable infinite count loop by @hzcheng in https://github.com/taosdata/TDengine/pull/22292
- merge 3.0 into branch main by @stephenkgu in https://github.com/taosdata/TDengine/pull/22290
- test: make connect_native.r a bit perplexing by @sangshuduo in https://github.com/taosdata/TDengine/pull/22291
- fix: keep stt iterator valid by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22289
- release 3.1.0.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22293
- release 3.1.0.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22294
- doc: remove 3.1.0.0 by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22295
- release 3.1.0.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22297
- docs: update readme for build contrib on by @sangshuduo in https://github.com/taosdata/TDengine/pull/22299
- set dummy delete data request by @54liuyao in https://github.com/taosdata/TDengine/pull/22296
- reset state window end key by @54liuyao in https://github.com/taosdata/TDengine/pull/22303
- Docs/yuanliu/deploy k8s td 25202 by @liuyuan199303 in https://github.com/taosdata/TDengine/pull/22307
- Docs/yuanliu/deploy k8s td 25202 by @liuyuan199303 in https://github.com/taosdata/TDengine/pull/22308
- docs: fix note style by @liuyuan199303 in https://github.com/taosdata/TDengine/pull/22310
- docs: geometry supplemental docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22298
- docs: platform supported by the community edition by @kailixu in https://github.com/taosdata/TDengine/pull/22309
- fix: set nextIndex when get neighbour index by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22312
- fix: make statekey of state window node not a target node by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22314
- fix: keep stt iterator valid in the list by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22315
- Update 06-select.md by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22318
- remove extra character by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22326
- use stream task by @54liuyao in https://github.com/taosdata/TDengine/pull/22321
- fix: refine example by @sangshuduo in https://github.com/taosdata/TDengine/pull/22325
- comment out splitVgroup.py by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22330
- comment out splitVgroup.py by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22329
- fix: fix _wstart,_wennd not matching with interval for ns/us databases by @glzhao89 in https://github.com/taosdata/TDengine/pull/22320
- add stream verion by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22313
- docs: supplement r language connnector note by @sangshuduo in https://github.com/taosdata/TDengine/pull/22340
- delete atomic_exchange_64 by @54liuyao in https://github.com/taosdata/TDengine/pull/22311
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22344
- fix state mem leak by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22278
- fix invalid free by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22337
- fix: memory leak by @hzcheng in https://github.com/taosdata/TDengine/pull/22345
- merge 3.0 to feat/TD-22970 by @cadem in https://github.com/taosdata/TDengine/pull/22347
- fix:set terrno = 0 to avoid affect next fetch msg by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22343
- fix: fix tsort crash caused by not enough disk space by @glzhao89 in https://github.com/taosdata/TDengine/pull/22333
- fix: ins_indexes vgroup_id using null value instead of -1 for invalid by @glzhao89 in https://github.com/taosdata/TDengine/pull/22331
- fix(stream): commit the update to make sure the new state of tasks will be persistent to disk. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22353
- other: merge main and fix bugs in stop stream tasks. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22350
- fix: restore stt block and data block merge back by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22348
- fix: snapshot invalid read by @hzcheng in https://github.com/taosdata/TDengine/pull/22346
- fix: memory leak when drop db which acquired by user with grant/revoke by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22288
- feat: optimize table merge scan when 1 child table by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22301
- docs: add upgrade notes to releases page by @danielclow in https://github.com/taosdata/TDengine/pull/22354
- merge 3.0 to TD-22970 by @cadem in https://github.com/taosdata/TDengine/pull/22355
- feature: optimize interval with limit by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22165
- open split vgroup case by @hzcheng in https://github.com/taosdata/TDengine/pull/22335
- fix: update assert issue by @hzcheng in https://github.com/taosdata/TDengine/pull/22364
- docs: fix connection param in taosws in python connector by @sunpe in https://github.com/taosdata/TDengine/pull/22368
- docs: fix connection param in taosws in python connector by @sunpe in https://github.com/taosdata/TDengine/pull/22367
- test:fix windows cases by @tomchon in https://github.com/taosdata/TDengine/pull/22352
- fix/TD-24937: alter ttlChangeOnWrite note info by @LiShunGang in https://github.com/taosdata/TDengine/pull/22336
- fix: mktime on windows platform by @kailixu in https://github.com/taosdata/TDengine/pull/22342
- fix: reset rowsize since it is set during blockDataAppendColInfo by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22362
- enhance: subquery can use expr primary key +/- value as primary key by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22206
- other: merge fix from 3.0 to main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22357
- add CI test case for ts-3479 by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22281
- fix(stream): avoid launching check downstream by @hjxilinx in https://github.com/taosdata/TDengine/pull/22376
- Update 05-insert.md 中文括号问题 by @CityChen81 in https://github.com/taosdata/TDengine/pull/22377
- udpate user_privilege_show test case and add it to cases.task by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22369
- fix: restore stt/block merge back by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22374
- rm duplicate para by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22379
- fix taosd cannot quit by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22372
- enh: check if disk space sufficient at primary dir with tfs by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22370
- avoid removing taosx and taos-explorer while uninstall taosd by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22382
- docs: Rename 27-index.md to 27-indexing.md by @danielclow in https://github.com/taosdata/TDengine/pull/22385
- test:fix comatibility case by @tomchon in https://github.com/taosdata/TDengine/pull/22373
- fix: add max_speed as keywordw by @dapan1121 in https://github.com/taosdata/TDengine/pull/22387
- fix(stream): use streamId&taskId to identify a stream task by @hjxilinx in https://github.com/taosdata/TDengine/pull/22380
- fix: timezone and qsort for windows by @kailixu in https://github.com/taosdata/TDengine/pull/22383
- other: merge main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22388
- merge 3.0 to feat/TD-22970 by @cadem in https://github.com/taosdata/TDengine/pull/22394
- fix mem leak by @54liuyao in https://github.com/taosdata/TDengine/pull/22393
- fix: sma option for show create table by @kailixu in https://github.com/taosdata/TDengine/pull/22392
- fix(stream): execute the stream task directly by @hjxilinx in https://github.com/taosdata/TDengine/pull/22395
- enh: remove timeline dependence of certain functions by @glzhao89 in https://github.com/taosdata/TDengine/pull/22365
- update release version on main branch by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22398
- fix:offset error in tmq & add test cases by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22384
- docs: update for clusher cfg by @LiShunGang in https://github.com/taosdata/TDengine/pull/22403
- docs: update 06-stream.md to correct sample sql statement by @danielclow in https://github.com/taosdata/TDengine/pull/22386
- fix: add time window boundary check before interpolation by @glzhao89 in https://github.com/taosdata/TDengine/pull/22402
- refactor: refactor the transfer state procedure. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22413
- fix: infinite tomb data sync loop by @hzcheng in https://github.com/taosdata/TDengine/pull/22407
- fix:offset error in tmq & add test cases by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22405
- Update 08-taos-shell.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22414
- test: add build by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22150
- fix: dup read lock on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22404
- test:update base version 3.1.1.0 by @tomchon in https://github.com/taosdata/TDengine/pull/22418
- Update cases.task by @tomchon in https://github.com/taosdata/TDengine/pull/22425
- fix: set max_binary_display_width can not show all text by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22422
- refactor: exec directly not asynchnoized. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22424
- feat:[TD-24559]support geomety type in schemaless by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22358
- fix:tmq interface & remove snapshot code by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22432
- fix: remove ins_modules table by @dapan1121 in https://github.com/taosdata/TDengine/pull/22406
- opti:wal logic by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22417
- fix: use taos_static for tmq_sim on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22430
- fix: make kill query work for sysscanoperator by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22408
- merge fix/retry_resolve_fqdn to main by @cadem in https://github.com/taosdata/TDengine/pull/22440
- fix:tmq interface & remove snapshot code by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22442
- feat(tsdb/cos): s3 migration by @stephenkgu in https://github.com/taosdata/TDengine/pull/22327
- fix(stream): continue process when met with trans-state msg. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22439
- enhance: tag scan optimization by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22410
- rebuild index at tag0 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22427
- enh: disable stream/udf on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22445
- fix: set precision of interval by table scan node by @kailixu in https://github.com/taosdata/TDengine/pull/22449
- feat: optimize select agg_func partition by tag slimit by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22390
- feat: add irate distributed execution by @glzhao89 in https://github.com/taosdata/TDengine/pull/22438
- docs:modify format & add logic for dot in schemaless by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22452
- other: merge main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22450
- fix/retry_resolve_fqdn by @cadem in https://github.com/taosdata/TDengine/pull/22274
- merge 3.0 to feat/TD-22970 by @cadem in https://github.com/taosdata/TDengine/pull/22456
- fix: memory leak when commit by @hzcheng in https://github.com/taosdata/TDengine/pull/22457
- refactor: do some internal refactcor by @hjxilinx in https://github.com/taosdata/TDengine/pull/22461
- fix(stream): add the back pressure for sink node. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22465
- fix: tsdb snapshot bug by @hzcheng in https://github.com/taosdata/TDengine/pull/22460
- fix: tmq drop/common python script on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22462
- stream operator refactoring by @54liuyao in https://github.com/taosdata/TDengine/pull/22423
- feat: support column comment by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22453
- Update 14-stream.md by @54liuyao in https://github.com/taosdata/TDengine/pull/22306
- fix: modify column length for super table by @kailixu in https://github.com/taosdata/TDengine/pull/22468
- fix: refine example demo.c by @sangshuduo in https://github.com/taosdata/TDengine/pull/22473
- docs: fix taos_init() return type by @sangshuduo in https://github.com/taosdata/TDengine/pull/22475
- feat: support show vnodes with restored status by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22448
- fix: important fix for compact file corruption by @hzcheng in https://github.com/taosdata/TDengine/pull/22474
- fix:set terrno = 0 to avoid affect next fetch msg by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22459
- Update 14-stream.md by @54liuyao in https://github.com/taosdata/TDengine/pull/22470
- feature: tags scan with select tags by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22443
- fix(stream): pause when outputQ is blocked. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22476
- Fix/mainto3.0 by @dapan1121 in https://github.com/taosdata/TDengine/pull/22479
- fix/TD-25723: tdb btree balance after update cell by @LiShunGang in https://github.com/taosdata/TDengine/pull/22447
- fix(tsdb/reader): use ENOENT for not found objects by @stephenkgu in https://github.com/taosdata/TDengine/pull/22480
- fix: document issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/22483
- fix(vnode/destroy): delete objects by @stephenkgu in https://github.com/taosdata/TDengine/pull/22482
- fix(stream): fix memory leak and do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22484
- docs: fix link in grafana doc by @danielclow in https://github.com/taosdata/TDengine/pull/22489
- docs: refine c connector docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22491
- feat: optimize stable join performance by @dapan1121 in https://github.com/taosdata/TDengine/pull/22375
- enh(tsdb/write): timestamp out of range with s3's last tier storage by @stephenkgu in https://github.com/taosdata/TDengine/pull/22481
- docs: taos api description by @kailixu in https://github.com/taosdata/TDengine/pull/22493
- fix: get systable cols error by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22471
- add tmq test case to support data precision 'us' and 'ns' by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22478
- Update test.py by @tomchon in https://github.com/taosdata/TDengine/pull/22487
- docs: add current_user() in function by @sangshuduo in https://github.com/taosdata/TDengine/pull/22496
- fix: fill last group data between groups by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22485
- enh: ensure transactional atomicity of db names in create database by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22488
- test: modify testcase on windows by @tomchon in https://github.com/taosdata/TDengine/pull/22446
- Update cases.task by @tomchon in https://github.com/taosdata/TDengine/pull/22248
- update installation instruction by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22504
- test:kill tmq_sim process when start cases in windows by @tomchon in https://github.com/taosdata/TDengine/pull/22499
- feat: clean useless file by @hzcheng in https://github.com/taosdata/TDengine/pull/22502
- fix:do not send unsubscribe msg to taosd if subscribe failed by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22508
- release 3.1.0.2 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22506
- test:kill tmq_sim process when start cases in windows by @tomchon in https://github.com/taosdata/TDengine/pull/22511
- feat/TD-22970 by @cadem in https://github.com/taosdata/TDengine/pull/22106
- enh: adjust the order of pre-close actions in vnodePreClose by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22513
- fix: table version release issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22514
- fix: add hint test cases by @dapan1121 in https://github.com/taosdata/TDengine/pull/22517
- release 3.1.0.2 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22507
- fix: global data sink manager issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22520
- fix: assign flags during subscribe by @kailixu in https://github.com/taosdata/TDengine/pull/22521
- fix(s3): cmake apu & curl fixes by @stephenkgu in https://github.com/taosdata/TDengine/pull/22516
- fix(tsdb/file): save errno for shell reporting by @stephenkgu in https://github.com/taosdata/TDengine/pull/22515
- Update dnodes.py by @tomchon in https://github.com/taosdata/TDengine/pull/22530
- fix: alter stt_trigger bug by @hzcheng in https://github.com/taosdata/TDengine/pull/22527
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22510
- fix: query failed return time from websocket is last successful time by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22535
- test: add test cases for timeline function used for select * union query by @glzhao89 in https://github.com/taosdata/TDengine/pull/22518
- docs: add note to csharp connector docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22541
- reload semi session state by @54liuyao in https://github.com/taosdata/TDengine/pull/22531
- feat: add minDiskFreeSize cfg by @hzcheng in https://github.com/taosdata/TDengine/pull/22533
- add doc for column comment by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22548
- enh/TD-25445: ttl split flush and drop table by @LiShunGang in https://github.com/taosdata/TDengine/pull/22526
- feat(driver): add committed assignment API for jdbc by @huolibo in https://github.com/taosdata/TDengine/pull/22545
- feat(driver): add committed assignment API for jdbc by @huolibo in https://github.com/taosdata/TDengine/pull/22544
- mem leak by @54liuyao in https://github.com/taosdata/TDengine/pull/22547
- Revert "add doc for column comment" by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22552
- fix: add hints comments by @dapan1121 in https://github.com/taosdata/TDengine/pull/22553
- fix(file/stat): fix atime by @stephenkgu in https://github.com/taosdata/TDengine/pull/22550
- test:kill other process when start cases in windows by @tomchon in https://github.com/taosdata/TDengine/pull/22539
- revert col comment patch by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22554
- fix: fill operator with desc ts order returned 1 more rows by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22532
- fix(stream): continue check wal when meeting empty delete block msg. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22558
- fix(parser): update the key words for disk io throttling. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22563
- other: merge main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22559
- enh(tsdb/openfile): lazy file open to read/write by @stephenkgu in https://github.com/taosdata/TDengine/pull/22566
- fix:[TD-25651] reset epoch if consumer changed to avoid consumeing no… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22561
- fix: specify utf-8 in jdbc example pom.xml by @sangshuduo in https://github.com/taosdata/TDengine/pull/22565
- mem leak by @54liuyao in https://github.com/taosdata/TDengine/pull/22555
- Update 06-taosdump.md dot replace with '-Q' (English) by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22574
- Update 06-taosdump.md dot replace with '-Q' by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22573
- fix: select distinct/all tags instead of select tags distinct by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22551
- fix: taoslog file num limit on windows by @kailixu in https://github.com/taosdata/TDengine/pull/22549
- docs: add tags keyword in select clause by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22570
- fix: taosCompressFile mem leak by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22571
- undo remove operation for taosx when building taosd by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22567
- fix: improve upgrade speed by @hzcheng in https://github.com/taosdata/TDengine/pull/22577
- fix(tsdb/close): fix uaf with file closing by @stephenkgu in https://github.com/taosdata/TDengine/pull/22580
- docs: kill query command need quote around id by @sangshuduo in https://github.com/taosdata/TDengine/pull/22588
- fix: no explain response issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22586
- release 3.1.0.3 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22582
- release 3.1.0.3 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22583
- fix:[TD-258900]modify tmq trans conflict to db level by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22534
- feat:support varbinary type by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22464
- release(driver): jdbc release 3.2.5 version by @huolibo in https://github.com/taosdata/TDengine/pull/22593
- release(driver): jdbc release 3.2.5 version by @huolibo in https://github.com/taosdata/TDengine/pull/22594
- feat/TD-18572: dynamic 'supportvnodes' by @LiShunGang in https://github.com/taosdata/TDengine/pull/22591
- init by @cadem in https://github.com/taosdata/TDengine/pull/22590
- fix: fix non-root users cannot create log files even if they have write by @glzhao89 in https://github.com/taosdata/TDengine/pull/22458
- fix(tsdb/s3): fix scan and fix with s3 files by @stephenkgu in https://github.com/taosdata/TDengine/pull/22596
- enhance: fix buffer size overflow by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22595
- Fix/m23.0 by @dapan1121 in https://github.com/taosdata/TDengine/pull/22592
- enh(s3/evict): evict cache data files for other migrated head, stt, etc. by @stephenkgu in https://github.com/taosdata/TDengine/pull/22600
- fix(stream): release tasks. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22602
- fix: wrong start key for pFill when unit of sliding is y or n by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22579
- fix:unregister push manager if delete subscribe to avoid tqProcessPol… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22603
- Doc/index detail by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22609
- doc: add enterprise functionalities by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22614
- docs: add seeq doc zh by @sangshuduo in https://github.com/taosdata/TDengine/pull/22601
- docs: rename index.md by @dingbo8128 in https://github.com/taosdata/TDengine/pull/22615
- doc: fix broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22616
- Docs/wade enterprise by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22618
- doc: refine enterprise by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22619
- doc: add product description and links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22620
- fix: join on condition split issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22613
- fix(tsdb/open fs): fix retval by @stephenkgu in https://github.com/taosdata/TDengine/pull/22610
- udpate alter stable test case to add ts-3841 scenario by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22498
- audit db detail by @cadem in https://github.com/taosdata/TDengine/pull/22604
- doc: remove taosx and explorer from website by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22627
- doc: remove grant from website by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22628
- handle taosd quit by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22611
- fix(tsdb/cache read): remove all null row by @stephenkgu in https://github.com/taosdata/TDengine/pull/22631
- fix/TD-26032: ttl cache entry record the original information for deletion by @LiShunGang in https://github.com/taosdata/TDengine/pull/22632
- fix(tsdb): add more check for block rows by @hjxilinx in https://github.com/taosdata/TDengine/pull/22633
- audit-dbname by @cadem in https://github.com/taosdata/TDengine/pull/22635
- doc: resovle broken link by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22641
- feat:support varbinary type by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22605
- enh: adjust criteria of completion to retrieve SShowObj info from mnode in mndProcessSysTableReq by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22617
- TD-26033 by @cadem in https://github.com/taosdata/TDengine/pull/22638
- update rebuild tag index doc by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22644
- doc: refine some links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22648
- doc: remove duplicate install page by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22649
- Fix/m23.1 by @dapan1121 in https://github.com/taosdata/TDengine/pull/22640
- fix: use MD5 hash to fix aliasname not enough to hold dbname.tbname by @glzhao89 in https://github.com/taosdata/TDengine/pull/22540
- docs: refine grafana plugin docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22651
- fix log error by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22645
- fix create tag error by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22639
- fix: fix where ts < now used in nested query report invalid timestamp by @glzhao89 in https://github.com/taosdata/TDengine/pull/22564
- fix: other join conditions issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22646
- Enh/trigger check point2 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/21725
- alter user type to str by @cadem in https://github.com/taosdata/TDengine/pull/22643
- fix: trim block and partition by constant function issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22654
- tsdb neighbouring block search and set it to global block iterator by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22415
- Fix/td 25986 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22658
- fix(stream): do not restart the stream tasks when it is running. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22659
- typo and remove ip port by @cadem in https://github.com/taosdata/TDengine/pull/22660
- fix:modify error tips by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22657
- fix:dead lock by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22656
- docs:add varbinary type by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22652
- stream change ver by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22661
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22662
- docs: refine tdinsight docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22666
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22665
- docs: add note for grafana unified alerting by @sangshuduo in https://github.com/taosdata/TDengine/pull/22672
- docs: refine grafana docs en by @sangshuduo in https://github.com/taosdata/TDengine/pull/22675
- Feat/audit table name by @cadem in https://github.com/taosdata/TDengine/pull/22668
- fix invalid insert by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22669
- fix: remove constant partition by @dapan1121 in https://github.com/taosdata/TDengine/pull/22664
- Update 14-stream.md by @54liuyao in https://github.com/taosdata/TDengine/pull/22676
- fix:coredump if saved epoch bigger than request epoch & modify test c… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22678
- fix(mxml): use v2.12 instead of 2.10 by @stephenkgu in https://github.com/taosdata/TDengine/pull/22674
- fix: aggregate function omitted issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22673
- enh: upgrade more efficiently by @hzcheng in https://github.com/taosdata/TDengine/pull/22685
- change debug log by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22687
- Fix/m23.2 by @dapan1121 in https://github.com/taosdata/TDengine/pull/22683
- docs: add seeq doc en by @sangshuduo in https://github.com/taosdata/TDengine/pull/22686
- fix: merge 3.0 to main by @dapan1121 in https://github.com/taosdata/TDengine/pull/22689
- Feat/TS-3820 by @hzcheng in https://github.com/taosdata/TDengine/pull/22692
- fix(stream): fix epset errors by @stephenkgu in https://github.com/taosdata/TDengine/pull/22693
- doc: delete cluster and storage from website by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22698
- doc: remove cluster.md and storage.md by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22699
- fix(stream): add null ptr check. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22704
- release docs for 3.1.1.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22705
- release docs for 3.1.1.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22706
- fix: select tags from child table error by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22700
- fix: remove tags keyword from document by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22710
- Fix/main merge by @hjxilinx in https://github.com/taosdata/TDengine/pull/22712
- comment 5dnode3mnodeRoll.py by @tomchon in https://github.com/taosdata/TDengine/pull/22719
- other: merge 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22714
- test: add stream cases to main by @jiajingbin in https://github.com/taosdata/TDengine/pull/22522
- comment 5dnode3mnodeRoll.py by @tomchon in https://github.com/taosdata/TDengine/pull/22727
- Update mxml_CMakeLists.txt.in by @sunpe in https://github.com/taosdata/TDengine/pull/22721
- test: add stream cases to main by @jiajingbin in https://github.com/taosdata/TDengine/pull/22701
- enhance: ip whitelist syntax by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22650
- test: add stream cases to 3.0 by @jiajingbin in https://github.com/taosdata/TDengine/pull/22730
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22681
- fix: fix last()/last_row() return MD5 hashed column name by @glzhao89 in https://github.com/taosdata/TDengine/pull/22725
- fix(stream) : fix error in timer Active counter by @hjxilinx in https://github.com/taosdata/TDengine/pull/22737
- fix invalid read by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22736
- Add test cases for ttl by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22655
- TD-23722: add case for TMQ unsubscribe with taosAdapter by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22724
- fix/TD-22062 by @cadem in https://github.com/taosdata/TDengine/pull/22717
- fix:support length function for varbinary by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22718
- update jdbc version by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22748
- Update mxml_CMakeLists.txt.in by @hjxilinx in https://github.com/taosdata/TDengine/pull/22722
- fix: use int64_t to record num of rows in taos shell by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22728
- fix: break potential infinite loop in tfsMkdirRecurAt by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22751
- docs: correct links to removed page by @danielclow in https://github.com/taosdata/TDengine/pull/22753
- fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than bytes by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22744
- docs: fix links to removed page by @danielclow in https://github.com/taosdata/TDengine/pull/22761
- fix: 1. select tag from meters partition by tag limit returned wrong … by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22696
- Update 02-intro.md by @ssq001 in https://github.com/taosdata/TDengine/pull/22759
- atomic rename file on windows by @facetosea in https://github.com/taosdata/TDengine/pull/22695
- test:replace clock_gettime in cases for win by @tomchon in https://github.com/taosdata/TDengine/pull/22749
- enh: allow altering options to the same value by @kailixu in https://github.com/taosdata/TDengine/pull/22625
- enh: report time series by period and quantity by @kailixu in https://github.com/taosdata/TDengine/pull/22630
- feat: get cpu cores from quota by @kailixu in https://github.com/taosdata/TDengine/pull/22623
- fix rc by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22711
- fix: coverity scan by @hzcheng in https://github.com/taosdata/TDengine/pull/22735
- fix/TD-25996: tdbBtcDelete release pages before modifying pBtc->pPage by @LiShunGang in https://github.com/taosdata/TDengine/pull/22772
- opt stream state by @54liuyao in https://github.com/taosdata/TDengine/pull/22776
- test:modify method of stopall function by @tomchon in https://github.com/taosdata/TDengine/pull/22778
- test:modify method of stopall function by @tomchon in https://github.com/taosdata/TDengine/pull/22780
- fix:use vgstatus before if rebalance by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22684
- fix: fix coverity issues by @dapan1121 in https://github.com/taosdata/TDengine/pull/22764
- fix: fix coverity scan issue by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22755
- add websocket connection by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22697
- stack flow by @facetosea in https://github.com/taosdata/TDengine/pull/22784
- fix: desc fill missed one window by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22715
- fix/TD-25445: search memory in ttlMgrFindExpired by @LiShunGang in https://github.com/taosdata/TDengine/pull/22770
- Fix/TD-25218: adjust the error code returned when db does not exist by @LiShunGang in https://github.com/taosdata/TDengine/pull/22797
- fix: fix diff not support unsigned type by @glzhao89 in https://github.com/taosdata/TDengine/pull/22782
- fix: special taos-ws-py version in py test by @sunpe in https://github.com/taosdata/TDengine/pull/22768
- fix: special taos-ws-py version in py test by @sunpe in https://github.com/taosdata/TDengine/pull/22769
- stack overflow by @facetosea in https://github.com/taosdata/TDengine/pull/22788
- fix: remove db dead lock issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/22805
- fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22802
- fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22804
- update test case tmqConsumerDiscontinuousData.py to fix the failed oc… by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22738
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22809
- Create SECURITY.md by @sangshuduo in https://github.com/taosdata/TDengine/pull/22813
- fix(tdb/pcache): fix mem leak with unpined pages by @stephenkgu in https://github.com/taosdata/TDengine/pull/22808
- fix(stream): fix error in fill history and check quit status of vnode. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22818
- fix:[TS-3922] make SStreamObj->->currentTick aligned by 8 by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22800
- fix:send delete subscribe info to vnode if drop consumer by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22767
- fix: refine jdbc example docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22821
- doc: refine introduction page by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22822
- doc: refine introduction page of English website by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22823
- fix(meta): null txn after abort by @stephenkgu in https://github.com/taosdata/TDengine/pull/22824
- docs: refine meta docs by @sangshuduo in https://github.com/taosdata/TDengine/pull/22825
- fix: coverity issues by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22810
- update file name by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22840
- fix(stream): set the correct start version for the step 2 stage in fill history. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22826
- test: lock start_timestamp and interval by @jiajingbin in https://github.com/taosdata/TDengine/pull/22793
- test: increase timeout 60s of replica 3to1 by @tomchon in https://github.com/taosdata/TDengine/pull/22790
- fix: cancel core by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22841
- fix/TD-26210 by @cadem in https://github.com/taosdata/TDengine/pull/22829
- test: increase timeout 60s of replica 3to1 by @tomchon in https://github.com/taosdata/TDengine/pull/22843
- test: lock start_timestamp and interval by @jiajingbin in https://github.com/taosdata/TDengine/pull/22794
- fix(tsdb): check the schema before merge rows in buffer by @hjxilinx in https://github.com/taosdata/TDengine/pull/22846
- update user privilege test case and case list by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22109
- fix: neighbor block overlap judgement by @kailixu in https://github.com/taosdata/TDengine/pull/22833
- update test case tmqSeekAndCommit.py by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/22578
- docs: add new version to python doc by @sunpe in https://github.com/taosdata/TDengine/pull/22854
- docs: refine for enterprise by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22859
- enh: decrease the libtaos.so size from cos by @kailixu in https://github.com/taosdata/TDengine/pull/22849
- fix: set stack size to 8 MB for windows and dup fd for gzdopen by @kailixu in https://github.com/taosdata/TDengine/pull/22856
- doc: fix broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/22863
- fix: remove incorrect assert by @dapan1121 in https://github.com/taosdata/TDengine/pull/22834
- fix(stream):check error when vnode is closing. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22855
- docs:modify docs for tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22850
- fix transfer crash by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22860
- fix merge error by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22814
- fix merge error by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22864
- reset file handles limit on windows by @facetosea in https://github.com/taosdata/TDengine/pull/22853
- fix read line on windows by @facetosea in https://github.com/taosdata/TDengine/pull/22858
- Fix/xsren/ts 3957/read line on windows main by @facetosea in https://github.com/taosdata/TDengine/pull/22870
- free old pointer as realloc failed. by @facetosea in https://github.com/taosdata/TDengine/pull/22868
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22866
- enh(stream): wait for the outputQ is available for new result blocks. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22876
- other: merge main to 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/22875
- fix coverity scan problem by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22872
- fix: join condition with single param operator by @dapan1121 in https://github.com/taosdata/TDengine/pull/22873
- docs: fix docs for log by @sunpe in https://github.com/taosdata/TDengine/pull/22862
- fix: add system table ins_columns privilege test case by @dapan1121 in https://github.com/taosdata/TDengine/pull/22886
- doc: update doc for show vnodes by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22882
- doc: update doc for show vnodes by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22884
- docs:Update 06-taosdump.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22891
- docs: Update 06-taosdump.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22890
- fix/TS-3944: tColDataCalcSMA add support for geometry by @LiShunGang in https://github.com/taosdata/TDengine/pull/22894
- enh: prevent accessing ins_users&ins_user_privileges without sysinfo by @dapan1121 in https://github.com/taosdata/TDengine/pull/22888
- update version number by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22899
- update version number by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22898
- feat: optimize partition node, replace with sort node by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22629
- fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than … by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22902
- Doc/xsren/install des on mac by @facetosea in https://github.com/taosdata/TDengine/pull/20896
- add test case for join by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22908
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22892
- test:increase timeout of win testcase by @tomchon in https://github.com/taosdata/TDengine/pull/22905
- test:increase timeout of win testcase by @tomchon in https://github.com/taosdata/TDengine/pull/22895
- enh: ignore compact req during restoring by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22904
- enh: ignore compact req during restoring by @bgzhao66 in https://github.com/taosdata/TDengine/pull/22907
- project op ignore checkpoint block by @54liuyao in https://github.com/taosdata/TDengine/pull/22918
- fix: delete data error by @hzcheng in https://github.com/taosdata/TDengine/pull/22910
- docs/Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22931
- Update 05-taosbenchmark.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22932
- update test case by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22869
- stream partition ignore stream_get_all by @54liuyao in https://github.com/taosdata/TDengine/pull/22923
- fix race crash and add log by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22922
- fix race crash and add log by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22924
- Enh/ip white list by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22828
- fix: delete data is not right by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22926
- case: add keepColumnName option case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22937
- chore: add build instruction to refine example by @sangshuduo in https://github.com/taosdata/TDengine/pull/22943
- fix(stream): fix error in drop task. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22913
- refactor: do some internal refactor, and fix some bugs. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22944
- reduce the confliction of first tag index name by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22940
- fix:[TD-26323]add macro to control tmq assert & make subscribe transa… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22938
- disable white list on community by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22949
- fix(stream): add null check by @hjxilinx in https://github.com/taosdata/TDengine/pull/22956
- fix:core in race condition for pTq->pExecStore & return if poll too l… by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22954
- fix(stream): set correct task status after transfer state. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22961
- fix:return in progress in drop consumer group by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22960
- keep taosx and explorer service when installing taosd by @xiaopingcs in https://github.com/taosdata/TDengine/pull/22968
- avoid first tag index conflict by @yihaoDeng in https://github.com/taosdata/TDengine/pull/22955
- fix: set snapshot writer compression by @hzcheng in https://github.com/taosdata/TDengine/pull/22963
- merge stable sort intead of qsort as insert unordered data by @facetosea in https://github.com/taosdata/TDengine/pull/22934
- fix: query tbname from systables memory corruption by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22969
- opti:ask ep logic in tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22878
- test: sql.py remove successful print and add diff case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22919
- fix(stream): keep the status entry in hash table, instead entry index. by @hjxilinx in https://github.com/taosdata/TDengine/pull/22970
- optimize count()/last() + partition by tbname/tag by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/22971
- Feat/td 26127 audit sql by @cadem in https://github.com/taosdata/TDengine/pull/22948
- Feat/td 25872 by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/22972
- revert dependency by @cadem in https://github.com/taosdata/TDengine/pull/22991
- build: update taospy and taos-ws-py version by @sunpe in https://github.com/taosdata/TDengine/pull/22981
- build: update taospy and taos-ws-py version by @sunpe in https://github.com/taosdata/TDengine/pull/22979
- feat:vnode tranform support in tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22962
- fix: restore splitVGroup.py case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/22994
- enh: support async fetch for sync request by @dapan1121 in https://github.com/taosdata/TDengine/pull/22989
- enh: lock and file adaption for windows by @kailixu in https://github.com/taosdata/TDengine/pull/22988
- revert dependency by @cadem in https://github.com/taosdata/TDengine/pull/22993
- enhance: show normal/child tables and show user/system databases by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/22978
- fix(tsdb): set the correct scaninfo to load the tomb data. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23001
- enh: notify and remove cache when user dropped by @kailixu in https://github.com/taosdata/TDengine/pull/22998
- Update checkpoint interval to be 10min. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23007
- fix(tsdb): set the correct scaninfo to load the tomb data. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23006
- fix: release tsc obj by @kailixu in https://github.com/taosdata/TDengine/pull/23009
- feat: pipelined agg when partition by col slimit by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23003
- feat:support vnode split in tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/22992
- fix:add interface tmq_get_connect to get TAOS from tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23015
- s3/block_cache: new tsdb block cache by @stephenkgu in https://github.com/taosdata/TDengine/pull/22927
- fill data of varchar type by @facetosea in https://github.com/taosdata/TDengine/pull/22957
- docs:support vnode split & migrate in tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23025
- fix: interval_limit_opt.py timeout, privilege_create_db.sim fail sometimes by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23013
- feature: bi tools support star expansion to include tbname by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23021
- enh: timeseries calculation by @kailixu in https://github.com/taosdata/TDengine/pull/22879
- test: check error info of failed sql by @tomchon in https://github.com/taosdata/TDengine/pull/23023
- fix/TD-26434 by @cadem in https://github.com/taosdata/TDengine/pull/23027
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23040
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23043
- add TSZ and ADT-FSE algorithm by @lx1zhong in https://github.com/taosdata/TDengine/pull/22915
- test: add insertFromCsvOfLength65500 case for TS-3957 by @tomchon in https://github.com/taosdata/TDengine/pull/22986
- grant: enable update cluster info by @kailixu in https://github.com/taosdata/TDengine/pull/23037
- fix(cos): use EIO as failed code by @stephenkgu in https://github.com/taosdata/TDengine/pull/23050
- enh: trigger failover if tsdbMerge failure by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23049
- ignore udpate check by @54liuyao in https://github.com/taosdata/TDengine/pull/23046
- detail length by @cadem in https://github.com/taosdata/TDengine/pull/23054
- fix/TD-26393: fix for net_in/net_out by @LiShunGang in https://github.com/taosdata/TDengine/pull/23052
- fix: upgrade error when has tomb data by @hzcheng in https://github.com/taosdata/TDengine/pull/23059
- Fix/26475 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23053
- fix(stream): fix several stability-related bugs in stream framework. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23032
- feat/TS-4011: adjust config 'keep_time_offset' level from dnode to db by @LiShunGang in https://github.com/taosdata/TDengine/pull/23036
- fix: rwlock reentrant problem on windows by @kailixu in https://github.com/taosdata/TDengine/pull/23067
- fix: rwlock reentrant problem on windows by @kailixu in https://github.com/taosdata/TDengine/pull/23065
- fix ip white list by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23073
- fix(tsdb/readerwriter): fix var shadowing by @stephenkgu in https://github.com/taosdata/TDengine/pull/23081
- fix: log typo by @dapan1121 in https://github.com/taosdata/TDengine/pull/23071
- semaphore test by @facetosea in https://github.com/taosdata/TDengine/pull/23082
- TD-26432 by @cadem in https://github.com/taosdata/TDengine/pull/23079
- fix: set null when creating empty input for count by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23070
- fix(vnode/cos): use EIO as object put errno by @stephenkgu in https://github.com/taosdata/TDengine/pull/23089
- fix(tsdb/readerwriter): fix fd writing by @stephenkgu in https://github.com/taosdata/TDengine/pull/23086
- enh: update dnode module by @kailixu in https://github.com/taosdata/TDengine/pull/23062
- fix: apercentile parameter validation and result error by @dapan1121 in https://github.com/taosdata/TDengine/pull/23095
- fix(stream): fix dead lock. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23090
- fix: timestamp computation output type is float by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23097
- fix(stream): fix several bugs and do some internal refactor for stream processing. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23102
- fix trans invalid read by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23106
- fix ip white for all users by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23094
- fix/TD-26527: alter database keep_time_offset can't changed by @LiShunGang in https://github.com/taosdata/TDengine/pull/23104
- fix(CMAKE): fix curl cmake file by @huskar-t in https://github.com/taosdata/TDengine/pull/23110
- fix: internal error when show normal db.tables like pattern by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23109
- fix: group by operator may cause client assert fail by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23100
- docs: refine seeq doc as jeff requests by @sangshuduo in https://github.com/taosdata/TDengine/pull/23118
- add script for daily perf test by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23140
- use secondary pointer by @54liuyao in https://github.com/taosdata/TDengine/pull/23137
- fix: add keep time offset case by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23103
- update perf test script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23150
- enh: exclude sys tables in log/audit db by @kailixu in https://github.com/taosdata/TDengine/pull/23135
- fix: support check/merge active code by @kailixu in https://github.com/taosdata/TDengine/pull/23126
- Update 70-seeq.md by @jtao1735 in https://github.com/taosdata/TDengine/pull/23153
- enh: optimize merge strategy by @hzcheng in https://github.com/taosdata/TDengine/pull/23143
- docs: update python tmq docs by @sunpe in https://github.com/taosdata/TDengine/pull/23138
- fix(keep0-duration): force keep0 at least thrice of duration by @stephenkgu in https://github.com/taosdata/TDengine/pull/23116
- fix: mutex init for trans by @kailixu in https://github.com/taosdata/TDengine/pull/23133
- enh: reserve half a buffer size at syncLogBufferInit by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23142
- test: add testcase of TS-4074 by @tomchon in https://github.com/taosdata/TDengine/pull/23084
- fix:change error code -1 to code by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23155
- fix: fid overflow by @hzcheng in https://github.com/taosdata/TDengine/pull/23162
- init bloomfilter array by @54liuyao in https://github.com/taosdata/TDengine/pull/23159
- opti:set default offset to latest in subscription by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23145
- Update 70-seeq.md by @jtao1735 in https://github.com/taosdata/TDengine/pull/23169
- docs:modify version for default offset value in tmq by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23170
- fix/TD-26547 by @cadem in https://github.com/taosdata/TDengine/pull/23165
- fix(tsdb/retention): free fopArr & fs snapshot resources by @stephenkgu in https://github.com/taosdata/TDengine/pull/23164
- feat: replace the qrcode of xiaot by @tjuzyp in https://github.com/taosdata/TDengine/pull/23171
- session&state operator buff by @54liuyao in https://github.com/taosdata/TDengine/pull/22987
- session&state buff by @54liuyao in https://github.com/taosdata/TDengine/pull/23173
- feat: alter local/dnode asynclog by @LiShunGang in https://github.com/taosdata/TDengine/pull/23168
- enh: control number of stt files by @hzcheng in https://github.com/taosdata/TDengine/pull/23176
- opti:make withTbName for tmq always true by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23186
- enh: clear files fset by fset by @hzcheng in https://github.com/taosdata/TDengine/pull/23184
- fix(tsdb/cache reader): reset current fileset in cache reader by @stephenkgu in https://github.com/taosdata/TDengine/pull/23180
- fix: alter active code for different server by @kailixu in https://github.com/taosdata/TDengine/pull/23189
- update LimitNOFILE for taosd service by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23197
- fix: add case for lost data after split 3.0 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23019
- fix: add case for lost data after split vgroup (main) by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23017
- docs:modify format by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23196
- fix: compile problem for community by @kailixu in https://github.com/taosdata/TDengine/pull/23206
- case: restore vnode wait sleep from 500ms to 1s (main) by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23192
- case: restore vnode wait sleep from 500ms to 1s by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23190
- Enh/td 26646 by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23201
- Update 70-seeq.md by @jtao1735 in https://github.com/taosdata/TDengine/pull/23194
- feat: remove partition node for agg by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23185
- Revert "fix: add create table sql to audit log" by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23200
- docs/TD-26278 by @cadem in https://github.com/taosdata/TDengine/pull/23216
- refactor(stream): fix bugs and do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23157
- enh: send rpc rsp on error of tmsgPutToQueue by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23213
- enh: support balance group leader on vgroup_id by @dapan1121 in https://github.com/taosdata/TDengine/pull/23181
- fix(tsdb): ensure sst trigger array size for upgrade by @LiShunGang in https://github.com/taosdata/TDengine/pull/23214
- add doc for sort_for_group hint by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23228
- fix/pr-23223-ci-core by @cadem in https://github.com/taosdata/TDengine/pull/23226
- fix: possible race condition by @hzcheng in https://github.com/taosdata/TDengine/pull/23224
- fix: reset hb flag for duplicated user key by @kailixu in https://github.com/taosdata/TDengine/pull/23229
- docs: show user|system databases and show normal|child tables by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23232
- fix:[TD-26671] judge if pointer is null to avoid core dump by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23221
- case: split vgroups case add more info by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23239
- other: merge main into 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/23234
- 3.0 branch to main merge by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23241
- enh: close stt before untake read snap by @kailixu in https://github.com/taosdata/TDengine/pull/23236
- doc: resolve some broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23250
- doc: resolve broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23251
- docs: resolve broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23252
- docs: resolve broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23253
- docs: resolve broken links by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23254
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23242
- fix:core dump if tmq is null by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23245
- fix:core dump if tmq is null by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23249
- chore: update libdmodule for darwin by @kailixu in https://github.com/taosdata/TDengine/pull/23255
- chore: update libdmodule for darwin by @kailixu in https://github.com/taosdata/TDengine/pull/23256
- 3.0 main merge by @kailixu in https://github.com/taosdata/TDengine/pull/23264
- update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23269
- fix: set JEMALLOC_ENABLED default to false by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23274
- fix: force set all platform to JEMALLOC_ENABLED = false by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23272
- fix(stream): fix error in creating update node trans. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23271
- other: merge stream fix in main branch. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23193
- set fill history range by @54liuyao in https://github.com/taosdata/TDengine/pull/23277
- docs: release ver-3.2.0.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23291
- docs: release ver-3.2.0.0 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23292
- fix: tag scan support limit and remove slimit optimization by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23283
- file path contains spaces on linux/mac by @facetosea in https://github.com/taosdata/TDengine/pull/23230
- Fix/td 26760 main by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23290
- fix stream snap deadlock by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23289
- update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23303
- enh: proceed sync log buffer on failure of appending too by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23305
- Merge pull request #23303 from taosdata/packaging/TD-26637-main by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23309
- fix(stream):add more check for test cases. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23288
- enhance: support select
pseduo_column
from (select pseudo_column ...) by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23087 - double free by @54liuyao in https://github.com/taosdata/TDengine/pull/23304
- feat:[TD-19291]Schemaless table name can be composed based on rule by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23306
- feat:add replay logic by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23187
- test: add 500ms sleep after create-stream for main by @jiajingbin in https://github.com/taosdata/TDengine/pull/23313
- test: add 500ms sleep after create-stream for branch-3.0 by @jiajingbin in https://github.com/taosdata/TDengine/pull/23314
- enh/TD-24376: show mnode deployment conditions in log by @LiShunGang in https://github.com/taosdata/TDengine/pull/22831
- fix:[TD-25756]return error if table not exist by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23316
- docs: update tmq offset reset 3.0 by @AdamEECS in https://github.com/taosdata/TDengine/pull/23340
- docs(driver-go): update tmq auto.offset.reset configuration by @huskar-t in https://github.com/taosdata/TDengine/pull/23337
- docs: update tmq offset reset by @AdamEECS in https://github.com/taosdata/TDengine/pull/23338
- docs: delete snapshot.enable in py demo by @sunpe in https://github.com/taosdata/TDengine/pull/23336
- docs(driver-go): update tmq auto.offset.reset configuration by @huskar-t in https://github.com/taosdata/TDengine/pull/23335
- set fill history range by @54liuyao in https://github.com/taosdata/TDengine/pull/23324
- recover session buff state by @54liuyao in https://github.com/taosdata/TDengine/pull/23248
- opt bloom filter by @54liuyao in https://github.com/taosdata/TDengine/pull/23220
- case: add tbname limit 1 offset 100 by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23333
- TD-26786: update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23345
- feat: support restoring vnodes on replaced disks as needed by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23231
- fix snapshot.enable and auto.offset.reset by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/23349
- fix auto.offset.reset and snapshot.enable by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/23348
- Opt/add status send by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23329
- fix: remove subquery user alias name distinct check by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23312
- feat: support interval syntax of quoted duration and default unit by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23222
- gen first tag name by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23353
- change gen first tag name by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23352
- fix(tsdb): apply the window range when building blocks from stt files. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23359
- fix(tsdb): apply the window range when building blocks from stt files. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23360
- feat: add about vgroups command by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23362
- Update test_R.sh by @tomchon in https://github.com/taosdata/TDengine/pull/23379
- Update test_R.sh by @tomchon in https://github.com/taosdata/TDengine/pull/23378
- fix:add except characters for smlAutoChildTableNameDelimiter by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23346
- test: increase numbers of cases in windows by @tomchon in https://github.com/taosdata/TDengine/pull/23048
- TD-26791: update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23382
- enh(tsdb/cos): new sdk for s3 by @stephenkgu in https://github.com/taosdata/TDengine/pull/23223
- tsdb/commit: skip last tier ts data committing by @stephenkgu in https://github.com/taosdata/TDengine/pull/23366
- fix: union all cast func resType check error by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23354
- fix mem leak by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23363
- TD-26791: add taosdump into client package by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23395
- fix: add lock for trans by @kailixu in https://github.com/taosdata/TDengine/pull/23294
- enh: taosd build info by @kailixu in https://github.com/taosdata/TDengine/pull/23371
- fix: disable life extending of conn cache obj when show queries/conns by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23387
- cmake: new option: BUILD_S3 by @stephenkgu in https://github.com/taosdata/TDengine/pull/23391
- http handle empty packet by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23396
- TD-26973: update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23398
- docs: add tsz algo doc by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23408
- docs:Update 07-tsz.md by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23409
- update script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23410
- refactor(stream): add fsm for managing task status. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23343
- cmake/xml2: use sha256 to verify distribution release by @stephenkgu in https://github.com/taosdata/TDengine/pull/23402
- feat: add env TDENGINE_DSN to taos-CLI by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23401
- TD-26884 by @cadem in https://github.com/taosdata/TDengine/pull/23381
- Fix/td 26884 3.0 by @cadem in https://github.com/taosdata/TDengine/pull/23384
- fix(tsdb/commmit): make ts big enough to skip row by @stephenkgu in https://github.com/taosdata/TDengine/pull/23413
- test: support replica3 in splited/transform tmqvnode by @tomchon in https://github.com/taosdata/TDengine/pull/23418
- test:delete zlib cache in ci by @tomchon in https://github.com/taosdata/TDengine/pull/23420
- Revert "test:delete zlib cache in ci" by @tomchon in https://github.com/taosdata/TDengine/pull/23423
- fix:add req_id for raw block interface by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23429
- jdbc release 3.2.7 by @sheyanjie-qq in https://github.com/taosdata/TDengine/pull/23443
- Enh/xsren/td 26169/shell query by @facetosea in https://github.com/taosdata/TDengine/pull/23385
- feat: support all utf8 characters as alias by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23392
- enh: only float/double allowed for sum/avg of rsma by @kailixu in https://github.com/taosdata/TDengine/pull/23430
- enh: dmodule API dependence and grant process by @kailixu in https://github.com/taosdata/TDengine/pull/23422
- feat: support to_timestamp/to_char by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23344
- fix: interval more than 1000 years by @facetosea in https://github.com/taosdata/TDengine/pull/23426
- feat: do not build taosx in ci by @tjuzyp in https://github.com/taosdata/TDengine/pull/23468
- feat: do not build taosx in ci by @tjuzyp in https://github.com/taosdata/TDengine/pull/23469
- [Typo fixed] in 03-k8s.md by @khalid586 in https://github.com/taosdata/TDengine/pull/23450
- feat: alloc disk acorrding to avail disk space by @hzcheng in https://github.com/taosdata/TDengine/pull/23407
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23424
- feat: concurrency on fileset by @hzcheng in https://github.com/taosdata/TDengine/pull/23440
- TD-26971 by @cadem in https://github.com/taosdata/TDengine/pull/23437
- TD-26971 by @cadem in https://github.com/taosdata/TDengine/pull/23439
- enh: disable telemetry in enterprise version by default by @dapan1121 in https://github.com/taosdata/TDengine/pull/23477
- feat: support pipelining of snap replication by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23377
- enhance: bi mode tag scan by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23432
- increase the timeout for CI by @tomchon in https://github.com/taosdata/TDengine/pull/23486
- increase the timeout for CI by @tomchon in https://github.com/taosdata/TDengine/pull/23485
- enh: use placeholder '-' for interval of 1st retention level by @kailixu in https://github.com/taosdata/TDengine/pull/23464
- enh: optimize permission denied error message by @dapan1121 in https://github.com/taosdata/TDengine/pull/23481
- enh: new errcode TSDB_CODE_MND_NO_ENOUGH_VNODES by @LiShunGang in https://github.com/taosdata/TDengine/pull/23475
- other: merge refactor into 3.0 by @hjxilinx in https://github.com/taosdata/TDengine/pull/23428
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23455
- change NumOfTaskQueueThreads size by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23480
- feat: support view by @dapan1121 in https://github.com/taosdata/TDengine/pull/23457
- session window max delay by @54liuyao in https://github.com/taosdata/TDengine/pull/23491
- fix:[TD-25756]return error if table not exist by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23452
- fix:print log if assert & check epoch when update epoch by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23451
- fix:print log if assert & check epoch when update epoch by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23445
- continued ci test for insert stb by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23372
- enhance: insert target is supertable by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23332
- enhance: insert super table tbname column by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23499
- test:add testcase of the same ts data by @tomchon in https://github.com/taosdata/TDengine/pull/23502
- fix: possible coredump by @hzcheng in https://github.com/taosdata/TDengine/pull/23507
- fix(stream): fix dead lock. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23503
- build(taosAdapter): use the same version number of TDengine by @huskar-t in https://github.com/taosdata/TDengine/pull/23508
- fix: remove user table/view privilege issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/23511
- build(taosAdapter): use the same version number of TDengine by @huskar-t in https://github.com/taosdata/TDengine/pull/23517
- fix: invalid read when file is deleted by @hzcheng in https://github.com/taosdata/TDengine/pull/23520
- Update cases.task by @tomchon in https://github.com/taosdata/TDengine/pull/23524
- db and resource by @cadem in https://github.com/taosdata/TDengine/pull/23495
- db and resource by @cadem in https://github.com/taosdata/TDengine/pull/23497
- fix: adjust view not exist log level by @dapan1121 in https://github.com/taosdata/TDengine/pull/23512
- fix(stream): fix deadlock in transfer state. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23523
- fix(stream): add unsupport trans. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23493
- enh(tsdb/retention): enable last tier write by @stephenkgu in https://github.com/taosdata/TDengine/pull/23465
- fix: nano seconds database error by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23505
- fix: set ack of response properly in syncSnapSendRsp by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23501
- fix: return error response while fetching in quick response mode by @dapan1121 in https://github.com/taosdata/TDengine/pull/23530
- enh(tsdb): on-demand open stt file reader. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23528
- enhance: insert into super table performance improvement by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23532
- fix: insert syntax error caused coredump by @dapan1121 in https://github.com/taosdata/TDengine/pull/23541
- fix(cmake/s3): make cmake config portable by @stephenkgu in https://github.com/taosdata/TDengine/pull/23556
- fix: use the right target name by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23553
- release row buff pos by @54liuyao in https://github.com/taosdata/TDengine/pull/23555
- ci: update taos ws py version by @AdamEECS in https://github.com/taosdata/TDengine/pull/23554
- ci: update taos-ws-py version by @AdamEECS in https://github.com/taosdata/TDengine/pull/23573
- feat: add dynamic configuration by @LiShunGang in https://github.com/taosdata/TDengine/pull/23513
- fix: cast error msg by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23547
- adj builtin function by @54liuyao in https://github.com/taosdata/TDengine/pull/23542
- fix(cache/reader): use int64 max instead of uint by @stephenkgu in https://github.com/taosdata/TDengine/pull/23560
- fix: tag scan mode when no columns after const optimization by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23514
- fix: stmt query execution mode issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/23576
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23548
- enh(tsdb): on-demand open stt file reader. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23531
- fix: tbname can not contain dot by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23575
- fix: select tags const from table by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23580
- fix: alter local keepAliveIdle convert type by @LiShunGang in https://github.com/taosdata/TDengine/pull/23584
- Feat/xsren/td 26529 3.0 1 by @facetosea in https://github.com/taosdata/TDengine/pull/23588
- fix: release duplicate msgs in syncSnapBufferRecv by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23535
- case : check file can be delete after drop table by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23563
- replace librocksdb.a by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23591
- replace librocksdb.a by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23592
- fix: taos-CLI remove (WebSocket) showing by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/23590
- fix(excutor): group agg operator copy from hash table directly by @bobliubj in https://github.com/taosdata/TDengine/pull/23569
- feat: cache scan for select last(c), ts/c by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23536
- fix: add range check for bool by @LiShunGang in https://github.com/taosdata/TDengine/pull/23601
- add doc for using default unit of interval by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23605
- doc: remove duplicate schemaless in connector chapter by @gccgdb1234 in https://github.com/taosdata/TDengine/pull/23609
- Fix/fix stream transfer err main by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23598
- fix stream transfer err by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23596
- feat:checkpoint backup function by @wangmm0220 in https://github.com/taosdata/TDengine/pull/23526
- taoskeeper installer update by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23616
- enh: checkpoint for rsma by @kailixu in https://github.com/taosdata/TDengine/pull/23494
- fix: close vnode in the failed mode properly in vmCloseVnode by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23614
- add non marterial test cases and update sql.error function by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/23565
- fix: code typo by @hzcheng in https://github.com/taosdata/TDengine/pull/23617
- correct colid in blockinfo by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23621
- change chkpid gen way by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23611
- change chkp gen way by @yihaoDeng in https://github.com/taosdata/TDengine/pull/23610
- fix(vnode/cos): fix error printing to avoid buffer overflow by @stephenkgu in https://github.com/taosdata/TDengine/pull/23600
- fix(vnode/s3): move init & cleanup to dnode by @stephenkgu in https://github.com/taosdata/TDengine/pull/23586
- Ts4219 by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/23583
- fix: remove vnode obj from hash at first when dropping an offline vnode by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23623
- fix: const value replace issue by @dapan1121 in https://github.com/taosdata/TDengine/pull/23619
- fix/TD-27243 by @cadem in https://github.com/taosdata/TDengine/pull/23627
- fix/TD-27243 by @cadem in https://github.com/taosdata/TDengine/pull/23625
- multiple fix by @hjxilinx in https://github.com/taosdata/TDengine/pull/23631
- fix(tsdb/reader-writer): fix pgnoEnd calc by @stephenkgu in https://github.com/taosdata/TDengine/pull/23634
- report not supported error when DDD but no DD specified by @wangjiaming0909 in https://github.com/taosdata/TDengine/pull/23628
- fix(stream): set the correct updated nodeId. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23642
- fix: merge bugs fix patch from main. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23646
- enh: optimize cache last and other functions performance by @dapan1121 in https://github.com/taosdata/TDengine/pull/23622
- enhance: use tbname equal cond to prune vgroups by @shenglian-zhou in https://github.com/taosdata/TDengine/pull/23431
- enh: support delete msg for rsma by @kailixu in https://github.com/taosdata/TDengine/pull/23636
- TS-4249 by @cadem in https://github.com/taosdata/TDengine/pull/23641
- TS-4249 by @cadem in https://github.com/taosdata/TDengine/pull/23639
- fix(cos/multichunk): clear put object data to initial state by @stephenkgu in https://github.com/taosdata/TDengine/pull/23652
- refactor: do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23650
- fix(cos/multichunk): clear put object data to initial state by @stephenkgu in https://github.com/taosdata/TDengine/pull/23653
- merge 3.1 by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23668
- fix(tsdb/retention): move fset destruction out of for loop by @stephenkgu in https://github.com/taosdata/TDengine/pull/23664
- fix(stream): fix deadlock. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23667
- opt max delay by @54liuyao in https://github.com/taosdata/TDengine/pull/23669
- enh: improve user error of redistribute vgroup by @bgzhao66 in https://github.com/taosdata/TDengine/pull/23578
- enh: add humanStr convert func by @LiShunGang in https://github.com/taosdata/TDengine/pull/23657
- fix(stream): fix deadlock and do some internal refactor. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23673
- fix shellRunSingleCommandImp by @bobliubj in https://github.com/taosdata/TDengine/pull/23618
- fix: extend buffer of trace by @kailixu in https://github.com/taosdata/TDengine/pull/23665
- fix: support float value with unit by @LiShunGang in https://github.com/taosdata/TDengine/pull/23677
- fix(tsdb/merge): skip merge if data file cannot be written by @stephenkgu in https://github.com/taosdata/TDengine/pull/23680
- fix to_iso8601 by @bobliubj in https://github.com/taosdata/TDengine/pull/23672
- fix: remove useless scan columns by @dapan1121 in https://github.com/taosdata/TDengine/pull/23666
- fix(stream): send msg by using epset extract from mnode by @hjxilinx in https://github.com/taosdata/TDengine/pull/23685
- fix(stream): send msg by using epset extract from mnode by @hjxilinx in https://github.com/taosdata/TDengine/pull/23686
- fix: change query killed error msg by @dapan1121 in https://github.com/taosdata/TDengine/pull/23694
- fix: 'alter local slowLogScope' should skip general set by @LiShunGang in https://github.com/taosdata/TDengine/pull/23690
- delete mark by @54liuyao in https://github.com/taosdata/TDengine/pull/23683
- fix(cos/list): free object array in exception by @stephenkgu in https://github.com/taosdata/TDengine/pull/23695
- fix(cos/multipart): make chunk size not less than 5M by @stephenkgu in https://github.com/taosdata/TDengine/pull/23687
- TD-27303 by @cadem in https://github.com/taosdata/TDengine/pull/23693
- TD-27303 by @cadem in https://github.com/taosdata/TDengine/pull/23691
- fix(tsdb): fix invalid read. by @hjxilinx in https://github.com/taosdata/TDengine/pull/23703
- merge: from main to 3.0 by @dapan1121 in https://github.com/taosdata/TDengine/pull/23702
- stream event window by @54liuyao in https://github.com/taosdata/TDengine/pull/23593
- delete mark by @54liuyao in https://github.com/taosdata/TDengine/pull/23684
- fix(cos/multipart): close infile fd in exception by @stephenkgu in https://github.com/taosdata/TDengine/pull/23704
- add test cases of hot refresh by charles by @flyingangel2013 in https://github.com/taosdata/TDengine/pull/23681
- fix(stream): check the status before pause by @hjxilinx in https://github.com/taosdata/TDengine/pull/23707
- enh(mnode/split): not support split with s3 by @stephenkgu in https://github.com/taosdata/TDengine/pull/23709
- Fix/transaction retry 3.0 by @cadem in https://github.com/taosdata/TDengine/pull/23700
- fix/transaction-retry by @cadem in https://github.com/taosdata/TDengine/pull/23500
- test:add testcase of rsma by @tomchon in https://github.com/taosdata/TDengine/pull/23676
- fix(stream): check the status before pause by @hjxilinx in https://github.com/taosdata/TDengine/pull/23710
- TD-27311 by @cadem in https://github.com/taosdata/TDengine/pull/23696
- fix(cos/single): destroy grow buffer or release fd by @stephenkgu in https://github.com/taosdata/TDengine/pull/23715
- merge: 3.0 to main by @dapan1121 in https://github.com/taosdata/TDengine/pull/23714
- Test/ts 3932 by @happyguoxy in https://github.com/taosdata/TDengine/pull/23708
- update packaging script by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23717
- update taosadapter tag by @xiaopingcs in https://github.com/taosdata/TDengine/pull/23719
- fix(tsdb/cos-merge): skip stt merging & not block commit by @stephenkgu in https://github.com/taosdata/TDengine/pull/23728
New Contributors
- @sunsided made their first contribution in https://github.com/taosdata/TDengine/pull/22062
- @liuyuan199303 made their first contribution in https://github.com/taosdata/TDengine/pull/22164
- @CityChen81 made their first contribution in https://github.com/taosdata/TDengine/pull/22377
- @lx1zhong made their first contribution in https://github.com/taosdata/TDengine/pull/22915
- @khalid586 made their first contribution in https://github.com/taosdata/TDengine/pull/23450
Full Changelog: https://github.com/taosdata/TDengine/compare/ver-3.0.4.2...ver-3.3.0.0