[COMMITTERS] temporal - temporal: added postgresql COPYRIGHT file

2007-10-28 Thread User Jdavis
Log Message: --- added postgresql COPYRIGHT file Modified Files: -- temporal/src: t_interval.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/src/t_interval.c.diff?r1=1.2&r2=1.3) Added Files: --- temporal:

[COMMITTERS] temporal - temporal: added rudimentary GiST support -- experimental

2007-10-28 Thread User Jdavis
Log Message: --- added rudimentary GiST support -- experimental Modified Files: -- temporal: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/Makefile.diff?r1=1.2&r2=1.3) t_types.sql (r1.2 -> r1.3) (htt

[COMMITTERS] pgsql: Remove claim that ts_headline knows how to generate multiple

2007-10-28 Thread Tom Lane
Log Message: --- Remove claim that ts_headline knows how to generate multiple ellipsis-separated excerpts of a document. That's clearly desirable, but the functionality is not there yet. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.28 -> r1.29)

[COMMITTERS] pgsql: Ooops, fat-fingered last commit message.

2007-10-28 Thread Tom Lane
Log Message: --- Ooops, fat-fingered last commit message. Should have mentioned updating FAQ_IRIX for information about buggy MIPSPro compiler version, now confirmed by Herve Boulouis. Modified Files: -- pgsql/doc: FAQ_IRIX (r1.6 -> r1.7) (http://developer

[COMMITTERS] pgsql: FAQ_IRIX

2007-10-28 Thread Tom Lane
Log Message: --- FAQ_IRIX Modified Files: -- pgsql/doc: FAQ_IRIX (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_IRIX?r1=1.5&r2=1.6) ---(end of broadcast)--- TIP 3: Have you checked o

[COMMITTERS] pgsql: Make pg_dump and friends consistently report both the filename

2007-10-28 Thread Tom Lane
Log Message: --- Make pg_dump and friends consistently report both the filename and the errno string when complaining of fopen failures. Per gripe from Bob Pawley, it's not always instantly obvious to the user which name we tried to open. Modified Files: -- pgsql/src/bin/p

[COMMITTERS] pgsql: Fix a couple of issues with pg_dump's handling of inheritance

2007-10-28 Thread Tom Lane
Log Message: --- Fix a couple of issues with pg_dump's handling of inheritance child tables that have default expressions different from their parent. First, if the parent table's default expression has to be split out as a separate ALTER TABLE command, we need a dependency constraint to e

[COMMITTERS] pgsql: Fix a couple of issues with pg_dump's handling of inheritance

2007-10-28 Thread Tom Lane
Log Message: --- Fix a couple of issues with pg_dump's handling of inheritance child tables that have default expressions different from their parent. First, if the parent table's default expression has to be split out as a separate ALTER TABLE command, we need a dependency constraint to e

[COMMITTERS] pgsql: Fix a couple of issues with pg_dump's handling of inheritance

2007-10-28 Thread Tom Lane
Log Message: --- Fix a couple of issues with pg_dump's handling of inheritance child tables that have default expressions different from their parent. First, if the parent table's default expression has to be split out as a separate ALTER TABLE command, we need a dependency constraint to e

[COMMITTERS] pgsql: Fix a couple of issues with pg_dump's handling of inheritance

2007-10-28 Thread Tom Lane
Log Message: --- Fix a couple of issues with pg_dump's handling of inheritance child tables that have default expressions different from their parent. First, if the parent table's default expression has to be split out as a separate ALTER TABLE command, we need a dependency constraint to e

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-28 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/doc: tutorial.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/doc/tutorial.txt.diff?r1=1.3&r2=1.4) import-export.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-28 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/tutorial: tutorial.sql (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/tutorial/tutorial.sql.diff?r1=1.3&r2=1.4) ---(end of broadcast)---

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-28 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/test: commands.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/test/commands.sql.diff?r1=1.5&r2=1.6) ---(end of broadcast)---

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-28 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib: README.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/README.txt.diff?r1=1.4&r2=1.5) tree_ua_install.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/c

[COMMITTERS] pgtreelib - pgtreelib:

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

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-28 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/main: sequences.psql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/sequences.psql.diff?r1=1.1&r2=1.2) traversal.psql (r1.4 -> r1.5) (http://cvs.pg

Re: [COMMITTERS] pgsql: Allow an autovacuum worker to be interrupted automatically when

2007-10-28 Thread Simon Riggs
On Sat, 2007-10-27 at 22:13 -0300, Alvaro Herrera wrote: > Sorry I forgot to mention your name in the commit message :-( This > weekend I'm moving to a new flat so I was distracted. Thanks for the > patch, I didn't change it much. > I'll commit a separate patch to credit you for the patch Many