Age | Commit message (Expand) | Author |
---|---|---|
2024-10-24 | Move LSN waiting declarations and definitions to better place | Alexander Korotkov |
2024-09-19 | Move pg_wal_replay_wait() to xlogfuncs.c | Alexander Korotkov |
2024-08-02 | Implement pg_wal_replay_wait() stored procedure | Alexander Korotkov |
2024-04-11 | Revert: Implement pg_wal_replay_wait() stored procedure | Alexander Korotkov |
2024-04-06 | Clarify what is protected by WaitLSNLock | Alexander Korotkov |
2024-04-06 | Use an LWLock instead of a spinlock in waitlsn.c | Alexander Korotkov |
2024-04-03 | Use the pairing heap instead of a flat array for LSN replay waiters | Alexander Korotkov |
2024-04-02 | Implement pg_wal_replay_wait() stored procedure | Alexander Korotkov |