summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2020-03-01Remove dead code from _bt_update_posting().Peter Geoghegan
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-26Silence another compiler warning in nbtinsert.c.Peter Geoghegan
2020-02-26Silence compiler warning in nbtinsert.c.Peter Geoghegan
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-26Add equalimage B-Tree support functions.Peter Geoghegan
2020-02-24Issue properly WAL record for CID of first catalog tuple in multi-insertMichael Paquier
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-22Factor out InitControlFile() from BootStrapXLOG()Peter Eisentraut
2020-02-22Reformat code commentPeter Eisentraut
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Remove obsolete _bt_compare() comment.Peter Geoghegan
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-02-10Fix typos.Amit Kapila
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-02-04Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-01-30Handle lack of DSM slots in parallel btree build.Thomas Munro
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
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