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