aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* 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
* Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov2018-09-09
* 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 handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-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
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* 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
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* 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
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-16
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Do not select new object OIDs that match recently-dead entries.Tom Lane2018-04-11
* Fix thinko in commentAlvaro Herrera2018-03-26
* Fix tuple counting in SP-GiST index build.Tom Lane2018-03-22
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-02
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix mistake in commentPeter Eisentraut2017-12-08