summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
3 daysPrevent invalidation of newly created replication slots.Amit Kapila
6 daysFix issue with EVENT TRIGGERS and ALTER PUBLICATIONDavid Rowley
6 daysHonor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.Fujii Masao
12 daysFix a race condition in updating procArray->replication_slot_xmin.Masahiko Sawada
2025-12-24Don't advance origin during apply failure.Amit Kapila
2025-12-23Fix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
2025-12-16For inplace update, send nontransactional invalidations.Noah Misch
2025-10-30Fix regression with slot invalidation checksMichael Paquier
2025-10-23Add comments explaining overflow entries in the replication lag tracker.Fujii Masao
2025-10-22Make invalid primary_slot_name follow standard GUC error reporting.Fujii Masao
2025-10-22Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing.Fujii Masao
2025-10-10Remove state.tmp when failing to save a replication slotMichael Paquier
2025-10-09Fix access-to-already-freed-memory issue in pgoutput.Masahiko Sawada
2025-09-24Fix LOCK_TIMEOUT handling during parallel apply.Amit Kapila
2025-08-20Fix assertion failure with replication slot release in single-user modeMichael Paquier
2025-08-19Fix self-deadlock during DROP SUBSCRIPTION.Amit Kapila
2025-08-02Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.cMichael Paquier
2025-08-01Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.Amit Kapila
2025-06-24Prevent excessive delays before launching new logrep workers.Tom Lane
2025-06-16Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-14Keep WAL segments by the flushed value of the slot's restart LSNAlexander Korotkov
2025-06-02Use replay LSN as target for cascading logical WAL sendersMichael Paquier
2025-05-30Ensure we have a snapshot when updating various system catalogs.Nathan Bossart
2025-05-19Don't retreat slot's confirmed_flush LSN.Amit Kapila
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-08Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2024-12-30Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2024-12-23Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-11-21Fix memory leak in pgoutput for the WAL senderMichael Paquier
2024-11-15Fix a possibility of logical replication slot's restart_lsn going backwards.Masahiko Sawada
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-16Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-06-27Drop the temporary tuple slots allocated by pgoutput.Amit Kapila
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-11Use correct datatype for xmin variables in slot.cMichael Paquier
2024-02-20Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()Michael Paquier
2024-01-23Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"Heikki Linnakangas
2024-01-12Fix memory leak in connection string validation.Jeff Davis
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2023-12-12Fix typo in commentDaniel Gustafsson
2023-12-11Fix an undetected deadlock due to apply worker.Amit Kapila