-
Notifications
You must be signed in to change notification settings - Fork 942
CHANGELOG for 2.19.0 #7829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
CHANGELOG for 2.19.0 #7829
Conversation
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
This was referenced Mar 13, 2025
Closed
philkra
commented
Mar 14, 2025
Signed-off-by: Philip Krauss <[email protected]>
Signed-off-by: Philip Krauss <[email protected]>
philkra
commented
Mar 14, 2025
Signed-off-by: Philip Krauss <[email protected]>
philkra
commented
Mar 14, 2025
Signed-off-by: Philip Krauss <[email protected]>
Signed-off-by: Philip Krauss <[email protected]>
fabriziomello
approved these changes
Mar 14, 2025
philkra
commented
Mar 17, 2025
Signed-off-by: Philip Krauss <[email protected]>
Signed-off-by: Philip Krauss <[email protected]>
philkra
commented
Mar 17, 2025
Signed-off-by: Philip Krauss <[email protected]>
ramonguiu
reviewed
Mar 17, 2025
Co-authored-by: Ramon Guiu <[email protected]> Signed-off-by: Philip Krauss <[email protected]>
philkra
commented
Mar 18, 2025
Signed-off-by: Philip Krauss <[email protected]>
Signed-off-by: Ramon Guiu <[email protected]>
svenklemm
approved these changes
Mar 18, 2025
philkra
added a commit
that referenced
this pull request
Mar 31, 2025
philkra
added a commit
that referenced
this pull request
Mar 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.19.0 (2025-03-18)
This release contains performance improvements and bug fixes since the 2.18.2 release. We recommend that you upgrade at the next available opportunity.
Deprecation warning
This is the last minor release supporting PostgreSQL 14. Starting with the minor version of TimescaleDB only Postgres 15, 16 and 17 will be supported.
Downgrading of 2.19.0
This release introduces custom bool compression, if you enable this feature via the
enable_bool_compression
and must downgrade to a previous, please use the following script to convert the columns back to their previous state. TimescaleDB versions prior to 2.19.0 do not know how to handle this new type.Features
Bugfixes
GUCs
enable_bool_compression
: enable the BOOL compression algorithm, default:OFF
enable_exclusive_locking_recompression
: enable exclusive locking during recompression (legacy mode), default:OFF
Thanks