Release 2.29.0 - #10301
Merged
Merged
Conversation
philkra
approved these changes
Jul 22, 2026
atovpeko
approved these changes
Jul 22, 2026
akuzm
reviewed
Jul 22, 2026
brandonpurcell-dev
approved these changes
Jul 27, 2026
surister
force-pushed
the
release/2.29.0-changelog
branch
from
July 28, 2026 08:10
eca8ab8 to
57feef2
Compare
philkra
approved these changes
Jul 28, 2026
svenklemm
approved these changes
Jul 28, 2026
surister
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.29.0 (2026-07-28)
This release contains performance improvements and bug fixes since the 2.28.3 release. We recommend that you upgrade at the next available opportunity.
Release Highlights
UPDATEandDELETEstatements on hypertables. By acquiring exclusive locks only on the specific chunks being modified rather than the entire hypertable, this enhancement eliminates massive lock contention and keeps high-concurrency workloads running smoothly without unnecessary slowdowns.LIMITclauses). This dramatically reduces memory overhead and query latency, ensuring lightning-fast performance when you only need to retrieve a small subset of records from your compressed hypertables.Important: PostgreSQL 15 Support Removed
TimescaleDB 2.29.0 removes support for PostgreSQL 15. This release supports PostgreSQL 16, 17, and 18. If you are still running PostgreSQL 15, upgrade PostgreSQL before upgrading to TimescaleDB 2.29.0.
Backward-Incompatible Changes
Features
DMLoperations on hypertables by using the optimized TimescaleDB hypertable expansion code instead of the generic PostgreSQL inheritance hierarchy expansion_timescaledb_functions.decompress_batch()SQL functionLIMITby switching to row-by-row query execution pipelineDMLon compressed hypertables by accounting for prepared statement parameterscompact_chunk()functionsamplerateargument to_timescaledb_functions.estimate_uncompressed_size()INSERTqueries using direct compress and spanning multiple chunksconfig_mergeparameter toalter_job()for mergingjsonbinto the existing job configurationrecompress_unorderedcolumnstore policy optionregclassfor storing relation reference in chunk tabletsdb.direct_compressstorage parameter that allows enabling direct compress for a given hypertable independent of global settingsmax_batchestocompact_chunk()continuous_aggs_tenant_trackingandhypertable_cagg_settingscatalogsBugfixes
MIN/MAXaggregate functions in columnar aggregation pipeline possibly inconsistent with plain PostgreSQL resulttime_bucketwith zero widthinitial_starthandling inbuild_job_infojob_errorsview inbgw_job_stat_historymigrationRETURNINGclause returned no rows forINSERTusing direct compressINSERTsets itVACUUMon a chunk to the compressed relation when running on the chunk directlyALTER EXTENSION timescaledb UPDATEinside a transaction blockrebuild_sparse_index()on compressed chunksGUCs
timescaledb.enable_hypertable_expansion_for_dml: allow using the optimized TimescaleDB hypertable expansion code forUPDATEandDELETEinstead of the generic PostgreSQL inheritance hierarchy expansion. On by default.Thanks
VACUUMnot propagating to the compressed relation