aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-08
* Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley2023-02-03
* Delay commit status checks until freezing executes.Peter Geoghegan2023-01-03
* Refine the definition of page-level freezing.Peter Geoghegan2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-28
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-22
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-16
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-15
* Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera2022-11-09
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Update copyright for 2022Bruce Momjian2022-01-07
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-12
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-30
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund2021-02-15
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove catalog function currtid()Michael Paquier2020-11-25
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* 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
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* 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: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Remove heap_hot_search().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
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21