[COMMITTERS] pgsql: Update BSD/OS platform for 8.2.

2007-01-25 Thread Bruce Momjian
Log Message: --- Update BSD/OS platform for 8.2. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.274 -> r1.275) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.274&r2=1.275) --

[COMMITTERS] pgsql: Add URL for shrinking tuple to just its headers: >

2007-01-25 Thread Bruce Momjian
Log Message: --- Add URL for shrinking tuple to just its headers: > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01025.php Modified Files: -- pgsql/doc: TODO (r1.2050 -> r1.2051) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?

[COMMITTERS] pgsql: Update Win32 exception comment.

2007-01-25 Thread Bruce Momjian
Log Message: --- Update Win32 exception comment. Modified Files: -- pgsql/src/include/port: win32.h (r1.70 -> r1.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.70&r2=1.71) ---(end of broadca

[COMMITTERS] pgsql: Add a setlocal command to the beginning of build.bat.

2007-01-25 Thread Neil Conway
Log Message: --- Add a setlocal command to the beginning of build.bat. This is required to deal with buildenv.bat properly, so that PATH (for example) doesn't expand infintly. Per report from Joachim Wieland, patch from Magnus. Modified Files: -- pgsql/src/tools/msvc:

[COMMITTERS] pgsql: Removed compiler warning due to unneeded unsigned declaration.

2007-01-25 Thread Michael Meskes
Log Message: --- Removed compiler warning due to unneeded unsigned declaration. Removed regression test that triggers those libc precision bugs on some archs. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.336 -> r1.337) (http://developer.postg

[COMMITTERS] odbclink - odbclink: Imported Sources

2007-01-25 Thread User H-saito
Update of /cvsroot/odbclink/odbclink In directory pgfoundry.org:/tmp/cvs-serv96993 Log Message: Base source Status: Vendor Tag: HS Release Tags: VER_0_0 N odbclink/odbclink.h N odbclink/odbclink.c N odbclink/Makefile N odbclink/README.odbclink N odbclink/TODO N odbclink/od

[COMMITTERS] pgsql: Update pg_dumpall -f option description.

2007-01-25 Thread Bruce Momjian
Log Message: --- Update pg_dumpall -f option description. Modified Files: -- pgsql/doc/src/sgml/ref: pg_dumpall.sgml (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dumpall.sgml.diff?r1=1.62&r2=1.63) -

[COMMITTERS] pgsql: Correction: temp_tablespaces was implemented by Albert Cervera

2007-01-25 Thread Bruce Momjian
Log Message: --- Correction: temp_tablespaces was implemented by Albert Cervera Areny, with cleanup by Jaime Casanova. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.206 -> r1.207) (http://developer.postgresql.org/cvsweb.cgi/pg

Re: [COMMITTERS] pgsql: Add GUC temp_tablespaces to provide a

2007-01-25 Thread Bruce Momjian
Jaime Casanova wrote: > On 1/24/07, Bruce Momjian <[EMAIL PROTECTED]> wrote: > > Log Message: > > --- > > Add GUC temp_tablespaces to provide a default location for temporary > > objects. > > > > Jaime Casanova > > > > the credit is for Albert Cervera Areny, I just did some minor > revisi

Re: [COMMITTERS] pgsql: Fix for plpython functions; return

2007-01-25 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Fix for plpython functions; return true/false for boolean, > > This patch has broken a majority of the buildfarm. Yea, reverted with comment added. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterprisedb.c

[COMMITTERS] pgsql: Reverse out use of Py_RETURN_TRUE in plpython, only supported in

2007-01-25 Thread Bruce Momjian
Log Message: --- Reverse out use of Py_RETURN_TRUE in plpython, only supported in Python >= 2.3. Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.91 -> r1.92) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.91&

[COMMITTERS] pgsql: Various fixes in the logic of XML functions: - Add new SQL

2007-01-25 Thread Peter Eisentraut
Log Message: --- Various fixes in the logic of XML functions: - Add new SQL command SET XML OPTION (also available via regular GUC) to control the DOCUMENT vs. CONTENT option in implicit parsing and serialization operations. - Subtle corrections in the handling of the standalone prope