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
REL_19_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
Age
Commit message (
Expand
)
Author
2026-08-10
Last-minute updates for release notes.
Tom Lane
2026-08-10
psql: Don't do backquote expansion in \unrestrict.
Nathan Bossart
2026-08-10
pgcrypto: Add option to revert to prior decryption behavior
Jacob Champion
2026-08-10
Fix errorhandling for PGP encryption
Daniel Gustafsson
2026-08-10
Fix out-of-bound reads with ascii() for invalid multibyte characters
Michael Paquier
2026-08-10
Teach psql to skip in-line COPY ... FROM STDIN data after a failure.
Tom Lane
2026-08-10
Save/restore more lexer state when skipping text due to \if.
Tom Lane
2026-08-10
Invalidate plan cache after role changes.
Nathan Bossart
2026-08-10
Check for USAGE privilege on the composite type in ALTER TABLE OF.
Nathan Bossart
2026-08-10
Check for USAGE privilege on types used by stored expressions.
Nathan Bossart
2026-08-10
Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE.
Nathan Bossart
2026-08-10
Avoid overflow in Levenshtein distance calculations.
Nathan Bossart
2026-08-10
Cross-check the type of a portal running EXECUTE or FETCH.
Robert Haas
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
2026-08-10
Empty search_path in amcheck.
Noah Misch
2026-08-10
Obstruct EXTRACT() field name deparse injection.
Nathan Bossart
2026-08-10
ecpg: Fix out-of-bound writes due to processing of invalid bytea data
Michael Paquier
2026-08-10
Use palloc_array() in pltcl and plperl to avoid overflow
Heikki Linnakangas
2026-08-10
Fix pg_trgm's picksplit function with all-true datums
Heikki Linnakangas
2026-08-10
Preserve the owner of extended statistics rebuilt by ALTER TABLE.
Masahiko Sawada
2026-08-10
Return nulls honestly in aggregate "combine" functions.
Tom Lane
2026-08-10
Reject calls from SQL to functions that take or return type internal.
Tom Lane
2026-08-10
Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Tom Lane
2026-08-10
pg_dump: avoid assuming how long pg_proc.protrftypes can be.
Tom Lane
2026-08-10
Replace fixed-size, too-short array with a palloc'd one.
Tom Lane
2026-08-10
Be more wary about constant's datatype in scalarineqsel().
Tom Lane
2026-08-10
Harden PL/Perl code against "tied" Perl arrays and hashes.
Tom Lane
2026-08-10
Fix potential buffer overrun in regexp match/split functions.
Masahiko Sawada
2026-08-10
Harden tsquery code against overflows.
Tom Lane
2026-08-10
Harden tsvector code against overflows.
Tom Lane
2026-08-10
Translation updates
Peter Eisentraut
2026-08-09
Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
2026-08-07
Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
2026-08-05
Fix calculating length of match to localized month/weekday names
Álvaro Herrera
2026-08-04
pg_surgery: Fix infinite loop on large TID arrays
Álvaro Herrera
2026-08-04
Fix ALTER COLUMN ... DROP EXPRESSION with subpartitions
Álvaro Herrera
2026-08-04
Fix missing money overflow checks for INT64_MIN / -1
David Rowley
2026-08-03
Do not log subscription conninfo.
Jeff Davis
2026-08-02
Tighten up TS dictionary cache entry creation.
Tom Lane
2026-08-02
Fix memory-safety bugs in the ispell/hunspell dictionary loader.
Tom Lane
2026-08-02
Update time zone data files to tzdata release 2026c.
Tom Lane
2026-07-31
Fix issue with RANGE's DEFAULT partition pruning
David Rowley
2026-07-29
doc: Add a note that refint will be removed in v20
Daniel Gustafsson
2026-07-29
Fix cascading standby reconnect failure after archive fallback
Álvaro Herrera
2026-07-28
Fix planner's nullability/strictness logic for ScalarArrayOpExpr.
Tom Lane
2026-07-28
Fix logical decoding of empty prepared transactions.
Masahiko Sawada
2026-07-28
Restore vacuum_delay_point() in GIN posting-tree leaf vacuum
Alexander Korotkov
2026-07-27
Fix propagation of indimmediate flag in index_create_copy()
Michael Paquier
2026-07-27
Add support for Visual Studio 2026 in pre-17 build scripts
Andrew Dunstan
2026-07-25
Fix another empty nbtree index SSI race.
Peter Geoghegan
[prev]
[next]