aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Silence compiler warningAlvaro Herrera2019-06-14
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-14
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-15
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Fix memory leak in printtup.c.Tom Lane2019-03-18
* Adjust error messagePeter Eisentraut2019-02-11
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13
* Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane2018-12-10
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Fix WAL recycling on standbys depending on archive_modeMichael Paquier2018-09-28
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Defer restoration of libraries in parallel workers.Thomas Munro2018-09-20
* Fix minor error message style guide violation.Tom Lane2018-09-19
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov2018-09-09