summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2018-11-19PANIC on fsync() failure.Thomas Munro
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-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-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-06-25Address set of issues with errno handlingMichael Paquier
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-05Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2017-12-08Fix mistake in commentPeter Eisentraut
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-05Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-14Spelling fixesPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-09Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-06Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-11-16Message improvementsPeter Eisentraut
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-18Add missing serial commaPeter Eisentraut
2015-09-15Improve log messages related to tablespace_map fileFujii Masao
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-03Document that max_worker_processes must be high enough in standby.Fujii Masao
2015-08-03Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao
2015-08-02Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas
2015-08-02Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-01Make XLogFileCopy() look the same as in 9.4.Fujii Masao
2015-06-29Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-21Add missing check for wal_debug GUC.Andres Freund
2015-06-08Fix typosAlvaro Herrera
2015-06-09Refactor WAL segment copying code.Fujii Masao
2015-06-08Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund