| Age | Commit message (Expand) | Author |
| 3 days | Refactor WaitLSNType enum to use a macro for type count | Alexander Korotkov |
| 13 days | Fix incorrect assertion bound in WaitForLSN() | Alexander Korotkov |
| 2025-11-18 | Optimize shared memory usage for WaitLSNProcInfo | Alexander Korotkov |
| 2025-11-15 | Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr | Alexander Korotkov |
| 2025-11-07 | Fix checking for recovery state in WaitForLSN() | Alexander Korotkov |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-11-05 | Add infrastructure for efficient LSN waiting | Alexander Korotkov |
| 2024-11-04 | Revert pg_wal_replay_wait() stored procedure | Alexander Korotkov |
| 2024-11-01 | Rename two functions that wake up other processes | Heikki Linnakangas |
| 2024-11-01 | Use ProcNumbers instead of direct Latch pointers to address other procs | Heikki Linnakangas |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-10-24 | Add 'no_error' argument to pg_wal_replay_wait() | Alexander Korotkov |
| 2024-10-24 | Refactor WaitForLSNReplay() to return the result of waiting | Alexander Korotkov |
| 2024-10-24 | Make WaitForLSNReplay() issue FATAL on postmaster death | Alexander Korotkov |
| 2024-10-24 | Move LSN waiting declarations and definitions to better place | Alexander Korotkov |