aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogrecovery.c
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Fix typo in xlogrecovery.c code commentDaniel Gustafsson2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Fix compilation with WAL_DEBUG.Andres Freund2022-04-06
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix bogus log message when starting from a cleanly shut down state.Heikki Linnakangas2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16