index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix nbtree posting list comment.
Peter Geoghegan
2024-04-16
*
Fix nbtree page recycling comment.
Peter Geoghegan
2024-04-16
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
*
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
*
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
*
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Use bump context for TID bitmaps stored by vacuum
John Naylor
2024-04-08
*
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-08
*
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-08
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
Preliminary refactor of heap scanning functions
David Rowley
2024-04-04
*
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-04
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-04-02
*
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
*
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-28
*
Fix inconsistent function prototypes with function definitions.
Masahiko Sawada
2024-03-26
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
*
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
*
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-21
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-14
*
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Introduce sequence_*() access functions
Michael Paquier
2024-02-26
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
*
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Add stratnum GiST support function
Peter Eisentraut
2024-01-19
*
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
*
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2024-01-02
*
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
*
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-27
[next]