Change logic for keeping ts minor versions#1173
Merged
Conversation
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
Member
|
👍 |
1 similar comment
Member
Author
|
👍 |
patagona-anas
pushed a commit
to Patagona/spilo
that referenced
this pull request
Mar 24, 2026
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
patagona-anas
pushed a commit
to Patagona/spilo
that referenced
this pull request
Mar 24, 2026
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
patagona-anas
pushed a commit
to Patagona/spilo
that referenced
this pull request
Mar 24, 2026
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
hughcapet
added a commit
that referenced
this pull request
Apr 13, 2026
- Add PostgreSQL 18 and remove PostgreSQL 13: c432557 - Patroni 4.1.0 - WAL-G 3.0.8 - PostGIS 3.6: #1153 - Remove WAL-E and make WAL-G the default backup tool: #1143 - Enable pg_basebackup server compression: #1155 - Update bg_mon, pg_mon, pg_profile, pg_permissions refs - Use pgdg for set_user and pg_permissions Bugfixes - Allow admin selecting from hypopg views: #1162 - Fix logic for keeping timescaledb minor versions: #1173 - Properly setup clean env for ext build across major versions: #1174 - Properly format ipv6 address for rsync: #1187 - Ensure CLONE_HOST is IPv6 compatible: #1190
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.
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
(copied from dev-18 branch)