Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2019-04-05 Harden tableam against nonexistant / wrong kind of AMs. Andres Freund 12.0
2019-04-04 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. Andres Freund 12.0
2019-04-04 tableam: basic documentation. Andres Freund 12.0
2019-04-02 Report progress of CREATE INDEX operations Alvaro Herrera 12.0
2019-04-01 tableam: Add table_finish_bulk_insert(). Andres Freund 12.0
2019-04-01 tableam: bitmap table scan. Andres Freund 12.0
2019-04-01 tableam: sample scan. Andres Freund 12.0
2019-04-01 tableam: Formatting and other minor cleanups. Andres Freund 12.0
2019-03-31 tableam: Move heap specific logic from estimate_rel_size below tableam. Andres Freund 12.0
2019-03-31 tableam: VACUUM and ANALYZE support. Andres Freund 12.0
2019-03-29 tableam: Comment fixes. Andres Freund 12.0
2019-03-29 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. Andres Freund 12.0
2019-03-28 Fix a few comment copy & pastos. Andres Freund 12.0
2019-03-28 tableam: Support for an index build's initial table scan(s). Andres Freund 12.0
2019-03-26 Compute XID horizon for page level index vacuum on primary. Andres Freund 12.0
2019-03-26 tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. 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-25 tableam: Add and use table_fetch_row_version(). Andres Freund 12.0
2019-03-24 Remove spurious return. Andres Freund 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-11 Remove spurious return. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-11 Fix typos in commit 8586bf7ed8. Amit Kapila 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0