summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogrecovery.c
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-01-23Fix XLogPageRead() commentPeter Eisentraut
2023-01-19Log the correct ending timestamp in recovery_target_xid mode.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-05Add LSN location in some error messages related to WAL pagesMichael Paquier
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-28Remove promote_trigger_file.Thomas Munro
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-15Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-09Add more error context to RestoreBlockImage() and consume itMichael Paquier
2022-09-03Fix cache invalidation bug in recovery_prefetch.Thomas Munro
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-25Remove useless arguments in ReadCheckpointRecord().Fujii Masao
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-07Fix typo in xlogrecovery.c code commentDaniel Gustafsson
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Fix compilation with WAL_DEBUG.Andres Freund
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-02-16Fix bogus log message when starting from a cleanly shut down state.Heikki Linnakangas
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas