aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Remove obsolete _bt_compare() comment.Peter Geoghegan2020-02-18
* Use pg_pwrite() in more places.Thomas Munro2020-02-11
* Fix typos.Amit Kapila2020-02-10
* Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane2020-02-09
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro2020-02-05
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Handle lack of DSM slots in parallel btree build.Thomas Munro2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Fix randAccess setting in ReadRecord()Heikki Linnakangas2020-01-28
* Fix compile error on HP C.Thomas Munro2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Clarify some comments in vacuumlazy.cMichael Paquier2020-01-23
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-22
* Fix the computation of max dead tuples during the vacuum.Amit Kapila2020-01-22
* Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Fix comment in heapam.cMichael Paquier2020-01-13
* Delete empty pages in each pass during GIST VACUUM.Amit Kapila2020-01-13
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-08
* pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera2020-01-07
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Remove redundant incomplete split assertion.Peter Geoghegan2020-01-05
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Clear up btree_xlog_split() alignment comment.Peter Geoghegan2020-01-02
* Correct _bt_delitems_vacuum() lock comments.Peter Geoghegan2020-01-02
* Revise BTP_HAS_GARBAGE nbtree VACUUM comments.Peter Geoghegan2020-01-01
* Update btree_xlog_delete() comments.Peter Geoghegan2020-01-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier2019-12-26
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Update nbtree LP_DEAD item deletion comments.Peter Geoghegan2019-12-22
* Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan2019-12-19
* revert: Remove meaningless assignments in nbtree codeBruce Momjian2019-12-19
* Remove meaningless assignments in nbtree codeBruce Momjian2019-12-19
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Move heap-specific detoasting logic into a separate function.Robert Haas2019-12-18
* Fix compiler warning in non-assert buildsMichael Paquier2019-12-18
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier2019-12-18
* Fix bad formula in previous commit.Robert Haas2019-12-17