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

support PostgreSQL 16 #564

Merged
merged 11 commits into from
Jan 19, 2024
Merged

support PostgreSQL 16 #564

merged 11 commits into from
Jan 19, 2024

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e3db7bb View commit details
    Browse the repository at this point in the history
  2. 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)
    conscribtor committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f363a02 View commit details
    Browse the repository at this point in the history
  3. 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)
    conscribtor committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7d53a2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a21e5dc View commit details
    Browse the repository at this point in the history
  5. 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
    conscribtor committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f445e6c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. fix typo

    conscribtor committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4a3e1d8 View commit details
    Browse the repository at this point in the history
  2. patch ansible defaults

    conscribtor committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5562199 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. update README.md for PG16

    conscribtor committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    92606eb View commit details
    Browse the repository at this point in the history
  2. 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.
    conscribtor committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bdbd94a View commit details
    Browse the repository at this point in the history
  3. 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/
    conscribtor committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bf99ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b45df59 View commit details
    Browse the repository at this point in the history