Skip to content

Releases: EnterpriseDB/pg_failover_slots

1.1.0

27 Aug 13:52
Compare
Choose a tag to compare

Version 1.1.0 contains bug fixes, enhanced configurability, and support for the most recent PostgreSQL major version.

  • Add support for PostgreSQL 17

  • Bug fix: Do not drop physical slots on standby

    It would previously also drop physical replication slots on the standby if they did not exist on the primary. This was never the intention. Now it only touches logical replication slots.

  • New configuration setting: pg_failover_slots.maintenance_db

    This value was previously hardcoded.

  • New configuration setting: pg_failover_slots.worker_nap_time

    This value was previously hardcoded.

1.0.1

07 Jun 15:37
Compare
Choose a tag to compare

Version 1.0.1 fixes several compatibility bugs:

  • Fix support for PG13 and older.
    The missing interfaces caused either disconnects or outright crashes on PG13 and older.
  • Test compatibility improvements.
    Tests now work on PG11, and are more resilient to testing on slower machines.
  • PG16 compatibility improvements
  • Various minor cleanups

1.0.0

17 Apr 05:27
Compare
Choose a tag to compare

This is the initial release.