summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-06-28Remove 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
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor
2024-04-08Use streaming I/O in ANALYZE.Thomas Munro
2024-04-07Use streaming I/O in sequential scans.Thomas Munro
2024-04-06BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-04Preliminary refactor of heap scanning functionsDavid Rowley
2024-04-03Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov
2024-04-03Combine freezing and pruning steps in VACUUMHeikki Linnakangas
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-04-01Introduce 'options' argument to heap_page_prune()Heikki Linnakangas
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-30Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-26Fix inconsistent function prototypes with function definitions.Masahiko Sawada
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-21Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-17Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-03-04Remove unused ParallelWorkerInfo.pid fieldHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
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