Messages by Date
-
2026/08/13
pgsql: Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Noah Misch
-
2026/08/13
pgsql: pgcrypto: Add option to revert to prior decryption behavior
Noah Misch
-
2026/08/13
pgsql: Cross-check the type of a portal running EXECUTE or FETCH.
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on types used by stored expressions.
Noah Misch
-
2026/08/13
pgsql: Harden tsquery code against overflows.
Noah Misch
-
2026/08/13
pgsql: Fix pg_trgm's picksplit function with all-true datums
Noah Misch
-
2026/08/13
pgsql: Save/restore more lexer state when skipping text due to \if.
Noah Misch
-
2026/08/13
pgsql: psql: Don't do backquote expansion in \unrestrict.
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE
Noah Misch
-
2026/08/13
pgsql: pgcrypto: Add option to revert to prior decryption behavior
Noah Misch
-
2026/08/13
pgsql: Fix errorhandling for PGP encryption
Noah Misch
-
2026/08/13
pgsql: psql: Don't do backquote expansion in \unrestrict.
Noah Misch
-
2026/08/13
pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE
Noah Misch
-
2026/08/13
pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi
Noah Misch
-
2026/08/13
pgsql: Reject GSSEncRequest after direct SSL connection
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O
Noah Misch
-
2026/08/13
pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes.
Noah Misch
-
2026/08/13
pgsql: Fix errorhandling for PGP encryption
Noah Misch
-
2026/08/13
pgsql: Harden tsquery code against overflows.
Noah Misch
-
2026/08/13
pgsql: Reject calls from SQL to functions that take or return type inte
Noah Misch
-
2026/08/13
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
2026/08/13
pgsql: Replace fixed-size, too-short array with a palloc'd one.
Noah Misch
-
2026/08/13
pgsql: Cross-check the type of a portal running EXECUTE or FETCH.
Noah Misch
-
2026/08/13
pgsql: pg_stat_statements: Fix buffer overflow with query normalization
Noah Misch
-
2026/08/13
pgsql: Save/restore more lexer state when skipping text due to \if.
Noah Misch
-
2026/08/13
pgsql: pg_dump: avoid assuming how long pg_proc.protrftypes can be.
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O
Noah Misch
-
2026/08/13
pgsql: Save/restore more lexer state when skipping text due to \if.
Noah Misch
-
2026/08/13
pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail
Noah Misch
-
2026/08/13
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
2026/08/13
pgsql: Reject calls from SQL to functions that take or return type inte
Noah Misch
-
2026/08/13
pgsql: Fix out-of-bound reads with ascii() for invalid multibyte charac
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O
Noah Misch
-
2026/08/13
pgsql: Use palloc_array() in pltcl and plperl to avoid overflow
Noah Misch
-
2026/08/13
pgsql: Fix out-of-bound reads with ascii() for invalid multibyte charac
Noah Misch
-
2026/08/13
pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes.
Noah Misch
-
2026/08/13
pgsql: Reject GSSEncRequest after direct SSL connection
Noah Misch
-
2026/08/13
pgsql: Move SplitGUCList() to fe_utils
Noah Misch
-
2026/08/13
pgsql: Add test with multirange type for pg_restore_attribute_stats()
Noah Misch
-
2026/08/13
pgsql: Fix errorhandling for PGP encryption
Noah Misch
-
2026/08/13
pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi
Noah Misch
-
2026/08/13
pgsql: Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Noah Misch
-
2026/08/13
pgsql: Obstruct EXTRACT() field name deparse injection.
Noah Misch
-
2026/08/13
pgsql: psql: Don't do backquote expansion in \unrestrict.
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O
Noah Misch
-
2026/08/13
pgsql: Fix pg_trgm's picksplit function with all-true datums
Noah Misch
-
2026/08/13
pgsql: Invalidate plan cache after role changes.
Noah Misch
-
2026/08/13
pgsql: Fix potential buffer overrun in regexp match/split functions.
Noah Misch
-
2026/08/13
pgsql: Fix out-of-bound reads with ascii() for invalid multibyte charac
Noah Misch
-
2026/08/13
pgsql: Use value of scram_iterations in mock_scram_secret().
Noah Misch
-
2026/08/13
pgsql: Harden tsvector code against overflows.
Noah Misch
-
2026/08/13
pgsql: Avoid overflow in Levenshtein distance calculations.
Noah Misch
-
2026/08/13
pgsql: Empty search_path in amcheck.
Noah Misch
-
2026/08/13
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
2026/08/13
pgsql: ecpg: Fix out-of-bound writes due to processing of invalid bytea
Noah Misch
-
2026/08/13
pgsql: Fix multirange type handling in pg_restore_attribute_stats()
Noah Misch
-
2026/08/13
pgsql: Replace fixed-size, too-short array with a palloc'd one.
Noah Misch
-
2026/08/13
pgsql: Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Noah Misch
-
2026/08/13
pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE
Noah Misch
-
2026/08/13
pgsql: Fix errorhandling for PGP encryption
Noah Misch
-
2026/08/13
pgsql: Invalidate plan cache after role changes.
Noah Misch
-
2026/08/13
pgsql: psql: Don't do backquote expansion in \unrestrict.
Noah Misch
-
2026/08/13
pgsql: Return nulls honestly in aggregate "combine" functions.
Noah Misch
-
2026/08/13
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
2026/08/13
pgsql: Fix errorhandling for PGP encryption
Noah Misch
-
2026/08/13
pgsql: Reject calls from SQL to functions that take or return type inte
Noah Misch
-
2026/08/13
pgsql: Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE
Noah Misch
-
2026/08/13
pgsql: Reject GSSEncRequest after direct SSL connection
Noah Misch
-
2026/08/13
pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail
Noah Misch
-
2026/08/13
pgsql: Invalidate plan cache after role changes.
Noah Misch
-
2026/08/13
pgsql: Replace fixed-size, too-short array with a palloc'd one.
Noah Misch
-
2026/08/13
pgsql: pg_dump: avoid assuming how long pg_proc.protrftypes can be.
Noah Misch
-
2026/08/13
pgsql: pgcrypto: Add option to revert to prior decryption behavior
Noah Misch
-
2026/08/13
pgsql: Use value of scram_iterations in mock_scram_secret().
Noah Misch
-
2026/08/13
pgsql: Cross-check the type of a portal running EXECUTE or FETCH.
Noah Misch
-
2026/08/13
pgsql: Reject GSSEncRequest after direct SSL connection
Noah Misch
-
2026/08/13
pgsql: Empty search_path in amcheck.
Noah Misch
-
2026/08/13
pgsql: Avoid overflow in Levenshtein distance calculations.
Noah Misch
-
2026/08/13
pgsql: Reject calls from SQL to functions that take or return type inte
Noah Misch
-
2026/08/13
pgsql: Fix multirange type handling in pg_restore_attribute_stats()
Noah Misch
-
2026/08/13
pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi
Noah Misch
-
2026/08/13
pgsql: Fix pg_trgm's picksplit function with all-true datums
Noah Misch
-
2026/08/13
pgsql: Return nulls honestly in aggregate "combine" functions.
Noah Misch
-
2026/08/13
pgsql: ecpg: Fix out-of-bound writes due to processing of invalid bytea
Noah Misch
-
2026/08/13
pgsql: Use palloc_array() in pltcl and plperl to avoid overflow
Noah Misch
-
2026/08/13
pgsql: pg_stat_statements: Fix buffer overflow with query normalization
Noah Misch
-
2026/08/13
pgsql: Fix potential buffer overrun in regexp match/split functions.
Noah Misch
-
2026/08/13
pgsql: Guard against overlength time zone abbreviations in to_char().
Noah Misch
-
2026/08/13
pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes.
Noah Misch
-
2026/08/13
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
2026/08/13
pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE
Noah Misch
-
2026/08/13
pgsql: Fix missing hash_seq_term()
Heikki Linnakangas
-
2026/08/13
pgsql: Remove unnecessary #include <poll.h>
Heikki Linnakangas
-
2026/08/13
pgsql: Fix misc spelling mistakes in comments, docs and tests
Heikki Linnakangas
-
2026/08/13
pgsql: pgcrypto: remove unused field mdc_checked from PGP_Context
Daniel Gustafsson
-
2026/08/12
pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
Fujii Masao
-
2026/08/12
pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
Fujii Masao
-
2026/08/12
pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
Amit Kapila
-
2026/08/12
pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
Amit Kapila
-
2026/08/12
pgsql: doc: Clarify pgbench reporting with --continue-on-error
Fujii Masao
-
2026/08/12
pgsql: doc: Clarify pgbench reporting with --continue-on-error
Fujii Masao
-
2026/08/12
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
2026/08/12
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
2026/08/12
pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
Álvaro Herrera
-
2026/08/12
pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
Álvaro Herrera
-
2026/08/12
pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
Álvaro Herrera
-
2026/08/12
pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input.
Tom Lane
-
2026/08/12
pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input.
Tom Lane
-
2026/08/12
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
2026/08/12
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
2026/08/12
pgsql: Avoid recalculating pgprocno in ProcArrayAdd()
Álvaro Herrera
-
2026/08/12
pgsql: Fix stale comments/signature after commit 28d534e2ae0a
Álvaro Herrera
-
2026/08/12
pgsql: Fix stale comments/signature after commit 28d534e2ae0a
Álvaro Herrera
-
2026/08/12
pgsql: Add common LSN parser for user-supplied locations
Fujii Masao
-
2026/08/12
pgsql: Use per-query timeout in subscription test
Daniel Gustafsson
-
2026/08/12
pgsql: Use per-query timeout in subscription test
Daniel Gustafsson
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/12
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
2026/08/11
pgsql: Remove unnecessary list_free() calls in OpenTableList().
Amit Kapila
-
2026/08/11
pgsql: Avoid unnecessary matview populated-state updates
Fujii Masao
-
2026/08/11
pgsql: Move index statistics into their own stats kind
Michael Paquier
-
2026/08/11
pgsql: Fix unlink() error report in KeepFileRestoredFromArchive()
Michael Paquier
-
2026/08/11
pgsql: Improve GrantLockLocal() handling on out-of-memory errors
Michael Paquier
-
2026/08/11
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
2026/08/11
pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
2026/08/11
pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
2026/08/11
pgsql: libpq: remove unused field ssl_handshake_started from PGconn
Daniel Gustafsson
-
2026/08/11
pgsql: Stamp 18.6.
Tom Lane
-
2026/08/11
pgsql: Release notes for 18.6.
Tom Lane
-
2026/08/11
pgsql: Fix pg_strupper/lower/title/fold() functions to work with C loca
Heikki Linnakangas
-
2026/08/11
pgsql: Remove useless/confusing const qualifiers
Peter Eisentraut
-
2026/08/11
pgsql: Remove useless ENABLE_NLS conditionals
Peter Eisentraut
-
2026/08/11
pgsql: Use frontend logging API in fe_utils/string_utils.c
Peter Eisentraut
-
2026/08/11
pgsql: Use frontend logging API in fe_utils/print.c
Peter Eisentraut
-
2026/08/11
pgsql: Make printTableAddCell/printTableAddHeader string argument const
Peter Eisentraut
-
2026/08/10
pgsql: Show estimated number of groups for Incremental Sort in EXPLAIN
David Rowley
-
2026/08/10
pgsql: Stamp 14.24.
Tom Lane
-
2026/08/10
pgsql: Stamp 15.19.
Tom Lane
-
2026/08/10
pgsql: Stamp 16.15.
Tom Lane
-
2026/08/10
pgsql: Stamp 17.11.
Tom Lane
-
2026/08/10
pgsql: Stamp 18.5.
Tom Lane
-
2026/08/10
pgsql: Stamp 19beta3.
Tom Lane
-
2026/08/10
Re: pgsql: Rename sort support integer comparators for clarity
John Naylor
-
2026/08/10
pgsql: Rename sort support integer comparators for clarity
John Naylor
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/10
pgsql: Add ssup_datum_uint32_cmp for comparing OIDs
John Naylor
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/10
pgsql: Translation updates
Peter Eisentraut
-
2026/08/09
pgsql: Fix errmsg grammar for publication membership
Daniel Gustafsson
-
2026/08/09
pgsql: Use EVP_MAC for HMAC (OpenSSL >= 3.0)
Michael Paquier
-
2026/08/09
pgsql: Use explicit fetching for digests in cryptohash (OpenSSL >= 3.0)
Michael Paquier
-
2026/08/09
pgsql: Use OOM-safe routine for pgstats shared hashtable insert
Michael Paquier
-
2026/08/09
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
2026/08/09
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
2026/08/09
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
2026/08/09
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
2026/08/09
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
2026/08/07
pgsql: First-draft release notes for 18.5.
Tom Lane
-
2026/08/07
pgsql: Fix hot standby accepting connections too early after a crash re
Fujii Masao
-
2026/08/07
pgsql: Fix hot standby accepting connections too early after a crash re
Fujii Masao
-
2026/08/07
pgsql: Fix hot standby accepting connections too early after a crash re
Fujii Masao
-
2026/08/07
pgsql: Only clear VACUUM's read stream strategy once in failsafe mode
Melanie Plageman
-
2026/08/07
pgsql: Only clear VACUUM's read stream strategy once in failsafe mode
Melanie Plageman
-
2026/08/07
pgsql: Only clear VACUUM's read stream strategy once in failsafe mode
Melanie Plageman
-
2026/08/07
pgsql: Handle nullable referenced key in RI fast-path check
Amit Langote
-
2026/08/07
pgsql: Add previous commit to .git-blame-ignore-revs
Amit Langote
-
2026/08/07
pgsql: Add previous commit to .git-blame-ignore-revs
Amit Langote
-
2026/08/07
pgsql: Handle nullable referenced key in RI fast-path check
Amit Langote
-
2026/08/07
pgsql: Fix indentation issue introduced by commit 291a4bd2ca
Amit Langote
-
2026/08/07
pgsql: Fix indentation issue introduced by commit 291a4bd2ca
Amit Langote
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
2026/08/07
pgsql: Fire fast-path FK batches inside the deferred trigger loop
Amit Langote
-
2026/08/07
pgsql: Fire fast-path FK batches inside the deferred trigger loop
Amit Langote
-
2026/08/07
pgsql: Begin RI fast-path index scan under the switched user id
Amit Langote
-
2026/08/07
pgsql: Begin RI fast-path index scan under the switched user id
Amit Langote
-
2026/08/07
pgsql: Restrict RI fast-path FK check to btree referenced indexes
Amit Langote