Commits

DateSubjectAuthorReleases
2026-03-24 Don't include storage/lock.h in so many headers Álvaro Herrera 19 (unreleased)
2026-02-20 Avoid including worker_internal.h in pgstat.h. Amit Kapila 19 (unreleased)
2026-02-18 Switch SysCacheIdentifier to a typedef enum Michael Paquier 19 (unreleased)
2026-01-05 Fix typos and inconsistencies in code and comments Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-11-05 Add sequence synchronization for logical replication. Amit Kapila 19 (unreleased)
2025-10-28 Add worker type argument to logical replication worker functions. Amit Kapila 19 (unreleased)
2025-10-16 Refactor logical worker synchronization code into a separate file. Amit Kapila 19 (unreleased)
2025-09-08 Post-commit review fixes for 228c370868. Amit Kapila 19 (unreleased)
2025-09-02 Add max_retention_duration option to subscriptions. Amit Kapila 19 (unreleased)
2025-08-04 Detect and report update_deleted conflicts. Amit Kapila 19 (unreleased)
2025-07-23 Preserve conflict-relevant data during logical replication. Amit Kapila 19 (unreleased)
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-07-24 Allow altering of two_phase option of a SUBSCRIPTION. Amit Kapila 18.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-04 Remove unnecessary includes of <signal.h> Peter Eisentraut 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-08-25 Reset the logical worker type while cleaning up other worker info. Amit Kapila 17.0
2023-08-14 Simplify determining logical replication worker types. Amit Kapila 17.0
2023-08-03 Refactor to split Apply and Tablesync Workers code. Amit Kapila 17.0
2023-05-09 Fix invalid memory access during the shutdown of the parallel apply worker. Amit Kapila 16.0
2023-05-03 Fix assertion failure in apply worker. Amit Kapila 16.0
2023-04-13 Harmonize some more function parameter names. Peter Geoghegan 16.0
2023-01-18 Display the leader apply worker's PID for parallel apply workers. Amit Kapila 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0