Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-05-13 Fix stale COPY progress during logical replication table sync Fujii Masao 19 (unreleased)
2026-04-02 Add target_relid parameter to pg_get_publication_tables(). Masahiko Sawada 19 (unreleased)
2026-03-06 Use palloc_object() and palloc_array() in more areas of the logical replication. Masahiko Sawada 19 (unreleased)
2026-03-06 Don't include wait_event.h in pgstat.h Álvaro Herrera 19 (unreleased)
2026-02-27 Don't include proc.h in shm_mq.h Álvaro Herrera 19 (unreleased)
2026-02-20 Avoid including worker_internal.h in pgstat.h. Amit Kapila 19 (unreleased)
2026-01-28 Consolidate replication origin session globals into a single struct. Masahiko Sawada 19 (unreleased)
2026-01-28 Refactor replication origin state reset helpers. Masahiko Sawada 19 (unreleased)
2026-01-28 Standardize replication origin naming to use "ReplOrigin". Masahiko Sawada 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-23 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 19 (unreleased)
2025-12-03 Use "foo(void)" for definitions of functions with no parameters. Nathan Bossart 19 (unreleased)
2025-11-20 Use "COPY table TO" for partitioned tables in initial table synchronization. Masahiko Sawada 19 (unreleased)
2025-11-07 Add seq_sync_error_count to subscription statistics. Amit Kapila 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-23 Introduce "REFRESH SEQUENCES" for subscriptions. 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-08-01 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 19 (unreleased)
2025-07-23 Preserve conflict-relevant data during logical replication. Amit Kapila 19 (unreleased)
2025-07-07 Standardize LSN formatting by zero padding Álvaro Herrera 19 (unreleased)