authenticated - Search results in mailing lists

2025-05-08 00:16:38 | Re: PostgreSQL 18 Beta 1 release announcement draft (Jacob Champion)

authentication, which lets the client retrieve OAuth 2.0 tokens and allows people to create server

2025-05-05 22:20:15 | Re: PG 18 release notes draft committed (Jacob Champion)

authentication' or 'support for the "oauth" authentication method', I think. Maybe the description of oauth

2025-04-30 15:11:32 | Re: Add an option to skip loading missing publication to avoid logical replication failure (Amit Kapila)

authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/data/t_024_add_drop_pub_publisher_data/pgdata/pg_hba.conf:117) 2025-04-19 08:24:14.128 UTC [21979][walsender

2025-04-25 00:52:53 | Re: Making sslrootcert=system work on Windows psql (Jelte Fennema-Nio)

unauthenticated TLS. I believe the only way to fix that is by having a *standard

2025-04-21 19:57:33 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)

authentication scheme for authenticating clients that were issued a client password. We rely on that

2025-04-19 02:26:32 | Re: disabled SSL log_like tests (Tom Lane)

authentication should be logged even on failure - # temporarily(?) skip this check due to timing issue - # log_like => - # [qr/connection authenticated

2025-04-16 03:03:43 | Re: dispchar for oauth_client_secret (Jacob Champion)

authenticate libpq (and by extension, postgres_fdw), not the end user. From the point of view

2025-04-10 19:00:32 | Re: Capturing both IP address and hostname in the log (Tom Lane)

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

2025-03-30 00:29:29 | Re: AIO v2.5 (Noah Misch)

authentication - protocol sync loss, where we'd fail to send a client message - client already

2025-03-26 09:41:48 | Re: Update LDAP Protocol in fe-connect.c to v3 (Peter Eisentraut)

authentication support in the backend, the other is the connection parameter lookup in libpq. The former

2025-03-18 19:53:51 | Re: dblink: Add SCRAM pass-through authentication (Jacob Champion)

authentication happens is only one part -- we have to ensure authentication takes place using the end user

2025-03-14 20:39:30 | More Perl cleanups (Dagfinn Ilmari Mannsåker)

authentication/); # Test that bad passwords are rejected. -$ENV{"PGPASSWORD"} = 'badpass'; +$ENV{PGPASSWORD} = 'badpass'; test_conn($node, 'user=scram_role', 'scram-sha-256', 2, log_unlike => [qr/connection authenticated

2025-03-09 00:58:55 | Re: pg16 && GSSAPI && Heimdal/Macos (Todd M. Kover)

authentication, so having a client that supports different things than the server is just fine

2025-03-06 23:16:20 | Re: Refactoring postmaster's code to cleanup after child exit (Andres Freund)

authentication_timeout" (1 s .. 600 s) I had to increase PG_TEST_TIMEOUT_DEFAULT due to some

2025-03-06 17:56:16 | Re: Log connection establishment timings (Bertrand Drouvot)

authenticated" but needs to be log_connections = 'authorized,authenticated' in the postgresql.conf