Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
waitlsn.c
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-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-10
Improve header comment for WaitLSNSetLatches()
Alexander Korotkov
2024-08-10
Adjust pg_wal_replay_wait() procedure behavior on promoted standby
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-03
Minor improvements for waitlsn.c
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov