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
Age
Commit message (
Expand
)
Author
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-09
Improve documentation for pg_atomic_unlocked_write_u32()
Andres Freund
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2025-12-09
libpq: Refactor logic checking for exit() in shared library builds
Michael Paquier
2025-12-09
Fix minor portability issue in pg_resetwal.c.
Tom Lane
2025-12-08
Avoid pointer chasing in _bt_readpage inner loop.
Peter Geoghegan
2025-12-08
Unify some more messages
Álvaro Herrera
2025-12-08
Relocate _bt_readpage and related functions.
Peter Geoghegan
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-08
pg_resetwal: Use separate flags for whether an option is given
Heikki Linnakangas
2025-12-08
pg_resetwal: Reject negative and out of range arguments
Heikki Linnakangas
2025-12-08
Make ecpg parse.pl more robust with braces
Peter Eisentraut
2025-12-08
Use PGAlignedXLogBlock for some code simplification
Peter Eisentraut
2025-12-08
test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
2025-12-08
Prevent invalidation of newly created replication slots.
Amit Kapila
2025-12-08
injection_points: Remove portions related to custom pgstats
Michael Paquier
2025-12-08
Improve error messages of input functions for pg_dependencies and pg_ndistinct
Michael Paquier
2025-12-07
ecpg: refactor to eliminate cast-away-const in find_variable().
Tom Lane
2025-12-07
Micro-optimize datatype conversions in datum_to_jsonb_internal.
Tom Lane
2025-12-07
Remove fundamentally-redundant processing in jsonb_agg() et al.
Tom Lane
2025-12-07
Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
2025-12-07
Add a macro for the declared typlen of type timetz.
Tom Lane
2025-12-06
Handle constant inputs to corr() and related aggregates more precisely.
Tom Lane
2025-12-06
Improve error reporting of recovery test 027_stream_regress
Michael Paquier
2025-12-06
Add PostgreSQL::Test::Cluster::read_head_tail() helper to PostgreSQL/Utils.pm
Michael Paquier
2025-12-06
Fix text substring search for non-deterministic collations.
Tom Lane
2025-12-05
Fix test to work with non-8kB block sizes
Heikki Linnakangas
2025-12-05
Don't reset the pathlist of partitioned joinrels.
Robert Haas
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-05
Stabilize tests some more
Álvaro Herrera
2025-12-05
Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
2025-12-05
Improve test output of extended statistics for ndistinct and dependencies
Michael Paquier
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-05
Fix some compiler warnings
Michael Paquier
2025-12-05
Show version of nodes in output of TAP tests
Michael Paquier
2025-12-04
Suppress spurious Coverity warning in prune freeze logic
Melanie Plageman
2025-12-04
Fix key size of PrivateRefCountHash.
Nathan Bossart
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
[next]