[COMMITTERS] pgsql: Remove some cross-references that don't seem to work in HISTORY

2007-10-04 Thread Tom Lane
Log Message: --- Remove some cross-references that don't seem to work in HISTORY generation ... we should figure this out later ... Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.514 -> r1.515) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/

[COMMITTERS] pgbuildfarm - client-code: Use perl build scripts with msvc, prepare to

2007-10-04 Thread User Andrewd
Log Message: --- Use perl build scripts with msvc, prepare to support ecpg regression for msvc, fix cvs status race condition noticed by Tom Lane. Modified Files: -- client-code: run_build.pl (r1.89 -> r1.90) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg

[COMMITTERS] pgsql: tag it 8.3beta1 ...

2007-10-04 Thread Marc G. Fournier
Log Message: --- tag it 8.3beta1 ... the beta cycle begins Modified Files: -- pgsql: configure (r1.562 -> r1.563) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.562&r2=1.563) configure.in (r1.528 -> r1.529) (http://develo

[COMMITTERS] pgsql: Fix distprep and maintainer-clean targets so that ecpg's .def

2007-10-04 Thread Tom Lane
Log Message: --- Fix distprep and maintainer-clean targets so that ecpg's .def files are made and removed at the correct times. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: Add .cvsignore files to suppress CVS gripes about ecpg .def

2007-10-04 Thread Tom Lane
Log Message: --- Add .cvsignore files to suppress CVS gripes about ecpg .def files. Added Files: --- pgsql/src/interfaces/ecpg/compatlib: .cvsignore (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/.cvsignore?rev=1.1&conten

[COMMITTERS] pgsql: Some desultory markup improvements in the new release notes.

2007-10-04 Thread Tom Lane
Log Message: --- Some desultory markup improvements in the new release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.513 -> r1.514) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.513&r2=1.514)

[COMMITTERS] pgtreelib - pgtreelib: init

2007-10-04 Thread User Kostas
Log Message: --- init Modified Files: -- pgtreelib: README.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/README.txt.diff?r1=1.1&r2=1.2) Added Files: --- pgtreelib: tutorial.txt (r1.1) (http

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-04 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib/src/main In directory pgfoundry.org:/tmp/cvs-serv31698/src/main Log Message: Directory /cvsroot/pgtreelib/pgtreelib/src/main added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase you

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-04 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib/src/tutorial In directory pgfoundry.org:/tmp/cvs-serv31698/src/tutorial Log Message: Directory /cvsroot/pgtreelib/pgtreelib/src/tutorial added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9'

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-04 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib/src/test In directory pgfoundry.org:/tmp/cvs-serv31698/src/test Log Message: Directory /cvsroot/pgtreelib/pgtreelib/src/test added to the repository ---(end of broadcast)--- TIP 1: if posting/reading through U

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-04 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib/src In directory pgfoundry.org:/tmp/cvs-serv31698/src Log Message: Directory /cvsroot/pgtreelib/pgtreelib/src added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your friend

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-04 Thread User Kostas
Log Message: --- Added Files: --- pgtreelib: LICENSE (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/LICENSE?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP 1: if

[COMMITTERS] pgsql: Results from buildfarm show that ecpglib was depending on

2007-10-04 Thread Tom Lane
Log Message: --- Results from buildfarm show that ecpglib was depending on pg_strcasecmp, which evidently it got as an unofficial export from pgtypeslib. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: Makefile (r1.51 -> r1.52) (http://developer.postg

[COMMITTERS] pgsql: Keep the planner from failing on "WHERE false AND something IN

2007-10-04 Thread Tom Lane
Log Message: --- Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the

[COMMITTERS] pgsql: Keep the planner from failing on "WHERE false AND something IN

2007-10-04 Thread Tom Lane
Log Message: --- Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the

[COMMITTERS] pgsql: Keep the planner from failing on "WHERE false AND something IN

2007-10-04 Thread Tom Lane
Log Message: --- Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the

[COMMITTERS] pgsql: Keep the planner from failing on "WHERE false AND something IN

2007-10-04 Thread Tom Lane
Log Message: --- Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the

[COMMITTERS] pgsql: Keep the planner from failing on "WHERE false AND something IN

2007-10-04 Thread Tom Lane
Log Message: --- Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-04 Thread User Kostas
Log Message: --- Added Files: --- pgtreelib: README.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/README.txt?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP

[COMMITTERS] pgtreelib - pgtreelib: New Directory

2007-10-04 Thread User Kostas
Update of /cvsroot/pgtreelib/pgtreelib In directory pgfoundry.org:/tmp/cvs-serv63553/pgtreelib Log Message: Directory /cvsroot/pgtreelib/pgtreelib added to the repository ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project b

[COMMITTERS] pgsql: Stamp 8.3beta1, except in configure.in/configure.

2007-10-04 Thread Tom Lane
Log Message: --- Stamp 8.3beta1, except in configure.in/configure. Modified Files: -- pgsql/doc: bug.template (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.42&r2=1.43) pgsql/src/include: pg_config.h.win

[COMMITTERS] pgsql: Update timezone data files to release 2007h of the zic database.

2007-10-04 Thread Tom Lane
Log Message: --- Update timezone data files to release 2007h of the zic database. Might as well have the latest when we wrap 8.3beta1. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.1.4.4 -> r1.1.4.5) (http://developer.post

[COMMITTERS] pgsql: Update timezone data files to release 2007h of the zic database.

2007-10-04 Thread Tom Lane
Log Message: --- Update timezone data files to release 2007h of the zic database. Might as well have the latest when we wrap 8.3beta1. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.4.2.2 -> r1.4.2.3) (http://developer.post

[COMMITTERS] pgsql: Update timezone data files to release 2007h of the zic database.

2007-10-04 Thread Tom Lane
Log Message: --- Update timezone data files to release 2007h of the zic database. Might as well have the latest when we wrap 8.3beta1. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/timezone/data: africa (r1.2.2.3 -> r1.2.2.4) (http://developer.post

[COMMITTERS] pgsql: Update timezone data files to release 2007h of the zic database.

2007-10-04 Thread Tom Lane
Log Message: --- Update timezone data files to release 2007h of the zic database. Might as well have the latest when we wrap 8.3beta1. Modified Files: -- pgsql/src/timezone/data: africa (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/ti

[COMMITTERS] pgsql: DLL_DEFFILE should be defined when PORTNAME is win32, not when it

2007-10-04 Thread Tom Lane
Log Message: --- DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, per the example of libpq/Makefile. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] dbsamples - dbsamples: let's install into the db we created for it

2007-10-04 Thread User Xzilla
Log Message: --- let's install into the db we created for it Modified Files: -- dbsamples/us-state-county-city-zip: README (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/dbsamples/us-state-county-city-zip/README.diff?r1=1.1&r2=1.2) -

[COMMITTERS] pgsql: Replaced tabs by white spaces

2007-10-04 Thread Michael Meskes
Log Message: --- Replaced tabs by white spaces Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: exports.txt (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/exports.txt?r1=1.3&r2=1.4) pgsql/src/interf

[COMMITTERS] pgsql: Removed newline at end of exports files.

2007-10-04 Thread Michael Meskes
Log Message: --- Removed newline at end of exports files. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: exports.txt (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/exports.txt?r1=1.2&r2=1.3) pgsql

[COMMITTERS] pgsql: Change Assert() to a plain test and elog, just to see if that

2007-10-04 Thread Tom Lane
Log Message: --- Change Assert() to a plain test and elog, just to see if that works around the icc bug exhibited by buildfarm member dugong. Modified Files: -- pgsql/src/backend/postmaster: bgwriter.c (r1.44 -> r1.45) (http://developer.postgresql.org/cvswe

[COMMITTERS] dbsamples - dbsamples: ISO-639-3 Language Code Database.

2007-10-04 Thread User Xzilla
Log Message: --- ISO-639-3 Language Code Database. Based on Sample from David Fetter. See http://en.wikipedia.org/wiki/ISO_639-3 for more info. Added Files: --- dbsamples/iso-639-3: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/dbsamples

[COMMITTERS] dbsamples - dbsamples: New Directory

2007-10-04 Thread User Xzilla
Update of /cvsroot/dbsamples/dbsamples/iso-639-3 In directory pgfoundry.org:/tmp/cvs-serv5712/iso-639-3 Log Message: Directory /cvsroot/dbsamples/dbsamples/iso-639-3 added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase y

[COMMITTERS] pgsql: Added def-files to all: target so they are build everytime.

2007-10-04 Thread Michael Meskes
Log Message: --- Added def-files to all: target so they are build everytime. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.33&r

[COMMITTERS] pgsql: Two fixes for the release notes from Guillaume Smet.

2007-10-04 Thread Neil Conway
Log Message: --- Two fixes for the release notes from Guillaume Smet. In passing, make a minor markup improvement. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.512 -> r1.513) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.