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
*
Adjust comment about timeout when waiting for WAL at recovery
Michael Paquier
2019-02-01
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2019-01-01
*
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-30
*
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-12-26
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-19
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Fix typo in xlog.c.
Andres Freund
2018-10-31
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Fix minor error message style guide violation.
Tom Lane
2018-09-19
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-24
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-23
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Clean up temporary WAL segments after an instance crash
Michael Paquier
2018-07-13
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-09
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
*
Add wait event for fsync of WAL segments
Michael Paquier
2018-07-02
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Ensure that WAL pages skipped by a forced WAL switch are zero-filled.
Tom Lane
2018-03-30
*
Fix typo in comment
Magnus Hagander
2018-03-30
*
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
*
Fix typo in comment
Magnus Hagander
2018-02-16
*
Update out-of-date comment in StartupXLOG.
Robert Haas
2018-02-07
*
Add TIMELINE to backup_label file
Simon Riggs
2018-01-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
[next]