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