summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-02Fix VM buffer pin management in heap_lock_updated_tuple_rec().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-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2017-12-18Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao
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-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-03Fix BRIN summarization concurrent with extensionAlvaro Herrera
2017-11-02Fix corner-case errors in brin_doupdate().Tom Lane
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-08Reword some unclear commentsAlvaro Herrera
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-04-23Fix order of arguments to SubTransSetParent().Tom Lane
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-14Spelling fixesPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-09BRIN revmap pages are not standard pages ...Alvaro Herrera