aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogwait.c
Commit message (Expand)AuthorAge
* Rename two functions that wake up other processesHeikki Linnakangas2024-11-01
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov2024-10-24
* Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov2024-10-24
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24