pgsql: Add a client authentication hook.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a client authentication hook.
Date: 2010-10-27 01:23:49
Message-ID: E1PAuk1-0008IG-8T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a client authentication hook.

KaiGai Kohei, with minor cleanup of the comments by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=20709f813601976076a346c0b0f8e92006e3b3fa

Modified Files
--------------
src/backend/libpq/auth.c | 9 +++++++++
src/include/libpq/auth.h | 4 ++++
2 files changed, 13 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-10-27 01:46:25 pgsql: Note that effective_io_concurrency only affects bitmap heap scan
Previous Message Robert Haas 2010-10-26 23:35:48 pgsql: Minor fixups for psql's process_file() function.