Skip to content
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
merged 22 commits into from
May 8, 2024
Merged

PostgreSQL 16 support #992

merged 22 commits into from
May 8, 2024

Conversation

hughcapet
Copy link
Member

  • remove PG10
  • remove pg_tm_aux, plantuner
  • timescaledb 2.14.X

idanovinda and others added 21 commits September 1, 2023 16:04
* 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
@hughcapet hughcapet marked this pull request as ready for review May 8, 2024 14:56
@idanovinda
Copy link
Member

👍

1 similar comment
@hughcapet
Copy link
Member Author

👍

@hughcapet hughcapet merged commit 5824aee into master May 8, 2024
4 checks passed
@hughcapet hughcapet deleted the dev-16 branch May 8, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants