[COMMITTERS] pgsql: Fix broken markup, strange tab width.

2007-03-13 Thread Tom Lane
Log Message: --- Fix broken markup, strange tab width. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.31&r2=1.32) lobj.sgml (r1.4

Re: [COMMITTERS] pgsql: Regression makefile now needs to make separate lists of what to

2007-03-13 Thread Andrew Dunstan
Tom Lane wrote: Log Message: --- Regression makefile now needs to make separate lists of what to clean for input/ and output/ directories, because with the addition of largeobject_1.source, they're not the same list. Apparently the current buildfarm process does not exercise whether 'mak

[COMMITTERS] pgsql: Regression makefile now needs to make separate lists of what to

2007-03-13 Thread Tom Lane
Log Message: --- Regression makefile now needs to make separate lists of what to clean for input/ and output/ directories, because with the addition of largeobject_1.source, they're not the same list. Apparently the current buildfarm process does not exercise whether 'make distclean' leave

[COMMITTERS] pgsql: Rewrite win32 install documentation (it's not client only

2007-03-13 Thread Magnus Hagander
Log Message: --- Rewrite win32 install documentation (it's not client only anymore, and it's now complete). Update for the MSVC6/Borland support now being only libpq. Move most of the information about full MSVC build from README file into documentation. Modified Files: --

[COMMITTERS] pgbouncer - pgbouncer: Imported Sources

2007-03-13 Thread User Mkz
Update of /cvsroot/pgbouncer/pgbouncer In directory pgfoundry.org:/tmp/cvs-serv19823 Log Message: public release Status: Vendor Tag: head Release Tags: start N pgbouncer/AUTHORS N pgbouncer/config.mak.in N pgbouncer/configure.ac N pgbouncer/COPYRIGHT N pgbouncer/Makefile N

[COMMITTERS] pgsql: Reverted waiting for further fixes: Make configuration

2007-03-13 Thread Peter Eisentraut
Log Message: --- Reverted waiting for further fixes: Make configuration parameters fall back to their default values when they are removed from the configuration file. Joachim Wieland Modified Files: -- pgsql/src/backend/access/transam: xact.c (r1.236 -> r1.237)

[COMMITTERS] pgsql: Filter out warnings coming from the stylesheets, so that actual

2007-03-13 Thread Magnus Hagander
Log Message: --- Filter out warnings coming from the stylesheets, so that actual warnings show up properly. Show some minor progress messages. Modified Files: -- pgsql/src/tools/msvc: builddoc.bat (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] plproxy - plproxy: some doc updates

2007-03-13 Thread User Mkz
Log Message: --- some doc updates Modified Files: -- plproxy: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.1.1.1&r2=1.2) plproxy/doc: overview.txt (r1.1.1.1 -> r1.2) (http:/

[COMMITTERS] plproxy - plproxy: Imported Sources

2007-03-13 Thread User Mkz
Update of /cvsroot/plproxy/plproxy In directory pgfoundry.org:/tmp/cvs-serv71476 Log Message: public release Status: Vendor Tag: start Release Tags: head N plproxy/AUTHORS N plproxy/COPYRIGHT N plproxy/Makefile N plproxy/plproxy.sql.in N plproxy/README N plproxy/config/sim

[COMMITTERS] pgsql: Set root of docbook stuff from buildenv.bat and not from

2007-03-13 Thread Magnus Hagander
Log Message: --- Set root of docbook stuff from buildenv.bat and not from builddoc.bat. Fix calling for file renaming when cd:ed into a different directory. Modified Files: -- pgsql/src/tools/msvc: builddoc.bat (r1.1 -> r1.2) (http://developer.postgresql.or

[COMMITTERS] pgsql: Properly use pg_strcasecmp() instead of strcasecmp().

2007-03-13 Thread Magnus Hagander
Log Message: --- Properly use pg_strcasecmp() instead of strcasecmp(). Un-breaks win32 build. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.380 -> r1.381) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.

[COMMITTERS] pgsql: Set stderr to unbuffered for pgbench on win32.

2007-03-13 Thread Magnus Hagander
Log Message: --- Set stderr to unbuffered for pgbench on win32. ITAGAKI Takahiro Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.61&r2=1.62)