summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29Warn more strongly about the dangers of exclusive backup mode.Robert Haas
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-18Refactor more code logic to update the control fileMichael Paquier
2019-03-16Avoid casting away a constPeter Eisentraut
2019-03-11Adjust error message for partial writes in WAL segmentsMichael Paquier
2019-03-09Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-03-06Removed unused variable, openLogOff.Robert Haas
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-02-01Adjust comment about timeout when waiting for WAL at recoveryMichael Paquier
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2019-01-01Improve comments and logs in do_pg_stop/start_backupMichael Paquier
2018-12-30Change "checkpoint starting" message to use "wal"Peter Eisentraut
2018-12-26Fix failure to check for open() or fsync() failures.Tom Lane
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-19Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier
2018-11-07Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro
2018-10-31Fix typo in xlog.c.Andres Freund
2018-10-25Add pg_promote functionMichael Paquier
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-19Fix minor error message style guide violation.Tom Lane
2018-09-13Attach FPI to the first record after full_page_writes is turned on.Amit Kapila
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-07-24Fix calculation for WAL segment recycling and removalMichael Paquier
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-23Make more consistent some error messages for file-related operationsMichael Paquier
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Rework error messages around file handlingMichael Paquier
2018-07-13Clean up temporary WAL segments after an instance crashMichael Paquier
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-09Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-02Add wait event for fsync of WAL segmentsMichael Paquier
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-17Message wording and pluralization improvementsPeter Eisentraut
2018-05-05Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander