index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogrecovery.c
Commit message (
Expand
)
Author
Age
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Remove useless arguments in ReadCheckpointRecord().
Fujii Masao
2022-07-25
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Fix typo in xlogrecovery.c code comment
Daniel Gustafsson
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix compilation with WAL_DEBUG.
Andres Freund
2022-04-06
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
*
Fix bogus log message when starting from a cleanly shut down state.
Heikki Linnakangas
2022-02-16
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16