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
*
Improve error message when standby does accept connections.
Fujii Masao
2025-04-02
*
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-27
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
*
Improve FATAL message for invalid TLI history at recovery
Michael Paquier
2025-02-26
*
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-26
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Fix FATAL message for invalid recovery timeline at beginning of recovery
Michael Paquier
2025-02-20
*
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-04
*
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-20
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
*
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
*
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
*
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
*
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-10
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Use the pairing heap instead of a flat array for LSN replay waiters
Alexander Korotkov
2024-04-03
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
*
Add some checkpoint and redo LSNs to a couple of recovery errors
Michael Paquier
2024-03-11
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Fixups for commit 93db6cbda0.
Amit Kapila
2024-02-29
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Add more LOG messages when starting and ending recovery from a backup
Michael Paquier
2024-01-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Delay recovery mode LOG after reading backup_label and/or checkpoint record
Michael Paquier
2023-10-30
*
Mention standby.signal in FATALs for checkpoint record missing at recovery
Michael Paquier
2023-10-30
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-06-06
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Fix XLogPageRead() comment
Peter Eisentraut
2023-01-23
*
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
*
Fix typos in code and comments
Michael Paquier
2023-01-11
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
*
Add LSN location in some error messages related to WAL pages
Michael Paquier
2022-12-05
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
[next]