index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam_handler.c
Age
Commit message (
Expand
)
Author
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-03-24
Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Fix overflow danger in SampleHeapTupleVisible(), take 2
Melanie Plageman
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
Fix overflow danger in SampleHeapTupleVisible()
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-08-18
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-06
Remove unnecessary declaration of heapam_methods
Michael Paquier
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
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
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-07
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-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-26
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-21
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-02-12
Remove unnecessary smgropen() calls
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-09-15
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-07-04
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
[next]