index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam.h
Age
Commit message (
Expand
)
Author
7 days
Rationalize handling of VacuumParams
Michael Paquier
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-07
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-06
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-04
Preliminary refactor of heap scanning functions
David Rowley
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-01
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-01-18
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-02
Remove retry loop in heap_page_prune().
Robert Haas
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-02-08
Remove stray duplicated comment in heapam.h
David Rowley
2023-02-02
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-01-03
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-28
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-09
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-05
Simplify state managed by VACUUM.
Peter Geoghegan
[next]