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