summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-28Fix randAccess setting in ReadRecord()Heikki Linnakangas
2020-01-28Fix compile error on HP C.Thomas Munro
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-23Clarify some comments in vacuumlazy.cMichael Paquier
2020-01-22Add GUC ignore_invalid_pages.Fujii Masao
2020-01-22Fix the computation of max dead tuples during the vacuum.Amit Kapila
2020-01-20Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-13Fix comment in heapam.cMichael Paquier
2020-01-13Delete empty pages in each pass during GIST VACUUM.Amit Kapila
2020-01-08Reimplement nullification of walsender timestampAlvaro Herrera
2020-01-07pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
2020-01-06Remove redundant incomplete split assertion.Peter Geoghegan
2020-01-03Add xl_btree_delete optimization.Peter Geoghegan
2020-01-03Clear up btree_xlog_split() alignment comment.Peter Geoghegan
2020-01-02Correct _bt_delitems_vacuum() lock comments.Peter Geoghegan
2020-01-02Revise BTP_HAS_GARBAGE nbtree VACUUM comments.Peter Geoghegan
2020-01-01Update btree_xlog_delete() comments.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-26Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-23Update nbtree LP_DEAD item deletion comments.Peter Geoghegan
2019-12-19Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan
2019-12-19revert: Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19Remove meaningless assignments in nbtree codeBruce Momjian
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Move heap-specific detoasting logic into a separate function.Robert Haas
2019-12-18Fix compiler warning in non-assert buildsMichael Paquier
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-12-18Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier
2019-12-17Fix bad formula in previous commit.Robert Haas
2019-12-17Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas
2019-12-17Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-17Update nbtree README's "Scans during Recovery".Peter Geoghegan
2019-12-16Demote variable from global to localAlvaro Herrera
2019-12-16Fix yet another crash in page split during GiST index creation.Heikki Linnakangas
2019-12-15Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas
2019-12-03Fix thinkos from commit 9989d37Michael Paquier
2019-12-03Remove XLogFileNameP() from the treeMichael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera