index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
4 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
4 days
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
6 days
Fix another typo in gininsert.c
Michael Paquier
6 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
8 days
heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
9 days
Fix typos in gininsert.c
Michael Paquier
9 days
Use table/index_close() more consistently
Michael Paquier
9 days
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
11 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
11 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
11 days
Add explanatory comment to prune_freeze_setup()
Melanie Plageman
11 days
Fix const qualification in prune_freeze_setup()
Melanie Plageman
12 days
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
12 days
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
12 days
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
12 days
Correct comments of "Fix data loss at inplace update after heap_update()".
Noah Misch
12 days
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
12 days
Improve sanity checks on multixid members length
Heikki Linnakangas
13 days
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
13 days
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-11
Clarify why _bt_killitems sorts its items array.
Peter Geoghegan
2025-12-11
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-09
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
2025-12-02
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
[next]