Messages by Thread
-
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
-
pgsql: doc: Clarify wal_sender_shutdown_timeout values
Fujii Masao
-
pgsql: doc: Update XID wraparound error example
Fujii Masao
-
pgsql: Silence Coverity warning about unused visibilitymap_clear() resu
Melanie Plageman
-
pgsql: Improving handling of oversized records in xlogreader.c
Michael Paquier
-
pgsql: Add comments to uuid_extract_timestamp().
Masahiko Sawada
-
pgsql: Support UUIDv6 in uuid_extract_timestamp().
Masahiko Sawada
-
pgsql: Reindent conditional to improve readability
Daniel Gustafsson
-
pgsql: psql: Message style fixes
Peter Eisentraut
-
pgsql: doc: Make synopsis placeholders consistent
Peter Eisentraut
-
pgsql: Do not reuse rd_smgr in fork loop when enabling data checksums
Daniel Gustafsson
-
pgsql: pg_surgery: Fix infinite loop on large TID arrays
Álvaro Herrera
-
pgsql: doc: Add PROPERTY GRAPH to the access privilege tables
Peter Eisentraut
-
pgsql: Prohibit GRANT ... ON TABLE on a property graph
Peter Eisentraut
-
pgsql: Fix error handling in getCopyDataMessage() and pqFunctionCall3()
Fujii Masao
-
pgsql: Checkpoint replication slots later in the checkpoint cycle
Fujii Masao
-
pgsql: Fix ALTER COLUMN ... DROP EXPRESSION with subpartitions
Álvaro Herrera
-
pgsql: Fix missing money overflow checks for INT64_MIN / -1
David Rowley
-
pgsql: Fix missing MCXT_ALLOC_NO_OOM handling in MemoryContextAllocAlig
David Rowley
-
pgsql: Validate publisher for retain_dead_tuples in the apply worker.
Amit Kapila
-
pgsql: Remove unused field from PartitionDescData struct
David Rowley
-
pgsql: Handle concurrently-dropped relations in database-wide VACUUM.
Nathan Bossart
-
pgsql: postgres_fdw: reject use_scram_passthrough for subscriptions.
Jeff Davis
-
pgsql: Improve DROP SERVER handling of dependent subscriptions.
Jeff Davis
-
pgsql: Fix lock release for role membership grants in DROP OWNED BY.
Jeff Davis
-
pgsql: Don't skip invalid databases when enabling data checksums
Daniel Gustafsson
-
pgsql: Do not log subscription conninfo.
Jeff Davis
-
pgsql: Undo inadvertent loosening of archive filename checking.
Robert Haas
-
pgsql: Remove unused arg and dead code in set_attnotnull()
Álvaro Herrera
-
pgsql: Add dshash_get_dsa_area(), able to retrieve the DSA area of a ds
Michael Paquier
-
pgsql: doc: Clarify VERBOSE output for ANALYZE and VACUUM
Fujii Masao
-
pgsql: Fix missing space before WHERE in GRAPH_TABLE deparse
Peter Eisentraut
-
pgsql: Fix nullability check for a sub-select's upper-level Vars
Richard Guo
-
pgsql: Tighten up TS dictionary cache entry creation.
Tom Lane