summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2024-12-18Make rs_cindex and rs_ntuples unsignedMelanie Plageman
2024-12-17Make visibilitymap_set() return previous state of vmbitsMelanie Plageman
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-12-03Revert "Introduce CompactAttribute array in TupleDesc"David Rowley
2024-12-03Introduce CompactAttribute array in TupleDescDavid Rowley
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas