aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/table/tableam.c
Commit message (Expand)AuthorAge
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* Allocate consecutive blocks during parallel seqscansDavid Rowley2020-07-26
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Update copyrights for 2020Bruce Momjian2020-01-01
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* Fix double-phrase typo in messageAlvaro Herrera2019-05-31
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Initial pgindent run for v12.Tom Lane2019-05-22
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* "A void function may not return a value".Tom Lane2019-05-18
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06