[COMMITTERS] pgsql: Change example pg_hba.conf in docs to match altered pg_hba.conf.

2010-10-18 Thread Robert Haas
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=

Re: [COMMITTERS] pgsql: Support host names in pg_hba.conf

2010-10-18 Thread Robert Haas
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    

[COMMITTERS] pgsql: Document the tablespace directory "should" be empty, rather than

2010-10-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Document the tablespace directory "should" be empty, rather than

2010-10-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Remove tab from SGML.

2010-10-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Support key word 'all' in host column of pg_hba.conf

2010-10-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity.

2010-10-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity.

2010-10-18 Thread Bruce Momjian
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

[COMMITTERS] orafce - orafce: Remove noisy NOTICE logs for debug in to_multi_byte().

2010-10-18 Thread User Itagaki
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