aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix nbtree posting list comment.Peter Geoghegan2024-04-16
* Fix nbtree page recycling comment.Peter Geoghegan2024-04-16
* revert: Generalize relation analyze in table AM interfaceAlexander Korotkov2024-04-16
* Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov2024-04-11
* Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov2024-04-11
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov2024-04-08
* Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov2024-04-08
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Use bump context for TID bitmaps stored by vacuumJohn Naylor2024-04-08
* Use streaming I/O in ANALYZE.Thomas Munro2024-04-08
* Use streaming I/O in sequential scans.Thomas Munro2024-04-08
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* Enhance nbtree ScalarArrayOp execution.Peter Geoghegan2024-04-06
* Preliminary refactor of heap scanning functionsDavid Rowley2024-04-04
* Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov2024-04-04
* Combine freezing and pruning steps in VACUUMHeikki Linnakangas2024-04-03
* Revert "Custom reloptions for table AM"Alexander Korotkov2024-04-02
* Introduce 'options' argument to heap_page_prune()Heikki Linnakangas2024-04-02
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Custom reloptions for table AMAlexander Korotkov2024-03-30
* Generalize relation analyze in table AM interfaceAlexander Korotkov2024-03-30
* Rethink create and attach APIs of shared TidStore.Masahiko Sawada2024-03-28
* Fix inconsistent function prototypes with function definitions.Masahiko Sawada2024-03-26
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-03-26
* Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas2024-03-25
* Allow table AM tuple_insert() method to return the different slotAlexander Korotkov2024-03-21
* Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov2024-03-21
* Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada2024-03-21
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Remove unused ParallelWorkerInfo.pid fieldHeikki Linnakangas2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Introduce sequence_*() access functionsMichael Paquier2024-02-26
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Optimize vacuuming of relations with no indexes.Robert Haas2024-01-18
* Add try_index_open(), conditional variant of index_open()Michael Paquier2024-01-18
* Update copyright for 2024Bruce Momjian2024-01-03
* gist: fix typo "split(t)ed" -> "split"Robert Haas2024-01-02
* Improvements and fixes for e0b1ee17dcAlexander Korotkov2023-12-27
* Remove BTScanOpaqueData.firstPageAlexander Korotkov2023-12-27