Commits

DateSubjectAuthorReleases
2026-01-29 tableam: Perform CheckXidAlive check once per scan Andres Freund 19 (unreleased)
2025-04-02 Remove HeapBitmapScan's skip_fetch optimization Andres Freund 18.0
2019-11-08 Pass ItemPointer not HeapTuple to IndexBuildCallback. Andres Freund 13.0
2019-07-18 tableam: comment improvements. Andres Freund 12.0
2019-07-18 tableam: comment improvements. Andres Freund 13.0
2019-05-30 Remove unnecessary (and wrong) forward declaration. Andres Freund 12.0
2019-05-23 tableam: Rename wrapper functions to match callback names. Andres Freund 12.0
2019-05-19 Don't to predicate lock for analyze scans, refactor scan option passing. Andres Freund 12.0
2019-05-18 tableam: Avoid relying on relation size to determine validity of tids. Andres Freund 12.0
2019-05-18 tableam: Don't assume that every AM uses md.c style storage. Andres Freund 12.0
2019-04-30 Fix several recently introduced issues around handling new relation forks. Andres Freund 12.0
2019-04-24 Allow pg_class xid & multixid horizons to not be set. Andres Freund 12.0
2019-04-08 tableam: comment and formatting fixes. Andres Freund 12.0
2019-04-08 Fix a number of issues around modifying a previously updated row. Andres Freund 12.0
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-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