aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogrecovery.c
Commit message (Expand)AuthorAge
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Remove useless arguments in ReadCheckpointRecord().Fujii Masao2022-07-25
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-01
* 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