summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_handler.c
AgeCommit message (Expand)Author
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-15Remove table AM callback scan_bitmap_next_blockMelanie Plageman
2025-03-15BitmapHeapScan uses the read stream APIMelanie Plageman
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Fix overflow danger in SampleHeapTupleVisible(), take 2Melanie Plageman
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-18Fix overflow danger in SampleHeapTupleVisible()Melanie Plageman
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-25Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-08-18Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch
2024-08-06Remove unnecessary declaration of heapam_methodsMichael Paquier
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Use streaming I/O in ANALYZE.Thomas Munro
2024-04-06BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra
2024-04-04Secondary refactor of heap scanning functionsDavid Rowley
2024-04-04Preliminary refactor of heap scanning functionsDavid Rowley
2024-04-03Combine freezing and pruning steps in VACUUMHeikki Linnakangas
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-30Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-21Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-15Remove unnecessary smgrimmedsync() when creating unlogged table.Heikki Linnakangas
2023-07-03Fix race in SSI interaction with bitmap heap scan.Thomas Munro
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-05-19Pre-beta mechanical code beautification.Tom Lane