summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogwait.c
AgeCommit message (Expand)Author
3 daysRefactor WaitLSNType enum to use a macro for type countAlexander Korotkov
13 daysFix incorrect assertion bound in WaitForLSN()Alexander Korotkov
2025-11-18Optimize shared memory usage for WaitLSNProcInfoAlexander Korotkov
2025-11-15Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtrAlexander Korotkov
2025-11-07Fix checking for recovery state in WaitForLSN()Alexander Korotkov
2025-11-06Use XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov