| Age | Commit message (Expand) | Author |
| 31 hours | Revisit cosmetics of "For inplace update, send nontransactional invalidations." | Noah Misch |
| 2 days | Add retry logic to pg_sync_replication_slots(). | Amit Kapila |
| 6 days | Enhance slot synchronization API to respect promotion signal. | Amit Kapila |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Fix LOCK_TIMEOUT handling in slotsync worker. | Amit Kapila |
| 8 days | Remove useless casts in format arguments | Peter Eisentraut |
| 9 days | Unify error messages | Álvaro Herrera |
| 9 days | Prevent invalidation of newly created replication slots. | Amit Kapila |
| 13 days | Use "foo(void)" for definitions of functions with no parameters. | Nathan Bossart |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-12-01 | Fix a strict aliasing violation | Peter Eisentraut |
| 2025-11-28 | Add slotsync_skip_reason column to pg_replication_slots view. | Amit Kapila |
| 2025-11-25 | Fix a BF failure caused by commit 76b78721ca. | Amit Kapila |
| 2025-11-25 | Add slotsync skip statistics. | Amit Kapila |
| 2025-11-20 | Use "COPY table TO" for partitioned tables in initial table synchronization. | Masahiko Sawada |
| 2025-11-19 | Fix NLS for incorrect GUC enum value hint message | Peter Eisentraut |
| 2025-11-17 | Fix typos in logical replication code comments | Daniel Gustafsson |
| 2025-11-13 | Replace off_t by pgoff_t in I/O routines | Michael Paquier |
| 2025-11-12 | Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable. | Fujii Masao |
| 2025-11-07 | Add seq_sync_error_count to subscription statistics. | Amit Kapila |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-11-06 | Fix few issues in commit 5509055d69. | Amit Kapila |
| 2025-11-05 | Add sequence synchronization for logical replication. | Amit Kapila |
| 2025-11-04 | Add WalRcvGetState() to retrieve the state of a WAL receiver | Michael Paquier |
| 2025-10-30 | Fix regression with slot invalidation checks | Michael Paquier |
| 2025-10-28 | Add worker type argument to logical replication worker functions. | Amit Kapila |
| 2025-10-27 | Fix GUC check_hook validation for synchronized_standby_slots. | Amit Kapila |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-10-23 | Add comments explaining overflow entries in the replication lag tracker. | Fujii Masao |
| 2025-10-22 | Avoid assuming that time_t can fit in an int. | Tom Lane |
| 2025-10-22 | Make invalid primary_slot_name follow standard GUC error reporting. | Fujii Masao |
| 2025-10-22 | Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. | Fujii Masao |
| 2025-10-21 | Use CompactAttribute more often, when possible | David Rowley |
| 2025-10-16 | Refactor logical worker synchronization code into a separate file. | Amit Kapila |
| 2025-10-10 | Remove state.tmp when failing to save a replication slot | Michael Paquier |
| 2025-10-09 | Fix access-to-already-freed-memory issue in pgoutput. | Masahiko Sawada |
| 2025-10-08 | Add mem_exceeded_count column to pg_stat_replication_slots. | Masahiko Sawada |
| 2025-09-30 | Make some use of anonymous unions [reorderbuffer xact_time] | Peter Eisentraut |
| 2025-09-24 | Fix LOCK_TIMEOUT handling during parallel apply. | Amit Kapila |
| 2025-09-19 | Add optional pid parameter to pg_replication_origin_session_setup(). | Amit Kapila |
| 2025-09-19 | Improve few errdetail messages introduced in commit 0d48d393d46. | Amit Kapila |
| 2025-09-15 | Resume conflict-relevant data retention automatically. | Amit Kapila |
| 2025-09-12 | Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext | Álvaro Herrera |
| 2025-09-11 | Remove stray semicolon at global scope | Peter Eisentraut |
| 2025-09-10 | Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h | Michael Paquier |
| 2025-09-09 | Fix Coverity issue reported in commit a850be2fe. | Amit Kapila |
| 2025-09-08 | Post-commit review fixes for 228c370868. | Amit Kapila |
| 2025-09-03 | Fix use-after-free issue in slot synchronization. | Amit Kapila |
| 2025-09-02 | Add max_retention_duration option to subscriptions. | Amit Kapila |
| 2025-08-29 | Remove unused parameter from ProcessSlotSyncInterrupts(). | Nathan Bossart |