aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Back-patch log_newpage_range().Noah Misch2020-03-21
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* 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
* 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
* 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
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Fix mistake in commentPeter Eisentraut2017-12-08
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Spelling fixesPeter Eisentraut2017-03-14
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Message improvementsPeter Eisentraut2015-11-16
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Make XLogFileCopy() look the same as in 9.4.Fujii Masao2015-07-01
* Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas2015-06-29
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26