aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_handler.c
Commit message (Expand)AuthorAge
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Report tuple address in data-corruption error messageAlvaro Herrera2021-08-30
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-18
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-14
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-30
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-30
* tableam: Comment fixes.Andres Freund2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06