summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-19Fix relcache reference leak when decoding TRUNCATEMichael Paquier
2026-08-19Report single-page checksum failures in pg_stat_databaseMichael Paquier
2026-08-18Defend against null "SV *" pointers in plperl modules.Tom Lane
2026-08-17Doc: clean up documentation about text search datatype limits.Tom Lane
2026-08-17Tighten up tsqueryrecv().Tom Lane
2026-08-17GiST: Deprecate F_TUPLES_DELETED opaque area flag.Peter Geoghegan
2026-08-17Make plperl's handling of Perl arrays safer and more consistent.Tom Lane
2026-08-14doc: Clarify the logging collector's guarantees.Nathan Bossart
2026-08-14Add missing PGDLLIMPORT marker.Nathan Bossart
2026-08-14psql: count every COPY FROM STDIN when scanning a query string.Tom Lane
2026-08-13Fix authorization check for role membership changes.Nathan Bossart
2026-08-13Consistently enforce tsvector/tsquery maximum lengths.Tom Lane
2026-08-12Fix poll_query_until() timeout handling with an undefined query in Cluster.pmMichael Paquier
2026-08-11Tweak allocation rule for tzload()'s "union local_storage" variable.Tom Lane
2026-08-10Stamp 16.15.REL_16_15Tom Lane
2026-08-10Update .abi-compliance-history for security fixes.Tom Lane
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-10Use value of scram_iterations in mock_scram_secret().Nathan Bossart
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