clients - Search results in mailing lists
Mailing lists >> pgsql-committers >> Thread
2025-04-24 08:10:37 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-10 11:01:47 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-10 11:01:47 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-10 11:01:47 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-10 11:01:47 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-10 11:01:47 | pgsql: Fix data loss in logical replication. (Amit Kapila)
client. This commit fixes the issue by distributing invalidation messages from catalog-modifying transactions to all concurrent
Mailing lists >> pgsql-committers >> Thread
2025-04-07 18:06:17 | pgsql: Add local-address escape "%L" to log_line_prefix. (Tom Lane)
client has connected to. Unix-socket connections will show "[local]". Non-client processes (e.g. background
Mailing lists >> pgsql-committers >> Thread
2025-04-02 16:43:17 | pgsql: libpq: Add min/max_protocol_version connection options (Heikki Linnakangas)
client. But many other applications that implement the PostgreSQL protocol (connection poolers, or other databases
Mailing lists >> pgsql-committers >> Thread
2025-04-02 16:43:17 | pgsql: Make cancel request keys longer (Heikki Linnakangas)
client is expected to deal with variable length keys, up to 256 bytes. This flexibility
Mailing lists >> pgsql-committers >> Thread
2025-04-02 16:43:17 | pgsql: libpq: Handle NegotiateProtocolVersion message differently (Heikki Linnakangas)
client side checks to allow a range of supported protocol versions, instead of only allowing
Mailing lists >> pgsql-committers >> Thread
2025-03-25 11:40:39 | pgsql: libpq: Deprecate pg_int64. (Thomas Munro)
client-facing functions instead of (yet) another name. We've required C99 and thus since
Mailing lists >> pgsql-committers >> Thread
2025-03-21 22:14:44 | pgsql: Place "extern" declaration in the right part of pg_class.h. (Tom Lane)
CLIENT_CODE, which is mistaken since that function isn't available client-side. While relatively
Mailing lists >> pgsql-committers >> Thread
2025-03-18 19:01:44 | pgsql: aio: Add io_method=worker (Andres Freund)
Client code submits most requests by pushing IOs into the submission queue, and waits (if necessary
Mailing lists >> pgsql-committers >> Thread
2025-03-18 17:32:53 | pgsql: Add X25519 to the default set of curves (Daniel Gustafsson)
clients default to the X25519 curve in the TLS handshake, the fact that the server
Mailing lists >> pgsql-committers >> Thread
2025-03-07 21:22:56 | pgsql: tests: Fix race condition in postmaster/002_connection_limits (Andres Freund)
client before detaching from the PGPROC entry. Adding a sleep(1) before proc_exit() makes