aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Fix WAL recycling on standbys depending on archive_modeMichael Paquier2018-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
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* 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
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18
* Fix function code in error reportAlvaro Herrera2018-06-06
* 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
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* 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
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* 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
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-23
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* 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 typos in comments.Heikki Linnakangas2017-02-06
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Block interrupts during HandleParallelMessages().Tom Lane2016-08-02
* Sync 9.5 version of access/transam/parallel.c with HEAD.Tom Lane2016-08-02
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix typos in commentsAlvaro Herrera2016-03-15