[COMMITTERS] slony1-ctl - slony-ctl: New handling of error messages in scripts.

2010-05-12 Thread User Sas
Log Message: --- New handling of error messages in scripts. Modified Files: -- slony-ctl/etc: bases.h (r1.4 - r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/etc/bases.h?r1=1.4r2=1.5) fonctions.sh (r1.5 - r1.6)

Re: [COMMITTERS] pgsql: Add TODO file to CVS.

2010-05-12 Thread Bruce Momjian
Magnus Hagander wrote: Shouldn't TODO files go on the wiki these days? Well, it is a list of minor ideas for pg_upgrade. Should these be on the main wiki? They seem too minor. Can you look at the file and let me konw?

[COMMITTERS] pg-migrator - pg_migrator: Update to support EDB Advanced Sevrver 8.4.

2010-05-12 Thread User Bmomjian
Log Message: --- Update to support EDB Advanced Sevrver 8.4. Modified Files: -- pg_migrator/src: check.c (r1.6 - r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/check.c?r1=1.6r2=1.7) function.c (r1.4 - r1.5)

[COMMITTERS] pg-migrator - pg_migrator: Stamp 8.4.18.

2010-05-12 Thread User Bmomjian
Log Message: --- Stamp 8.4.18. Modified Files: -- pg_migrator/src: pg_migrator.h (r1.107 - r1.108) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.107r2=1.108) -- Sent via pgsql-committers mailing list

[COMMITTERS] pg-migrator - pg_migrator: Stamp 8.4.18.

2010-05-12 Thread User Bmomjian
Log Message: --- Stamp 8.4.18. Modified Files: -- pg_migrator: CHANGES (r1.32 - r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/CHANGES?r1=1.32r2=1.33) README (r1.76 - r1.77)

[COMMITTERS] pgsql: Small formatting adjustment.

2010-05-12 Thread Bruce Momjian
Log Message: --- Small formatting adjustment. Modified Files: -- pgsql/contrib/pg_upgrade: info.c (r1.1 - r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/info.c?r1=1.1r2=1.2) -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Add PGFILEDESC description to Makefiles for all /contrib

2010-05-12 Thread Bruce Momjian
Log Message: --- Add PGFILEDESC description to Makefiles for all /contrib executables. Add PGAPPICON to all executable makefiles. Modified Files: -- pgsql/contrib/oid2name: Makefile (r1.10 - r1.11)

Re: [COMMITTERS] pgsql: Add TODO file to CVS.

2010-05-12 Thread Robert Haas
On Wed, May 12, 2010 at 5:55 AM, Bruce Momjian br...@momjian.us wrote: Magnus Hagander wrote: Shouldn't TODO files go on the wiki these days? Well, it is a list of minor ideas for pg_upgrade.  Should these be on the main wiki?  They seem too minor.  Can you look at the file and let me konw?

[COMMITTERS] pgsql: Move pg_upgrade TODO to TODO wiki.

2010-05-12 Thread Bruce Momjian
Log Message: --- Move pg_upgrade TODO to TODO wiki. Removed Files: - pgsql/contrib/pg_upgrade: TODO (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/TODO) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To

Re: [COMMITTERS] pgsql: Add TODO file to CVS.

2010-05-12 Thread Bruce Momjian
Robert Haas wrote: On Wed, May 12, 2010 at 5:55 AM, Bruce Momjian br...@momjian.us wrote: Magnus Hagander wrote: Shouldn't TODO files go on the wiki these days? Well, it is a list of minor ideas for pg_upgrade. ?Should these be on the main wiki? ?They seem too minor. ?Can you look at

[COMMITTERS] pgsql: Clean up unnecessary unportability and compiler warnings by

2010-05-12 Thread Tom Lane
Log Message: --- Clean up unnecessary unportability and compiler warnings by removing the cmp parameter for pg_scandir(). The code failed to support this anyway for Sun/Windows, so pretending we could accept a parameter other than NULL was just asking for trouble. Modified Files:

[COMMITTERS] pgsql: Update config.guess and config.sub

2010-05-12 Thread Peter Eisentraut
Log Message: --- Update config.guess and config.sub Modified Files: -- pgsql/config: config.guess (r1.9 - r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/config.guess?r1=1.9r2=1.10) config.sub (r1.9 - r1.10)

[COMMITTERS] pgsql: Hook pg_upgrade into the contrib makefile structure so it gets

2010-05-12 Thread Tom Lane
Log Message: --- Hook pg_upgrade into the contrib makefile structure so it gets built on the buildfarm. Modified Files: -- pgsql/contrib: Makefile (r1.90 - r1.91) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.90r2=1.91)

[COMMITTERS] pgsql: Give most recovery conflict errors a retryable error code.

2010-05-12 Thread Simon Riggs
Log Message: --- Give most recovery conflict errors a retryable error code. From recent requests and discussions with Yeb Havinga and Kevin Grittner. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.593 - r1.594)

[COMMITTERS] pgsql: Remove Makefile PGFILEDESC tag that the postmaster is an

2010-05-12 Thread Bruce Momjian
Log Message: --- Remove Makefile PGFILEDESC tag that the postmaster is an executable. Modified Files: -- pgsql/src/backend: Makefile (r1.142 - r1.143) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile?r1=1.142r2=1.143) -- Sent via

Re: [COMMITTERS] pgsql: Hook pg_upgrade into the contrib makefile structure so it gets

2010-05-12 Thread Bruce Momjian
Tom Lane wrote: Log Message: --- Hook pg_upgrade into the contrib makefile structure so it gets built on the buildfarm. Thanks, I forgot that part. -- Bruce Momjian br...@momjian.ushttp://momjian.us EnterpriseDB http://enterprisedb.com --

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.5 - r1.6)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.12.4 - r1.1.12.5)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.2.5 - r1.1.2.6)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.4.5 - r1.1.4.6)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.6.5 - r1.1.6.6)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.8.5 - r1.1.8.6)

[COMMITTERS] pgsql: Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17,

2010-05-12 Thread Tom Lane
Log Message: --- Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, 7.4.29. Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release-7.4.sgml (r1.1.10.5 - r1.1.10.6)

[COMMITTERS] pgsql: Update comment about why postmaster doesn't get an icon.

2010-05-12 Thread Bruce Momjian
Log Message: --- Update comment about why postmaster doesn't get an icon. Modified Files: -- pgsql/src/backend: Makefile (r1.143 - r1.144) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile?r1=1.143r2=1.144) -- Sent via pgsql-committers

[COMMITTERS] pgsql: New Directory

2010-05-12 Thread Bruce Momjian
Update of /cvsroot/pgsql/contrib/pg_upgrade_support In directory cvs.postgresql.org:/tmp/cvs-serv22652/pg_upgrade_support Log Message: Directory /cvsroot/pgsql/contrib/pg_upgrade_support added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make

[COMMITTERS] pgsql: Move pg_upgrade shared library out into its own /contrib

2010-05-12 Thread Bruce Momjian
Log Message: --- Move pg_upgrade shared library out into its own /contrib directory (pg_upgrade_support). Modified Files: -- pgsql/contrib: Makefile (r1.91 - r1.92) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.91r2=1.92)

[COMMITTERS] pgsql: Update release notes to current.

2010-05-12 Thread Bruce Momjian
Log Message: --- Update release notes to current. Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.19 - r2.20) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.19r2=2.20) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Fix wrong subdir.

2010-05-12 Thread Tom Lane
Log Message: --- Fix wrong subdir. Per buildfarm. Modified Files: -- pgsql/contrib/pg_upgrade_support: Makefile (r1.1 - r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade_support/Makefile?r1=1.1r2=1.2) -- Sent via pgsql-committers