[COMMITTERS] press - pr: Updated the release date to 5 jan 2005 (RO version).

2004-12-20 Thread User Am
Log Message: --- Updated the release date to 5 jan 2005 (RO version). Modified Files: -- pr/releases/8.0/ro: release (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ro/release.diff?r1=1.5&r2=1.6) --

[COMMITTERS] cvs commit: pgmemcache Makefile.pmk README.pgmemcache

2004-12-20 Thread seanc
seanc 2004/12/21 06:07:54 GMT PostgreSQL src repository Modified files: .Makefile.pmk README.pgmemcache Log: Update release notes to be in sync with libmemcache(3) 1.1.0. Throw in a little extra release goodness (ie, a ChangeLog) while I'm here. Revi

[COMMITTERS] cvs commit: pgmemcache pmkfile

2004-12-20 Thread seanc
seanc 2004/12/21 06:06:58 GMT PostgreSQL src repository Modified files: .pmkfile Log: Change debug_cflags to be just debug. This is in sync w/ what libmemcache(3) does now. Revision ChangesPath 1.2 +3 -3 pgmemcache/pmkfile

[COMMITTERS] pgsql: tag files for rc2

2004-12-20 Thread PostgreSQL Daemon
Log Message: --- tag files for rc2 Modified Files: -- pgsql: configure (r1.418 -> r1.419) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.418&r2=1.419) configure.in (r1.392 -> r1.393) (http://developer.postgresql.org/

Re: [COMMITTERS] pgsql: Patch to make libpq.rc be a built-for-distribution

2004-12-20 Thread Bruce Momjian
I know I originally had those changes in there. It must have gotten lost during one of my rewrites. --- Tom Lane wrote: > Log Message: > --- > Patch to make libpq.rc be a built-for-distribution file was a few > bric

[COMMITTERS] pgsql: Patch to make libpq.rc be a built-for-distribution file was a few

2004-12-20 Thread Tom Lane
Log Message: --- Patch to make libpq.rc be a built-for-distribution file was a few bricks shy of a load. Modified Files: -- pgsql/src/interfaces/libpq: .cvsignore (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/.cvsigno

[COMMITTERS] pgsql: Add: > * Allow a warm standby system to also allow read-only

2004-12-20 Thread Bruce Momjian
Log Message: --- Add: > * Allow a warm standby system to also allow read-only queries Modified Files: -- pgsql/doc: TODO (r1.1424 -> r1.1425) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1424&r2=1.1425) ---(

[COMMITTERS] pgsql: Add: > * Allow the PITR process to be debugged and data

2004-12-20 Thread Bruce Momjian
Log Message: --- Add: > * Allow the PITR process to be debugged and data examined Modified Files: -- pgsql/doc: TODO (r1.1425 -> r1.1426) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1425&r2=1.1426) ---(end

[COMMITTERS] pgsql: I was recently surprised to find that EXTRACT's day of the week

2004-12-20 Thread Bruce Momjian
Log Message: --- I was recently surprised to find that EXTRACT's day of the week numbering is different than TO_CHAR's ditto. EXTRACT starts at 0==Sunday while TO_CHAR starts at 1==Sunday. A suggestion for two documentation notes is attached as a patch to current CVS HEAD. Troels Arvin M

[COMMITTERS] pgbuildfarm - client-code: skip config lines with angle brackets around

2004-12-20 Thread User Andrewd
Log Message: --- skip config lines with angle brackets around "unknown" as well as without them Modified Files: -- client-code: run_build.pl (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.16&r2=

[COMMITTERS] pgsql: Mention libpq.rc.in is now the file to update for releases.

2004-12-20 Thread Bruce Momjian
Log Message: --- Mention libpq.rc.in is now the file to update for releases. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES.diff?r1=1.51&r2=1.52)

[COMMITTERS] pginstaller - pginst: Fix line ends.

2004-12-20 Thread User Dpage
Log Message: --- Fix line ends. Modified Files: -- pginst/wxi: guid.lst (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.11&r2=1.12) pginst/wxs: dialogs.wxs (r1.43 -> r1.44) (http:/

[COMMITTERS] pginstaller - pginst: Line ending test.

2004-12-20 Thread User Dpage
Log Message: --- Line ending test. Modified Files: -- pginst: Makefile.config (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.23&r2=1.24) ---(end of broadcast)--

[COMMITTERS] pginstaller - pginst: Translation updates.

2004-12-20 Thread User Mha
Log Message: --- Translation updates. Modified Files: -- pginst/lang: de.xml (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.8&r2=1.9) pt_br.xml (r1.6 -> r1.7) (http://cvs.pgfoundry.org/c

[COMMITTERS] pginstaller - pginst: Prevent double-backslash which caused install

2004-12-20 Thread User Mha
Log Message: --- Prevent double-backslash which caused install failures when mapping MSI files using UNC paths (pgFoundry byg #1000173) Modified Files: -- pginst/wrapper: inst.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst

[COMMITTERS] pgsql: Ensure that 'disabling statistics collector' is logged in all

2004-12-20 Thread Tom Lane
Log Message: --- Ensure that 'disabling statistics collector' is logged in all failure paths of pgstat_init. Responds to confusion exhibited by Christoph Haller. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.85 -> r1.86) (http://developer.p

[COMMITTERS] pgsql: Add support for Latin9 encoding in to_ascii().

2004-12-20 Thread Tom Lane
Log Message: --- Add support for Latin9 encoding in to_ascii(). Jaime Casanova Modified Files: -- pgsql/src/backend/utils/adt: ascii.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ascii.c.diff?r1=1.22&r2=1.23) -

[COMMITTERS] pgsql: Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find

2004-12-20 Thread Tom Lane
Log Message: --- Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out when it changes. Per request from Kris Jurka. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.171 -> r1.172) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/s

[COMMITTERS] pgsql: In pipe_read_line Windows code, loop to ensure we get a whole

2004-12-20 Thread Tom Lane
Log Message: --- In pipe_read_line Windows code, loop to ensure we get a whole line from the child process; fixes observed problems when the returned version number is '8.0.0' rather than '8.0.0rc1'. Magnus Hagander Modified Files: -- pgsql/src/port: exec.c (r1.33

[COMMITTERS] pgsql: Remove direct inclusions of as well as configure test

2004-12-20 Thread Tom Lane
Log Message: --- Remove direct inclusions of as well as configure test for its presence. This amounts to desupporting Kerberos 5 releases 1.0.*, which is small loss, and simplifies use of our Kerberos code on platforms with Red-Hat-style include file layouts. Per gripe from John Gray and

[COMMITTERS] pginstaller - pginst: Update for tweaked schema of WiX 2.0.2419.0

2004-12-20 Thread User Dpage
Log Message: --- Update for tweaked schema of WiX 2.0.2419.0 Modified Files: -- pginst/util: translate.vbs (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/translate.vbs.diff?r1=1.5&r2=1.6) ---(end

[COMMITTERS] pginstaller - pginst: Update for tweaked schema of WiX 2.0.2419.0

2004-12-20 Thread User Dpage
Log Message: --- Update for tweaked schema of WiX 2.0.2419.0 Modified Files: -- pginst/wxs: uidata.wxs (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/uidata.wxs.diff?r1=1.12&r2=1.13) ---(end of