index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam.h
Commit message (
Expand
)
Author
Age
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
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-11
*
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-08
*
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-08
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
Preliminary refactor of heap scanning functions
David Rowley
2024-04-04
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-04-02
*
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Remove stray duplicated comment in heapam.h
David Rowley
2023-02-08
*
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
*
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
*
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-11-09
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
*
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-12
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
[next]