Commits

DateSubjectAuthorReleases
2026-01-12 heapam: Add batch mode mvcc check and use it in page mode Andres Freund 19 (unreleased)
2025-04-02 Remove HeapBitmapScan's skip_fetch optimization Andres Freund 18.0
2021-02-16 Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92. Andres Freund 14.0
2020-08-12 snapshot scalability: Don't compute global horizons while building snapshots. Andres Freund 14.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-04-04 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. Andres Freund 12.0
2019-03-26 Compute XID horizon for page level index vacuum on primary. Andres Freund 12.0
2019-03-26 Remove heap_hot_search(). Andres Freund 12.0
2019-03-25 tableam: Add and use table_fetch_row_version(). Andres Freund 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-21 Introduce access/{table.h, relation.h}, for generic functions from heapam.h. Andres Freund 12.0
2019-01-15 Move vacuumlazy.c into access/heap. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 9.4.20
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 9.5.15
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 12.0
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 9.6.11
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 11.0
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 10.6
2018-04-07 Raise error when affecting tuple moved into different partition. Andres Freund 11.0
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.4.16