[COMMITTERS] pgsql: Properly parse Makefile after change from := to =.

2007-02-13 Thread Magnus Hagander
Log Message: --- Properly parse Makefile after change from := to =. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.9&r2=1.10) -

[COMMITTERS] pgsql: One more fix for makefile := to : change.

2007-02-13 Thread Magnus Hagander
Log Message: --- One more fix for makefile := to : change. Modified Files: -- pgsql/src/tools/msvc: install.pl (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/install.pl.diff?r1=1.3&r2=1.4) ---(end of

[COMMITTERS] pgsql: Add script to run regression tests under vc++ without mingw.

2007-02-13 Thread Magnus Hagander
Log Message: --- Add script to run regression tests under vc++ without mingw. Update clean script to properly clean up the result of it. Modified Files: -- pgsql/src/tools/msvc: clean.bat (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/

[COMMITTERS] pgsql: Un-break build on ANSI compilers (like msvc) by moving Assert to

2007-02-13 Thread Magnus Hagander
Log Message: --- Un-break build on ANSI compilers (like msvc) by moving Assert to position after variable declarations. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/util

[COMMITTERS] pgsql: Add: > * Update our code to handle 64-bit timezone files to

2007-02-13 Thread Bruce Momjian
Log Message: --- Add: > * Update our code to handle 64-bit timezone files to match the zic > source code, which now uses them Modified Files: -- pgsql/doc: TODO (r1.2085 -> r1.2086) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.20

[COMMITTERS] pgsql: Add ORDER BY to vacummdb so databases are scaned in the same

2007-02-13 Thread Bruce Momjian
Log Message: --- Add ORDER BY to vacummdb so databases are scaned in the same order as pg_dumpall. Modified Files: -- pgsql/src/bin/scripts: vacuumdb.c (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/vacuumdb.c.diff?r1=1.1

[COMMITTERS] pgsql: Update /contrib/fuzzystrmatch error message to mention bytes, not

2007-02-13 Thread Bruce Momjian
Log Message: --- Update /contrib/fuzzystrmatch error message to mention bytes, not just 'length', which can be characters. Modified Files: -- pgsql/contrib/fuzzystrmatch: fuzzystrmatch.c (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/con

[COMMITTERS] pgsql: Add code so database scans are done in an order consistent with

2007-02-13 Thread Bruce Momjian
Log Message: --- Add code so database scans are done in an order consistent with pg_dumpall. Modified Files: -- pgsql/src/bin/scripts: clusterdb.c (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/clusterdb.c.diff?r1=1.15&r2

[COMMITTERS] pgsql: Add URL for: * Update Bonjour to work with newer cross-platform

2007-02-13 Thread Bruce Momjian
Log Message: --- Add URL for: * Update Bonjour to work with newer cross-platform SDK > > http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php > Modified Files: -- pgsql/doc: TODO (r1.2086 -> r1.2087) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Improve postmaster's behavior if an accept() call fails.

2007-02-13 Thread Tom Lane
Log Message: --- Improve postmaster's behavior if an accept() call fails. Because the server socket is still read-ready, the code was a tight loop, wasting lots of CPU. We can't do anything to clear the failure, other than wait, but we should give other processes more chance to finish and

[COMMITTERS] pgsql: Disallow committing a prepared transaction unless we are in the

2007-02-13 Thread Tom Lane
Log Message: --- Disallow committing a prepared transaction unless we are in the same database it was executed in. Someday it might be nice to allow cross-DB commits, but work would be needed in NOTIFY and perhaps other places. Per Heikki. Modified Files: -- pgsql/src/bac

[COMMITTERS] pgsql: Disallow committing a prepared transaction unless we are in the

2007-02-13 Thread Tom Lane
Log Message: --- Disallow committing a prepared transaction unless we are in the same database it was executed in. Someday it might be nice to allow cross-DB commits, but work would be needed in NOTIFY and perhaps other places. Per Heikki. Tags: REL8_2_STABLE Modified Files: --

[COMMITTERS] pgsql: Disallow committing a prepared transaction unless we are in the

2007-02-13 Thread Tom Lane
Log Message: --- Disallow committing a prepared transaction unless we are in the same database it was executed in. Someday it might be nice to allow cross-DB commits, but work would be needed in NOTIFY and perhaps other places. Per Heikki. Tags: REL8_1_STABLE Modified Files: --

[COMMITTERS] pgsql: Add: > * Improve failure message when DROP DATABASE is used on a

2007-02-13 Thread Bruce Momjian
Log Message: --- Add: > * Improve failure message when DROP DATABASE is used on a database that > has prepared transactions Modified Files: -- pgsql/doc: TODO (r1.2087 -> r1.2088) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2087&

[COMMITTERS] plpsm - plpgpsm: holdable cursor support

2007-02-13 Thread User Okbob
Log Message: --- holdable cursor support Modified Files: -- plpgpsm/src: gram.y (r1.40 -> r1.41) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.40&r2=1.41) pl_exec.c (r1.41 -> r1.42) (http://cvs.pgfoundry.or

[COMMITTERS] pgsql: Add URL for: * Update Bonjour to work with newer cross-platform

2007-02-13 Thread Bruce Momjian
Log Message: --- Add URL for: * Update Bonjour to work with newer cross-platform SDK > http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.php Modified Files: -- pgsql/doc: TODO (r1.2088 -> r1.2089) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Add URL for: > >

2007-02-13 Thread Bruce Momjian
Log Message: --- Add URL for: > > http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php > Modified Files: -- pgsql/doc: TODO (r1.2089 -> r1.2090) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2089&r2=1.2090) pg

[COMMITTERS] pgsql: Fix up foreign-key mechanism so that there is a sound semantic

2007-02-13 Thread Tom Lane
Log Message: --- Fix up foreign-key mechanism so that there is a sound semantic basis for the equality checks it applies, instead of a random dependence on whatever operators might be named "=". The equality operators will now be selected from the opfamily of the unique index that the FK c

[COMMITTERS] pgsql: Add URL for: * Allow SQL-language functions to return results

2007-02-13 Thread Bruce Momjian
Log Message: --- Add URL for: * Allow SQL-language functions to return results from RETURNING queries > > http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php > Modified Files: -- pgsql/doc: TODO (r1.2090 -> r1.2091) (http://developer.postg

[COMMITTERS] pgsql: Fix capitalization and punctuation of two more GUC description

2007-02-13 Thread Neil Conway
Log Message: --- Fix capitalization and punctuation of two more GUC description strings. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.373 -> r1.374) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.373&r

[COMMITTERS] pgsql: Add: > * Improve logging of prepared statements recovered during

2007-02-13 Thread Bruce Momjian
Log Message: --- Add: > * Improve logging of prepared statements recovered during startup > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php > Modified Files: -- pgsql/doc: TODO (r1.2091 -> r1.2092) (http://developer.postgresql.org/cv

[COMMITTERS] pgsql: Add: > * Clean up casting in /contrib/isn > >

2007-02-13 Thread Bruce Momjian
Log Message: --- Add: > * Clean up casting in /contrib/isn > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php > Modified Files: -- pgsql/doc: TODO (r1.2092 -> r1.2093) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1

[COMMITTERS] pgsql: Minor editorialization on operator-family documentation: put some

2007-02-13 Thread Tom Lane
Log Message: --- Minor editorialization on operator-family documentation: put some copied-and-pasted text in a more useful location. Modified Files: -- pgsql/doc/src/sgml/ref: alter_opfamily.sgml (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Move fsync method macro defines into /include/access/xlogdefs.h

2007-02-13 Thread Bruce Momjian
Log Message: --- Move fsync method macro defines into /include/access/xlogdefs.h so they can be used by src/tools/fsync/test_fsync.c. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.263 -> r1.264) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off

2007-02-13 Thread Bruce Momjian
Log Message: --- Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. Converting from char using 'D' doesn't make lots of sense, of course. Report from Brendan Jurd. Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.123 -> r1.124)