]> granicus.if.org Git - postgresql/history - src/include/access/tableam.h
tableam: Support for an index build's initial table scan(s).
[postgresql] / src / include / access / tableam.h
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-26 Andres FreundCompute XID horizon for page level index vacuum on...
2019-03-26 Andres Freundtableam: Add table_get_latest_tid, to wrap heap_get_lat...
2019-03-25 Andres Freundtableam: Add helper for indexes to check if a correspon...
2019-03-25 Andres Freundtableam: Add and use table_fetch_row_version().
2019-03-24 Andres FreundRemove spurious return.
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-11 Andres FreundRemove spurious return.
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-11 Amit KapilaFix typos in commit 8586bf7ed8.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.