summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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-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