aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane2016-09-03
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-06
* Block interrupts during HandleParallelMessages().Tom Lane2016-08-02
* Sync 9.5 version of access/transam/parallel.c with HEAD.Tom Lane2016-08-02
* Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund2016-07-15
* Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund2016-07-15
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-15
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24