Messages by Thread
-
-
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
-
pgsql: Restore vacuum failsafe abandonment of buffer access strategy
Melanie Plageman
-
pgsql: Remove lo_hton64() and lo_ntoh64().
Nathan Bossart
-
pgsql: doc: Define MXID as an acronym
Daniel Gustafsson
-
pgsql: Report duplicate property and label names with a proper error
Peter Eisentraut
-
pgsql: Tighten proto_version parsing in pgoutput
Michael Paquier
-
pgsql: Tighten tid input parsing with strtoul() to reject empty fields
Michael Paquier
-
pgsql: Fix race condition in subscription TAP test 023_twophase_stream.
Amit Kapila
-
pgsql: Fix unlikely incremental tuple deform bug with missing attrs
David Rowley
-
pgsql: Remove redundant unlink() in KeepFileRestoredFromArchive() for n
Michael Paquier
-
pgsql: For subscription DDL, demote user mapping checks to WARNING.
Jeff Davis
-
pgsql: When changing owner of a subscription, do not throw an error.
Jeff Davis
-
pgsql: Always check foreign-server USAGE when resolving subscription co
Jeff Davis
-
pgsql: Revert "Validate subscription conninfo on owner change"
Jeff Davis
-
pgsql: CREATE SUBSCRIPTION: do not construct conninfo unnecessarily.
Jeff Davis
-
pgsql: Be precise about when ALTER SUBSCRIPTION needs conninfo.
Jeff Davis
-
pgsql: Build subscription conninfo after checking that it's enabled.
Jeff Davis
-
pgsql: Remove Subscription conninfo field; generate in caller.
Jeff Davis
-
pgsql: Fix MSVC warnings from new timezone code
Peter Eisentraut
-
pgsql: Fix calculating length of match to localized month/weekday names
Álvaro Herrera
-
pgsql: Disallow aggregates, window functions, and SRFs in GRAPH_TABLE C
Peter Eisentraut
-
pgsql: Initialize read stream before fetching metapage in hash bulk-del
Michael Paquier
-
pgsql: More tab-completion for DROP PROPERTY GRAPH
Peter Eisentraut
-
pgsql: Clarify wraparound warning percentage messages
Fujii Masao