aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-26
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* 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
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* 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 ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* BRIN revmap pages are not standard pages ...Alvaro Herrera2017-01-09
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.Kevin Grittner2016-12-13
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2016-12-06
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02