[COMMITTERS] pgsql: Repair possible failure to update hint bits back to disk, per

2004-10-13 Thread Tom Lane
Log Message: --- Repair possible failure to update hint bits back to disk, per http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php. I plan a more permanent fix in HEAD, but for the back branches it seems best to just touch the places that actually have a problem. Tags: R

[COMMITTERS] pgsql: Repair possible failure to update hint bits back to disk, per

2004-10-13 Thread Tom Lane
Log Message: --- Repair possible failure to update hint bits back to disk, per http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php. I plan a more permanent fix in HEAD, but for the back branches it seems best to just touch the places that actually have a problem. Tags: R

[COMMITTERS] pgsql: Repair possible failure to update hint bits back to disk, per

2004-10-13 Thread Tom Lane
Log Message: --- Repair possible failure to update hint bits back to disk, per http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php. I plan a more permanent fix in HEAD, but for the back branches it seems best to just touch the places that actually have a problem. Tags: R

[COMMITTERS] pgsql: Remove stray semicolons in old ecpg preproc grammar ...

2004-10-13 Thread Tom Lane
Log Message: --- Remove stray semicolons in old ecpg preproc grammar ... modern bison versions won't compile it at all with those there. Probably of only academic interest now, but ... Tags: REL7_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc:

[COMMITTERS] pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug

2004-10-13 Thread Tom Lane
Log Message: --- Fix breakage in hashjoin from recent backpatch of left-join bug fix. (That's what I get for not testing the back branches *before* committing.) Tags: REL7_2_STABLE Modified Files: -- pgsql/src/backend/executor: nodeHashjoin.c (r1.39.2.1 -> r1.

[COMMITTERS] pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug

2004-10-13 Thread Tom Lane
Log Message: --- Fix breakage in hashjoin from recent backpatch of left-join bug fix. (That's what I get for not testing the back branches *before* committing.) Tags: REL7_1_STABLE Modified Files: -- pgsql/src/backend/executor: nodeHashjoin.c (r1.38.2.1 -> r1.

[COMMITTERS] pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug

2004-10-13 Thread Tom Lane
Log Message: --- Fix breakage in hashjoin from recent backpatch of left-join bug fix. (That's what I get for not testing the back branches *before* committing.) Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/executor: nodeHashjoin.c (r1.41.2.1 -> r1.

[COMMITTERS] pginstaller - pginst: Add checkbox to enable non-localhost connections

2004-10-13 Thread User Mha
Log Message: --- Add checkbox to enable non-localhost connections by default (changes listen_addresses from default ('localhost') to '*') Modified Files: -- pginst/ca: pginstca.c (r1.58 -> r1.59) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pgi

[COMMITTERS] pginstaller - pginst: Move check of privileges to before password check.

2004-10-13 Thread User Mha
Log Message: --- Move check of privileges to before password check. Modified Files: -- pginst/ca: pginstca.c (r1.57 -> r1.58) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.57&r2=1.58) ---(en

[COMMITTERS] pgsql: pg_restore wording improvement, per Peter.

2004-10-13 Thread Bruce Momjian
Log Message: --- pg_restore wording improvement, per Peter. Modified Files: -- pgsql/src/bin/pg_dump: pg_restore.c (r1.63 -> r1.64) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.63&r2=1.64) ---

[COMMITTERS] autodoc - autodoc: Push out 1.24

2004-10-13 Thread User Rbt
Log Message: --- Push out 1.24 Modified Files: -- autodoc: ChangeLog (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/ChangeLog.diff?r1=1.2&r2=1.3) postgresql_autodoc.pl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cg

[COMMITTERS] pgsql: Enable service use by Cygwin of pg_ctl.

2004-10-13 Thread Bruce Momjian
Log Message: --- Enable service use by Cygwin of pg_ctl. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.34&r2=1.35) ---(end of b

[COMMITTERS] pgsql: Allow compiles for Cygwin /contrib modules.

2004-10-13 Thread Bruce Momjian
Log Message: --- Allow compiles for Cygwin /contrib modules. Reini Urban Modified Files: -- pgsql/src: Makefile.shlib (r1.83 -> r1.84) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.83&r2=1.84) ---(e

[COMMITTERS] pgsql: Enable static lib builds on Win32 and Cygwin.

2004-10-13 Thread Bruce Momjian
Log Message: --- Enable static lib builds on Win32 and Cygwin. Modified Files: -- pgsql/src: Makefile.shlib (r1.82 -> r1.83) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.82&r2=1.83) ---(end of broad