aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Adjust comment about timeout when waiting for WAL at recoveryMichael Paquier2019-02-01
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Improve comments and logs in do_pg_stop/start_backupMichael Paquier2019-01-01
* Change "checkpoint starting" message to use "wal"Peter Eisentraut2018-12-30
* Fix failure to check for open() or fsync() failures.Tom Lane2018-12-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier2018-11-19
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Fix typo in xlog.c.Andres Freund2018-10-31
* Add pg_promote functionMichael Paquier2018-10-25
* 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
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Make more consistent some error messages for file-related operationsMichael Paquier2018-07-23
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Clean up temporary WAL segments after an instance crashMichael Paquier2018-07-13
* 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
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* 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