index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogrecovery.c
Age
Commit message (
Expand
)
Author
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-01-23
Fix XLogPageRead() comment
Peter Eisentraut
2023-01-19
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-11
Fix typos in code and comments
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-05
Add LSN location in some error messages related to WAL pages
Michael Paquier
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-28
Remove promote_trigger_file.
Thomas Munro
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-15
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
Noah Misch
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-09
Add more error context to RestoreBlockImage() and consume it
Michael Paquier
2022-09-03
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-07-28
Fix replay of create database records on standby
Alvaro Herrera
2022-07-25
Remove useless arguments in ReadCheckpointRecord().
Fujii Masao
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-01
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
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-07
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-07
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-23
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-02-16
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