Change example pg_hba.conf in docs to match altered pg_hba.conf.sample
Peter Eisentraut's recent patch to allow host names in pg_hba.conf
changed the contents of pg_hba.conf.sample
Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=
On Mon, Oct 18, 2010 at 2:48 AM, Fujii Masao wrote:
> On Sat, Oct 16, 2010 at 4:57 AM, Peter Eisentraut wrote:
>> Support host names in pg_hba.conf
>
> -
> �...@authcomment@
>
> -# TYPE DATABASE USER CIDR-ADDRESS METHOD
> +# TYPE DATABASE USER
Document the tablespace directory "should" be empty, rather than "must"
be empty. Because of binary migration usage, it might not be empty.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=433c7a654556cc43b8f4e5c4c1b175480b266ba5
Modified Fil
Document the tablespace directory "should" be empty, rather than "must"
be empty. Because of binary migration usage, it might not be empty.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=02b1f04770f09abe8a78260a9f0c43fe2dc3ab8b
Modif
Remove tab from SGML.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=377e6e97eb59f14ca91ef38785c3dbc36e3111cd
Modified Files
--
doc/src/sgml/rules.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent
Support key word 'all' in host column of pg_hba.conf
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=bc8624b15d8055cdead310352e5943da18500d16
Modified Files
--
doc/src/sgml/client-auth.sgml |2 +-
src/backend/libpq/hba.c
In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity.
Backpatch to 9.0.X.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fc8470ed4d7aca48b14521168d607ef8bbdcf0e1
Modified Files
--
contrib/pg_upgrade/check.c
In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity.
Backpatch to 9.0.X.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9df96f9bb1cb8bc0350f02bbd0a113480e84224a
Modified Files
--
contrib/pg_upgrade/check.c |2
Log Message:
---
Remove noisy NOTICE logs for debug in to_multi_byte().
Reported by Tatsuhito Kasahara.
Modified Files:
--
orafce:
convert.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/convert.c?r1=1.7&r2=1.8)
--
Sent via pg