index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogrecovery.c
Age
Commit message (
Expand
)
Author
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add assertions checking for the startup process in WAL replay routines
Michael Paquier
2025-11-04
Add assertion check for WAL receiver state during stream-archive transition
Michael Paquier
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-05
Change pg_lsn_in_internal() to use soft error reporting
Michael Paquier
2025-08-02
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-03
Improve checks for GUC recovery_target_timeline
Michael Paquier
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-02-26
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-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-20
Fix FATAL message for invalid recovery timeline at beginning of recovery
Michael Paquier
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-09-10
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-03
Use the pairing heap instead of a flat array for LSN replay waiters
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-11
Add some checkpoint and redo LSNs to a couple of recovery errors
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Fixups for commit 93db6cbda0.
Amit Kapila
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-01-25
Add more LOG messages when starting and ending recovery from a backup
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-10-30
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-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-23
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
[next]