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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2 days
Split some long Makefile lists
Michael Paquier
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
7 days
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
8 days
Fix another typo in gininsert.c
Michael Paquier
9 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
11 days
heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
11 days
Fix typos in gininsert.c
Michael Paquier
12 days
Use table/index_close() more consistently
Michael Paquier
12 days
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
13 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
14 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
14 days
Add explanatory comment to prune_freeze_setup()
Melanie Plageman
14 days
Fix const qualification in prune_freeze_setup()
Melanie Plageman
2025-12-16
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
2025-12-16
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
2025-12-15
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
2025-12-15
Correct comments of "Fix data loss at inplace update after heap_update()".
Noah Misch
2025-12-15
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
2025-12-15
Improve sanity checks on multixid members length
Heikki Linnakangas
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-12
Never store 0 as the nextMXact
Heikki Linnakangas
2025-12-11
Add runtime checks for bogus multixact offsets
Heikki Linnakangas
2025-12-10
Clarify why _bt_killitems sorts its items array.
Peter Geoghegan
2025-12-10
Fix MULTIXACT_DEBUG builds.
Peter Geoghegan
2025-12-10
Return TIDs in desc order during backwards scans.
Peter Geoghegan
2025-12-10
Add comment about keeping PD_ALL_VISIBLE and VM in sync
Melanie Plageman
2025-12-10
Simplify vacuum visibility assertion
Melanie Plageman
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-09
Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Move pg_multixact SLRU page format definitions to a separate header
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2025-12-08
Avoid pointer chasing in _bt_readpage inner loop.
Peter Geoghegan
2025-12-08
Relocate _bt_readpage and related functions.
Peter Geoghegan
2025-12-08
Use PGAlignedXLogBlock for some code simplification
Peter Eisentraut
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-04
Suppress spurious Coverity warning in prune freeze logic
Melanie Plageman
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-04
Fix incorrect assertion bound in WaitForLSN()
Alexander Korotkov
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-03
Remove useless casts to Pointer
Peter Eisentraut
2025-12-02
Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
[next]