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
/
xlog.c
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Stop archive recovery if WAL generated with wal_level=minimal is found.
Fujii Masao
2021-04-06
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Add condition variable for recovery resume.
Thomas Munro
2021-03-12
*
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-02-06
*
Retire pg_standby.
Thomas Munro
2021-01-29
*
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-27
*
Remove CheckpointLock.
Robert Haas
2021-01-25
*
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-18
*
Fix O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-15
*
Use vectored I/O to fill new WAL segments.
Thomas Munro
2021-01-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
*
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-17
*
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-14
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Replace a macro by a function
Peter Eisentraut
2020-11-20
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-16
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
*
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-04
*
Fix compilation warning in xlog.c
Michael Paquier
2020-10-06
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
*
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-10-02
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Report resource usage at the end of recovery
David Rowley
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Fix incorrect variable datatype.
Fujii Masao
2020-07-08
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
[next]