index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
2021-03-29
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-16
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-25
Remove catalog function currtid()
Michael Paquier
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-28
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-18
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
Remove heap_hot_search().
Andres Freund
2019-03-25
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-18
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
[next]