summaryrefslogtreecommitdiff
path: root/src/include/access/tableam.h
AgeCommit message (Expand)Author
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-03Revert 11470f544eAlexander Korotkov
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-04-05Simplify state managed by VACUUM.Peter Geoghegan
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-26Allocate consecutive blocks during parallel seqscansDavid Rowley
2020-07-14Fix comments related to table AMsMichael Paquier
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-02-10Fix typos.Amit Kapila
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-01-09Remove bogus 'return'.Robert Haas
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-07-18tableam: comment improvements.Andres Freund
2019-07-10Fix few typos and minor wordsmithing in tableam comments.Amit Kapila
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-06-11tableam: Fix index_build_range_scan parameter name.Robert Haas
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
2019-05-31Fix incorrect parameter name in commentDavid Rowley
2019-05-30Remove unnecessary (and wrong) forward declaration.Andres Freund
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund