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
Age
Commit message (
Expand
)
Author
2025-12-13
Clarify comment about temporal foreign keys
Peter Eisentraut
2025-12-12
Reject opclass options in ON CONFLICT clause
Álvaro Herrera
2025-12-12
Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
2025-12-12
Never store 0 as the nextMXact
Heikki Linnakangas
2025-12-11
Fix some comments.
Nathan Bossart
2025-12-11
Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
2025-12-11
Fix comment on how temp files and subtransactions are handled
Heikki Linnakangas
2025-12-11
Add runtime checks for bogus multixact offsets
Heikki Linnakangas
2025-12-11
Make <assert.h> consistently available in frontend and backend
Peter Eisentraut
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-12-11
Enhance slot synchronization API to respect promotion signal.
Amit Kapila
2025-12-10
Clarify why _bt_killitems sorts its items array.
Peter Geoghegan
2025-12-11
Fix allocation formula in llvmjit_expr.c
Michael Paquier
2025-12-10
Fix MULTIXACT_DEBUG builds.
Peter Geoghegan
2025-12-10
Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.
Tom Lane
2025-12-10
Return TIDs in desc order during backwards scans.
Peter Geoghegan
2025-12-10
Add pg_iswcased().
Jeff Davis
2025-12-10
Remove char_tolower() API.
Jeff Davis
2025-12-10
Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
2025-12-10
Improve DDL deparsing test
Heikki Linnakangas
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
Fix comment in GetPublicationRelations
Heikki Linnakangas
2025-12-10
Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
2025-12-10
libpq: Authorize pthread_exit() in libpq_check
Michael Paquier
2025-12-10
Fix failures with cross-version pg_upgrade tests
Michael Paquier
2025-12-10
Fix two issues with recently-introduced nbtree test
Michael Paquier
2025-12-10
Fix meson warning due to missing declaration of NM
Michael Paquier
2025-12-10
Fix typo in comment
Heikki Linnakangas
2025-12-10
Fix misleading comment in tuplesort.c
David Rowley
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-10
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
2025-12-09
vacuumdb: Add --dry-run.
Nathan Bossart
2025-12-09
Add ParallelSlotSetIdle().
Nathan Bossart
2025-12-09
vacuumdb: Move some variables to the vacuumingOptions struct.
Nathan Bossart
2025-12-09
Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-09
Support "j" length modifier in snprintf.c.
Tom Lane
2025-12-09
Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
2025-12-09
Fix warning about wrong format specifier for off_t type
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
Fix distinctness check for queries with grouping sets
Richard Guo
2025-12-09
Fix const-simplification for index expressions and predicate
Richard Guo
2025-12-09
Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Clean up int64-related format strings
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-12-08
Improve documentation for pg_atomic_unlocked_write_u32()
Andres Freund
[prev]
[next]