summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-03-19Make checkpoint requests more robust.Tom Lane
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-08-22Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund
2017-07-31Fix comment.Tatsuo Ishii
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2016-11-17Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-02-09Minor cleanup/code review for "indirect toast" stuff.Tom Lane
2015-01-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
2014-12-30Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-09-02Silence warning on new versions of clang.Heikki Linnakangas
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-06-27Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-05-15Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-24Fix race when updating a tuple concurrently locked by another processAlvaro Herrera
2014-04-23Cleanup of new b-tree page deletion code.Heikki Linnakangas
2014-04-20Fix another typo.Robert Haas
2014-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas
2014-04-03Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas
2014-04-01Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas
2014-03-31Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-24Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas
2014-03-21Fix thinkos in GinLogicValue enum.Heikki Linnakangas
2014-03-21Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas