-
Notifications
You must be signed in to change notification settings - Fork 577
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
support PostgreSQL 16 #564
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3db7bb - Browse repository at this point
Copy the full SHA e3db7bbView commit details -
reset postgresql.conf-*.orig files to package defaults
There were discrepancies between the postgresql.conf templates in the repository and the most current templates. The templates where thus refreshed to make comparisons between versions easier. In summary, the following was changed: - user customisations were reset to package defaults (log handling, port, ...) - backported settings and comments were included (data_sync_retry, krb_server_keyfile, ...) - role customisation were reset to package defaults (includes)
Configuration menu - View commit details
-
Copy full SHA for f363a02 - Browse repository at this point
Copy the full SHA f363a02View commit details -
update role defaults and template for postgres 16 support
- The postgresql.conf-16.j2 template was compiled from its package template. - Added postgres 16 settings the role defaults. (>= 16) - Annotated deprecated role defaults. (<= 15)
Configuration menu - View commit details
-
Copy full SHA for 7d53a2f - Browse repository at this point
Copy the full SHA 7d53a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21e5dc - Browse repository at this point
Copy the full SHA a21e5dcView commit details -
add and correct hints for role defaults
- added missing required version hints for previous posgres versions 11, 12 and 13 - removed incorrect hints on: - postgresql_data_sync_retry: off is default for 10-16 - postgresql_extension_destdir: "" is default for 10-16 - postgresql_gin_fuzzy_search_limit: 0 is default for 10-16 - added comments from templates to some defaults
Configuration menu - View commit details
-
Copy full SHA for f445e6c - Browse repository at this point
Copy the full SHA f445e6cView commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a3e1d8 - Browse repository at this point
Copy the full SHA 4a3e1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5562199 - Browse repository at this point
Copy the full SHA 5562199View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92606eb - Browse repository at this point
Copy the full SHA 92606ebView commit details -
fix missing postgresql_service_name for Ubuntu 22.04
Due to changes in 8bc5ff2, on Ubuntu 22.04 installations variables from Debian_22.yml are imported instead of Debian.yml. This leads to postgresql_service_name not being set and thus, the playbook was unable to reload the service on configuration changes.
Configuration menu - View commit details
-
Copy full SHA for bdbd94a - Browse repository at this point
Copy the full SHA bdbd94aView commit details -
update pgdg repository and gpg key url
On the 3 January 2024, PostgreSQL has updated their RPM GPG keys: https://yum.postgresql.org/news/pgdg-rpm-repo-gpg-key-update/
Configuration menu - View commit details
-
Copy full SHA for bf99ff3 - Browse repository at this point
Copy the full SHA bf99ff3View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b45df59 - Browse repository at this point
Copy the full SHA b45df59View commit details