chore(deps): update dependency postgresql-18-timescaledb - #303
Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
2.28.3→2.29.02.28.3+dfsg-1.pgdg12+1→2.29.0+dfsg-1.pgdg12+12.28.3+dfsg-1.pgdg13+1→2.29.0+dfsg-1.pgdg13+1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
timescale/timescaledb (postgresql-18-timescaledb)
v2.29.0Compare Source
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 row exclusive locks only on the specific chunks being modified rather than the entire hypertable. This enhancement reduces lock contention in high-concurrency workloads involving DML, speeding up the planning of DML queries by using the optimized TimescaleDB chunk exclusion instead of the baseline Postgres constraint exclusion.ORDER BY time DESC LIMIT 1) run several times faster than in previous releases.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 relationConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.