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
*
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
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-10
*
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Fix comment in tableam.h about GetHeapamTableAmRoutine()
Michael Paquier
2023-11-28
*
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-06
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Add rmgrdesc README
Heikki Linnakangas
2023-10-02
*
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-10-01
[next]