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
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-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
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-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
hio: Don't pin the VM while holding buffer lock while extending
Andres Freund
2023-04-06
hio: Relax rules for calling GetVisibilityMapPins()
Andres Freund
2023-04-06
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-05
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-04-03
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
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-04-02
Assert only valid flag bits are passed to visibilitymap_set()
Andres Freund
2023-04-02
hio: Release extension lock before initializing page / pinning VM
Andres Freund
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-22
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-27
Update types in smgr API
Peter Eisentraut
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-16
Tighten up VACUUM's approach to setting VM bits.
Peter Geoghegan
2023-01-12
Make lazy_vacuum_heap_rel match lazy_scan_heap.
Peter Geoghegan
2023-01-12
vacuumlazy.c: Tweak local variable name.
Peter Geoghegan
2023-01-12
Rename and relocate freeze plan dedup routines.
Peter Geoghegan
2023-01-11
Improve TransactionIdDidAbort() documentation.
Peter Geoghegan
2023-01-04
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-03
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
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
2023-01-02
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
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
Use scanned_pages to decide when to failsafe check.
Peter Geoghegan
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
[next]