summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2024-10-30Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-25Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-23Fix typo in tidstore.h.Masahiko Sawada
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-12Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-08-12Give nbtree move right function internal linkage.Peter Geoghegan
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-23Get rid of a global variablePeter Eisentraut
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-06-27Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch
2024-06-22Remove extra comment at TableAmRoutine.scan_analyze_next_blockAlexander Korotkov
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-16Fix nbtree posting list comment.Peter Geoghegan
2024-04-16Fix nbtree page recycling comment.Peter Geoghegan
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov