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
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-03
Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-01
heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-11-06
Remove unused variable
Daniel Gustafsson
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-09-24
For inplace update durability, make heap_update() callers wait.
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-28
Add an injection_points isolation test suite.
Noah Misch
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
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-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Remove references to old function name
Andres Freund
2024-04-07
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-07
Reduce branches in heapgetpage()'s per-tuple loop
Andres Freund
2024-04-06
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-04
Secondary refactor of heap scanning functions
David Rowley
2024-04-04
Preliminary refactor of heap scanning functions
David Rowley
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-27
Fix some typos and grammar issues from commit 87985cc92522
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-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
[next]