aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Fix typo.Robert Haas2020-08-06
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Back-patch log_newpage_range().Noah Misch2020-03-21
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier2019-12-18
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fix minor error message style guide violation.Tom Lane2018-09-19
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ensure correct minimum consistent point on standbysMichael Paquier2018-08-31
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-09
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane2018-03-30
* Fix typo in commentMagnus Hagander2018-03-30
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Fix typo in commentMagnus Hagander2018-02-16
* Update out-of-date comment in StartupXLOG.Robert Haas2018-02-07
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Fix mistake in commentPeter Eisentraut2017-12-08
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove secondary checkpointSimon Riggs2017-11-07
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18