Messages by Thread
-
-
pgsql: Avoid overflow in Levenshtein distance calculations.
Noah Misch
-
pgsql: Reject calls from SQL to functions that take or return type inte
Noah Misch
-
pgsql: Fix multirange type handling in pg_restore_attribute_stats()
Noah Misch
-
pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi
Noah Misch
-
pgsql: Fix pg_trgm's picksplit function with all-true datums
Noah Misch
-
pgsql: Return nulls honestly in aggregate "combine" functions.
Noah Misch
-
pgsql: ecpg: Fix out-of-bound writes due to processing of invalid bytea
Noah Misch
-
pgsql: Use palloc_array() in pltcl and plperl to avoid overflow
Noah Misch
-
pgsql: pg_stat_statements: Fix buffer overflow with query normalization
Noah Misch
-
pgsql: Fix potential buffer overrun in regexp match/split functions.
Noah Misch
-
pgsql: Guard against overlength time zone abbreviations in to_char().
Noah Misch
-
pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes.
Noah Misch
-
pgsql: Be more wary about constant's datatype in scalarineqsel().
Noah Misch
-
pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE
Noah Misch
-
pgsql: Fix missing hash_seq_term()
Heikki Linnakangas
-
pgsql: Remove unnecessary #include <poll.h>
Heikki Linnakangas
-
pgsql: Fix misc spelling mistakes in comments, docs and tests
Heikki Linnakangas
-
pgsql: pgcrypto: remove unused field mdc_checked from PGP_Context
Daniel Gustafsson
-
pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
Fujii Masao
-
pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
Amit Kapila
-
pgsql: doc: Clarify pgbench reporting with --continue-on-error
Fujii Masao
-
pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
Álvaro Herrera
-
pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input.
Tom Lane
-
pgsql: Avoid recalculating pgprocno in ProcArrayAdd()
Álvaro Herrera
-
pgsql: Fix stale comments/signature after commit 28d534e2ae0a
Álvaro Herrera
-
pgsql: Add common LSN parser for user-supplied locations
Fujii Masao
-
pgsql: Use per-query timeout in subscription test
Daniel Gustafsson
-
pgsql: Fix poll_query_until() timeout handling with an undefined query
Michael Paquier
-
pgsql: Remove unnecessary list_free() calls in OpenTableList().
Amit Kapila
-
pgsql: Avoid unnecessary matview populated-state updates
Fujii Masao
-
pgsql: Move index statistics into their own stats kind
Michael Paquier
-
pgsql: Fix unlink() error report in KeepFileRestoredFromArchive()
Michael Paquier
-
pgsql: Improve GrantLockLocal() handling on out-of-memory errors
Michael Paquier
-
pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tom Lane
-
Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
-
pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
Tom Lane
-
pgsql: libpq: remove unused field ssl_handshake_started from PGconn
Daniel Gustafsson
-
pgsql: Stamp 18.6.
Tom Lane
-
pgsql: Release notes for 18.6.
Tom Lane
-
pgsql: Fix pg_strupper/lower/title/fold() functions to work with C loca
Heikki Linnakangas
-
pgsql: Remove useless/confusing const qualifiers
Peter Eisentraut
-
pgsql: Remove useless ENABLE_NLS conditionals
Peter Eisentraut
-
pgsql: Use frontend logging API in fe_utils/string_utils.c
Peter Eisentraut
-
pgsql: Use frontend logging API in fe_utils/print.c
Peter Eisentraut
-
pgsql: Make printTableAddCell/printTableAddHeader string argument const
Peter Eisentraut
-
pgsql: Show estimated number of groups for Incremental Sort in EXPLAIN
David Rowley
-
pgsql: Stamp 14.24.
Tom Lane
-
pgsql: Stamp 15.19.
Tom Lane
-
pgsql: Stamp 16.15.
Tom Lane
-
pgsql: Stamp 17.11.
Tom Lane
-
pgsql: Stamp 18.5.
Tom Lane
-
pgsql: Stamp 19beta3.
Tom Lane
-
pgsql: Rename sort support integer comparators for clarity
John Naylor
-
pgsql: Add ssup_datum_uint32_cmp for comparing OIDs
John Naylor
-
pgsql: Fix errmsg grammar for publication membership
Daniel Gustafsson
-
pgsql: Use EVP_MAC for HMAC (OpenSSL >= 3.0)
Michael Paquier
-
pgsql: Use explicit fetching for digests in cryptohash (OpenSSL >= 3.0)
Michael Paquier
-
pgsql: Use OOM-safe routine for pgstats shared hashtable insert
Michael Paquier
-
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.
Tom Lane
-
pgsql: First-draft release notes for 18.5.
Tom Lane
-
pgsql: Fix hot standby accepting connections too early after a crash re
Fujii Masao
-
pgsql: Only clear VACUUM's read stream strategy once in failsafe mode
Melanie Plageman
-
pgsql: Handle nullable referenced key in RI fast-path check
Amit Langote
-
pgsql: Fix indentation issue introduced by commit 291a4bd2ca
Amit Langote
-
pgsql: Drain pending asynchronous requests during ExecReScanAppend.
Etsuro Fujita
-
pgsql: Fire fast-path FK batches inside the deferred trigger loop
Amit Langote
-
pgsql: Begin RI fast-path index scan under the switched user id
Amit Langote
-
pgsql: Restrict RI fast-path FK check to btree referenced indexes
Amit Langote
-
pgsql: Remove stale comment on ri_FastPathCheck()
Amit Langote
-
pgsql: Fix shared refcount leak in pgstat entry acquisition
Michael Paquier
-
pgsql: Fix local pgstat entry leak on OOM during entry creation
Michael Paquier
-
pgsql: Make 030_pg_recvlogical robust against PID reuse
Fujii Masao
-
pgsql: Remove scram_client_key_len and scram_server_key_len from PGconn
Daniel Gustafsson