aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix bogus commentsAlvaro Herrera2016-05-12
* 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
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-13
* 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
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02