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
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Fix typo.
Robert Haas
2020-08-06
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-08-06
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Back-patch log_newpage_range().
Noah Misch
2020-03-21
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-18
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
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
*
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
*
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
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
[next]