aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* 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
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut2023-12-10
* Optimize nbtree backward scan boundary cases.Peter Geoghegan2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas2023-12-08
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier2023-11-28
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19