summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
85 min.Refactor some repetitive SLRU codeHEADmasterÁlvaro Herrera
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
12 hoursIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
4 daysRemove leftover dead code from commit_ts.h.Fujii Masao
7 daysRationalize handling of VacuumParamsMichael Paquier
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
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