Support host names in pg_hba.conf
Peter Eisentraut <peter_e@gmx.net>
Support host names in pg_hba.conf Peter Eisentraut, reviewed by KaiGai Kohei and Tom Lane
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +93 −25 |
| src/backend/libpq/hba.c | modified | +135 −12 |
| src/backend/libpq/pg_hba.conf.sample | modified | +13 −12 |
| src/backend/postmaster/postmaster.c | modified | +2 −0 |
| src/include/libpq/hba.h | modified | +1 −0 |
| src/include/libpq/libpq-be.h | modified | +4 −0 |