authenticate - Search results in mailing lists

2025-04-22 22:10:55 | pgsql: Re-enable SSL connect_fails tests, and fix related race conditio (Tom Lane)

authentication handshake, so that if psql reports successful connection they should certainly have been emitted

2025-03-26 12:49:48 | pgsql: dblink: SCRAM authentication pass-through (Peter Eisentraut)

authentication pass-through This enables SCRAM authentication for dblink (using dblink_fdw) when connecting to a foreign

2025-03-12 18:37:27 | pgsql: Modularize log_connections output (Melanie Plageman)

authentication', and 'authorization'. The empty string disables all connection logging. 'all' enables all available connection

2025-03-12 18:37:27 | pgsql: Add connection establishment duration logging (Melanie Plageman)

authentication and fork duration as well as the end-to-end connection establishment and backend

2025-03-07 21:22:56 | pgsql: tests: Don't fail due to high default timeout in postmaster/003_ (Andres Freund)

authentication_timeout having a fairly low max. As this test is reasonably fast, the easiest

2025-03-07 02:13:38 | pgsql: Fix race condition in TAP test 007_pre_auth (Michael Paquier)

authentication test added in c76db55c9085 expects a backend to start and wait at the injection

2025-03-04 08:12:39 | pgsql: Split pgstat_bestart() into three different routines (Michael Paquier)

authentication. * pgstat_bestart_security() reports the SSL/GSS status of the connection, once authentication completes. Auxiliary

2025-02-20 18:47:40 | pgsql: Add support for OAUTHBEARER SASL mechanism (Daniel Gustafsson)

authenticate. Third-party clients may however extend this and provide their own flows. The built

2025-02-07 00:22:01 | pgsql: libpq: Handle asynchronous actions during SASL (Daniel Gustafsson)

authentication to continue. There is no consumer for this capability as part of this commit

2025-01-27 02:10:13 | pgsql: pg_amcheck: Fix test failure on Windows with non-existing role (Michael Paquier)

authentication failed" instead of the expected "role does not exist" error. This report also means

2024-12-19 07:20:57 | pgsql: Add backend-level statistics to pgstats (Michael Paquier)

authentication succeeds, and are removed when the backend exits, making the stats entry exist for as long

2024-12-02 22:31:12 | pgsql: Deprecate MD5 passwords. (Nathan Bossart)

authenticate. The SCRAM-SHA-256 method added in v10 is not subject to these problems

2024-11-14 17:13:15 | pgsql: Assign a child slot to every postmaster child process (Heikki Linnakangas)

authentication backends could prevent autovacuum or background workers from starting up, by using up all the slots

2024-11-14 17:13:15 | pgsql: Kill dead-end children when there's nothing else left (Heikki Linnakangas)

authentication_timeout expires, but if a dead-end backend is the only thing that's preventing

2024-10-07 18:56:59 | pgsql: Restrict password hash length. (Nathan Bossart)

authentication because we haven't selected a database yet and cannot read pg_class. Since