Commits

DateSubjectAuthorReleases
2025-11-28 Add slotsync_skip_reason column to pg_replication_slots view. Amit Kapila 19 (unreleased)
2025-07-23 Preserve conflict-relevant data during logical replication. Amit Kapila 19 (unreleased)
2025-02-19 Invalidate inactive replication slots. Amit Kapila 18.0
2025-02-05 Avoid updating inactive_since for invalid replication slots. Amit Kapila 18.0
2025-01-31 Raise an error while trying to acquire an invalid slot. Amit Kapila 18.0
2024-11-25 Doc: Clarify the `inactive_since` field description. Amit Kapila 18.0
2024-11-25 Doc: Clarify the `inactive_since` field description. Amit Kapila 17.3
2024-07-24 Allow altering of two_phase option of a SUBSCRIPTION. Amit Kapila 18.0
2024-07-01 Rename standby_slot_names to synchronized_standby_slots. Amit Kapila 18.0
2024-07-01 Rename standby_slot_names to synchronized_standby_slots. Amit Kapila 17.0
2024-04-25 Post-commit review fixes for slot synchronization. Amit Kapila 17.0
2024-03-27 Change last_inactive_time to inactive_since in pg_replication_slots. Amit Kapila 17.0
2024-03-25 Track last_inactive_time in pg_replication_slots. Amit Kapila 17.0
2024-03-22 Track invalidation_reason in pg_replication_slots. Amit Kapila 17.0
2024-03-08 Introduce a new GUC 'standby_slot_names'. Amit Kapila 17.0
2024-02-14 Add a slot synchronization function. Amit Kapila 17.0
2024-01-29 Allow setting failover property in the replication command. Amit Kapila 17.0
2024-01-25 Allow to enable failover property for replication slots via SQL API. Amit Kapila 17.0
2023-09-14 Flush logical slots to disk during a shutdown checkpoint if required. Amit Kapila 17.0
2022-09-21 Pass Size as a 2nd argument for snprintf() in tablesync.c. Amit Kapila 16.0
2021-07-14 Add support for prepared transactions to built-in logical replication. Amit Kapila 15.0
2021-04-27 Use HTAB for replication slot statistics. Amit Kapila 14.0
2021-03-03 Add option to enable two_phase commits via pg_create_logical_replication_slot. Amit Kapila 14.0
2021-03-01 Avoid repeated decoding of prepared transactions after a restart. Amit Kapila 14.0
2021-02-15 Fix the warnings introduced in commit ce0fdbfe97. Amit Kapila 14.0