summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-04Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan
2025-04-04Further optimize nbtree search scan key comparisons.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-03-25Add ExecCopySlotMinimalTupleExtra().Jeff Davis
2025-03-24Expand comment for isset_offset.Nathan Bossart
2025-03-22Improve nbtree array primitive scan scheduling.Peter Geoghegan
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
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-11nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-13XLogRegisterData, XLogRegisterBufData void * argument for binary dataPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-02Move CompareType to separate header filePeter Eisentraut
2025-02-01Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-23Convert macros to static inline functions (htup_details.h, itup.h)Peter Eisentraut
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-20Add some more use of Page/PageData rather than char *Peter Eisentraut
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-15Fix cpluspluscheck for "Change gist stratnum function to use CompareType"Peter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-13Add BTOPTIONS_PROC comments to nbtree.h.Peter Geoghegan
2025-01-13Move nbtree preprocessing into new .c file.Peter Geoghegan
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley
2025-01-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
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