aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Use streaming I/O in ANALYZE.Thomas Munro2024-04-08
* Use streaming I/O in sequential scans.Thomas Munro2024-04-08
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* Preliminary refactor of heap scanning functionsDavid Rowley2024-04-04
* Combine freezing and pruning steps in VACUUMHeikki Linnakangas2024-04-03
* Introduce 'options' argument to heap_page_prune()Heikki Linnakangas2024-04-02
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Generalize relation analyze in table AM interfaceAlexander Korotkov2024-03-30
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-03-26
* Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas2024-03-25
* Optimize vacuuming of relations with no indexes.Robert Haas2024-01-18
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Remove retry loop in heap_page_prune().Robert Haas2023-10-02
* Return data from heap_page_prune via a struct.Robert Haas2023-09-28
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* 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