Commits

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

DateSubjectAuthorReleases
2024-10-29 Unpin buffer before inplace update waits for an XID to end. Noah Misch 12.21
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 12.21
2022-04-13 Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). Tom Lane 12.11
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 12.3
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 12.3
2019-06-08 Fix assorted inconsistencies. Amit Kapila 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 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-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-18 Fold vacuum's 'int options' parameter into VacuumParams. Robert Haas 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
2019-01-02 Update copyright for 2019 Bruce Momjian 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 12.0