pgsql: Support host names in pg_hba.conf

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support host names in pg_hba.conf
Date: 2010-10-15 19:57:47
Message-ID: E1P6qPT-0001dl-O5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support host names in pg_hba.conf

Peter Eisentraut, reviewed by KaiGai Kohei and Tom Lane

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 118 +++++++++++++++++++++------
src/backend/libpq/hba.c | 147 +++++++++++++++++++++++++++++++---
src/backend/libpq/pg_hba.conf.sample | 25 +++---
src/backend/postmaster/postmaster.c | 2 +
src/include/libpq/hba.h | 1 +
src/include/libpq/libpq-be.h | 4 +
6 files changed, 248 insertions(+), 49 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-15 23:56:14 pgsql: Allow WITH clauses to be attached to INSERT, UPDATE, DELETE stat
Previous Message Tom Lane 2010-10-15 19:49:20 pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c