Commits

DateSubjectAuthorReleases
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 13.10
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 14.7
2022-09-19 Harmonize heapam and tableam parameter names. Peter Geoghegan 16.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-07-12 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-08-08 Implement streaming mode in ReorderBuffer. Amit Kapila 14.0
2020-07-29 Move syncscan.c to src/backend/access/common. Thomas Munro 14.0
2020-07-26 Allocate consecutive blocks during parallel seqscans David Rowley 14.0
2020-06-25 Fix misuse of table_index_fetch_tuple_check(). Peter Geoghegan 14.0
2020-06-25 Fix misuse of table_index_fetch_tuple_check(). Peter Geoghegan 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-07-08 tableam: Provide helper functions for relation sizing. Robert Haas 13.0
2019-05-31 Fix double-phrase typo in message Alvaro Herrera 12.0
2019-05-23 tableam: Rename wrapper functions to match callback names. Andres Freund 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-19 Don't to predicate lock for analyze scans, refactor scan option passing. Andres Freund 12.0
2019-05-18 "A void function may not return a value". Tom Lane 12.0
2019-05-18 tableam: Avoid relying on relation size to determine validity of tids. Andres Freund 12.0
2019-04-01 tableam: Formatting and other minor cleanups. Andres Freund 12.0
2019-03-25 tableam: Add helper for indexes to check if a corresponding table tuples exist. Andres Freund 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0