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
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2023-04-11
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-06
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-07
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-03
Reduce code duplication between heapgettup and heapgettup_pagemode
David Rowley
2023-02-02
Add helper functions to simplify heapgettup code
David Rowley
2023-02-02
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-02
Refactor heapam.c adding heapgettup_initial_block function
David Rowley
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-23
Run pgindent on heapam.c
David Rowley
2023-01-12
Rename and relocate freeze plan dedup routines.
Peter Geoghegan
2023-01-04
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-03
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-02
Push lpp variable closer to usage in heapgetpage()
Peter Eisentraut
2022-12-28
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-27
Remove overzealous MultiXact freeze assertion.
Peter Geoghegan
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-11-23
Don't test HEAP_XMAX_INVALID when freezing xmax.
Peter Geoghegan
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
Use correct type name in comments about freezing.
Peter Geoghegan
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
Remove useless casts
Peter Eisentraut
2022-11-16
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-12
Document WAL rules related to PD_ALL_VISIBLE in README.
Jeff Davis
2022-11-11
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
Remove obsolete comments and code from prior to f8f4227976.
Jeff Davis
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-22
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
[next]