index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2024-01-18
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-03
Update copyright for 2024
Bruce Momjian
2024-01-02
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-10
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-08
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-11-29
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-28
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-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-23
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-06
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-02
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
Add rmgrdesc README
Heikki Linnakangas
2023-10-01
Correct assertion and comments about XLogRecordMaxSize.
Noah Misch
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-26
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-14
hio: Take number of prior relation extensions into account
Andres Freund
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-19
Fix wal_consistency_checking enhanced desc output.
Peter Geoghegan
2023-04-18
Remove useless argument from nbtree dedup function.
Peter Geoghegan
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-17
Fix incorrect comment about nbtree WAL record.
Peter Geoghegan
[prev]
[next]