summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-12Read WAL directly from WAL buffers.Jeff Davis
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-18Optimize vacuuming of relations with no indexes.Robert Haas
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-08Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas
2023-11-29Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-28Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-23Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-06Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov
2023-10-05Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut
2023-10-02Remove retry loop in heap_page_prune().Robert Haas
2023-10-02Add rmgrdesc READMEHeikki Linnakangas
2023-10-01Correct assertion and comments about XLogRecordMaxSize.Noah Misch
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-09-28Return data from heap_page_prune via a struct.Robert Haas
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-26MergeAttributes() and related variable renamingPeter Eisentraut
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-14hio: Take number of prior relation extensions into accountAndres Freund
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-02Fix typos in commentsMichael Paquier
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Fix incorrect comment about nbtree WAL record.Peter Geoghegan