summaryrefslogtreecommitdiff
path: root/src/backend/access/table/tableam.c
AgeCommit message (Expand)Author
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-03Consider fillfactor when estimating relation sizeTomas Vondra
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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-02Update copyright for 2023Bruce Momjian
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2020-07-26Allocate consecutive blocks during parallel seqscansDavid Rowley
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-05-31Fix double-phrase typo in messageAlvaro Herrera
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-18"A void function may not return a value".Tom Lane
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-04-01tableam: Formatting and other minor cleanups.Andres Freund
2019-03-25tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund