summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-02-02Avoid possible deadlock while locking multiple heap pages.Amit Kapila
2019-02-01Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-14Initialize TransactionState and user ID consistently at transaction startMichael Paquier
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-06Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-28Fix WAL recycling on standbys depending on archive_modeMichael Paquier
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-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-09Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane
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-04Check for interrupts inside the nbtree page deletion code.Andres Freund
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-18Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier
2018-06-14Fail BRIN control functions during recovery explicitlyAlvaro Herrera
2018-06-06Fix function code in error reportAlvaro Herrera
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-04-16Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2018-04-11Do not select new object OIDs that match recently-dead entries.Tom Lane
2018-03-26Fix thinko in commentAlvaro Herrera
2018-03-22Fix tuple counting in SP-GiST index build.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-02Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane
2018-03-01Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-08Fix mistake in commentPeter Eisentraut
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-26Pad XLogReaderState's main_data buffer more aggressively.Tom Lane
2017-11-03Fix BRIN summarization concurrent with extensionAlvaro Herrera