-
Notifications
You must be signed in to change notification settings - Fork 404
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
PostgreSQL 16 support #992
Merged
Conversation
This file contains 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
* Update PGVERSION/PGOLDVERSIONS arg default values * Skip not-yet-available-for-16 extensions installation --------- Co-authored-by: Jociele Padilha <[email protected]>
* Fix tests for pg16 * fix some issues on upgrades * fix logs text * cherry picking test fixes from master branch * uncomment deleting containers * fix docker delete filter * add default image when unset * add comment when wait leader for clone container * Update postgres-appliance/tests/test_spilo.sh --------- Co-authored-by: Jociele Padilha <[email protected]> Co-authored-by: Polina Bungina <[email protected]>
* Enable build and push of dev-16 branch * comment tag-spilo * add condition to diff pg version * simplify if else * remove if else
* Update available extensions for pg16
* Reflect refactor tests from master branch
* Wait for zero lag after "with oids" test and timescaledb installation * Return a test suite id to a tests comment * Sync formatting with master branch to decrease amount of diff in the further PR
* Build plprofiler from source * More extensions support pg16: plprofiler, pgl-ddl-deploy * Small refactoring, as we don't include pg10 anymore: always install/build decoderbufs, pgvector, pg_mon; never install amcheck (it is in contrib); no need in $POSTGIS_SUPER_LEGACY. * Remove pg_tm_aux, plantuner * Pllua was accidentally not installed for pg15
* add timescaledb version 2.13.0 to PG16 * remove old timescale and add the pg16 to spilo_commons * adjust timescale * comment tests to skip the timescale for pg16
* Change maintainer to team ACID * Patroni 3.1.2 + Update Patroni to 3.2.2 * Return pod_ip param to k8s config in Patroni * Add replay-lag function * Add toggle to enable grouping log by date/instance in s3 * Remove redundant code * No pg_partman update from <5.X during major upgrade * Add function to monitor sequences * Ensure correct bin_dir for pg params configuration
👍 |
1 similar comment
👍 |
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.
pg_tm_aux
,plantuner