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

repmgr extension improvement #3

Open
wants to merge 33 commits into
base: add-repmgr-extension
Choose a base branch
from

Commits on May 22, 2018

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

Commits on Jul 15, 2018

  1. Update password_encryption for PostgreSQL 10

    With PostgreSQL 10, `password_encryption` is no longer a boolean.
    It expects either `md5` or `scram-sha-256`.
    The value `on` is kept as an alias of `md5` for backward compatibility.
    MiLk committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    c52d15e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

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

Commits on Dec 18, 2019

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

Commits on Jan 16, 2020

  1. Update sync standby names to include choose keyword.

    This copies the logic to render the string from the pg-10 template.
    UmanShahzad committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    5ad154b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge pull request ANXS#462 from UmanShahzad/patch-1

    Update sync standby names to include choose keyword
    gclough authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d8fc0d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ANXS/postgresql into fix_…

    …password_encryption
    MemberIT committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bf79297 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. local become not necessary

    egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    90a298c View commit details
    Browse the repository at this point in the history
  2. Use the repmgr_config_directory for the location of the repmgr.conf n…

    …ot the postgresql_conf_directory
    Anthony Caetano authored and egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    b4f7c06 View commit details
    Browse the repository at this point in the history
  3. Use postgresql_port in the 'repmgr standby clone' for postgres instan…

    …ces running on non-default ports
    Anthony Caetano authored and egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    ce7a384 View commit details
    Browse the repository at this point in the history
  4. Don't assume the first host in the play is the master, use the config…

    …ured repmgr_master as the master
    Anthony Caetano authored and egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    1c4ea0c View commit details
    Browse the repository at this point in the history
  5. Don't log .pgpass updates as they contain passwords

    Anthony Caetano authored and egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    7245880 View commit details
    Browse the repository at this point in the history
  6. add debug print of repmgr_master

    Anthony Caetano authored and egmont1227 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    eef74a2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

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

Commits on Jun 10, 2020

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

Commits on Sep 30, 2020

  1. README.md example fixed and added include-as-task example

    * fixed existing example how to include this role (fixed case)
    * added new example how to include this role as task
    europ committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    bae39d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. quoting

    Markus Gsottberger authored and egmont1227 committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    0c15305 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Merge pull request ANXS#360 from mchitten/master

    allow setting state for postgresql_databases and postgresql_users
    gclough authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ffda21c View commit details
    Browse the repository at this point in the history
  2. Merge pull request ANXS#368 from MiLk/encryption-pgsql10

    Update password_encryption for PostgreSQL 10
    gclough authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0eff79e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    130ca73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ANXS#460 from sportsru/fix_password_encryption

    Correct manage setting 'password_encryption' for PostgreSQL 10 and above
    gclough authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    99a2bbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1d57d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48fbb69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    727453b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2afca73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd1b932 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ANXS#503 from ANXS/sergei/patch_travis_name

    Replace travis-ci.org with travis-ci.com
    gclough authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0b132c8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ANXS#501 from gclough/remove_deprecation

    feat: Remove deprecated PostgreSQL versions < 9.5
    gclough authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    75bc255 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f353bc View commit details
    Browse the repository at this point in the history
  13. Merge branch 'quote_around_password_encryption' of https://github.com…

    …/gclough/postgresql into quote_around_password_encryption
    gclough committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4c126b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Merge pull request ANXS#500 from gclough/quote_around_password_encryp…

    …tion
    
    style: Standardising postgresql.conf style for passsword_encryption
    gclough authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fdadb50 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Merge pull request ANXS#494 from europ/readme-fix

    README.md example fixed and added include-as-task example
    maglub authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0bbc9f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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