aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix new warnings from GCC 7Peter Eisentraut2017-05-15
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-23
* 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
* 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
* 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
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* 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 small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* In B-tree page deletion, clean up properly after page deletion failure.Tom Lane2016-08-06
* 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
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Avoid hot standby cancels from VAC FREEZEAlvaro Herrera2016-05-25
* Fix missing initialization of buffer_std field in _bt_newroot().Tom Lane2016-05-21
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02