[COMMITTERS] pgsnap - pgsnap: Update index.

2010-02-01 Thread User Gleu
Log Message: --- Update index. Modified Files: -- pgsnap/www: index.html (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/www/index.html?r1=1.16&r2=1.17) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org

[COMMITTERS] pgsnap - pgsnap: Of course, I forgot the man page update...

2010-02-01 Thread User Gleu
Log Message: --- Of course, I forgot the man page update... Modified Files: -- pgsnap/pgsnap/man: pgsnap.1 (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/man/pgsnap.1?r1=1.10&r2=1.11) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsnap - pgsnap: Release 0.5.

2010-02-01 Thread User Gleu
Log Message: --- Release 0.5. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.82 -> r1.83) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog?r1=1.82&r2=1.83) pgsnap/pgsnap/lib: getopt.php (r1.22 -> r1.23) (http

[COMMITTERS] pgsnap - pgsnap: Copyright updates.

2010-02-01 Thread User Gleu
Log Message: --- Copyright updates. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.81 -> r1.82) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog?r1=1.81&r2=1.82) TODO (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cg

[COMMITTERS] pgsnap - pgsnap: Add collation and ctype info in the databases report.

2010-02-01 Thread User Gleu
Log Message: --- Add collation and ctype info in the databases report. Fix useless indexes report. Modified Files: -- pgsnap/pgsnap/lib: bases.php (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/bases.php?r1=1.10&r2=1.

[COMMITTERS] pgsql: Tighten integrity checks on ALTER TABLE ...

2010-02-01 Thread Robert Haas
Log Message: --- Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. When a column is renamed, we recursively rename the same column in all descendent tables. But if one of those tables also inherits that column from a table outside the inheritance hierarchy rooted at the

Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Tom Lane
Robert Haas writes: > On Mon, Feb 1, 2010 at 11:53 AM, Tom Lane wrote: >> This needs to be damped down a bit.  It should not print useless >> non-information in cases where the plan wasn't actually run. >> Please compare show_sort_info. > Eh? When does it do that? Oh, I'm sorry, it's using has

Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Robert Haas
On Mon, Feb 1, 2010 at 11:53 AM, Tom Lane wrote: > rh...@postgresql.org (Robert Haas) writes: >> Log Message: >> --- >> Augment EXPLAIN output with more details on Hash nodes. > > This needs to be damped down a bit.  It should not print useless > non-information in cases where the plan was

Re: [COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Tom Lane
rh...@postgresql.org (Robert Haas) writes: > Log Message: > --- > Augment EXPLAIN output with more details on Hash nodes. This needs to be damped down a bit. It should not print useless non-information in cases where the plan wasn't actually run. Please compare show_sort_info.

[COMMITTERS] pgsql: Remove tabs in sgml.

2010-02-01 Thread Bruce Momjian
Log Message: --- Remove tabs in sgml. Modified Files: -- pgsql/doc/src/sgml: plperl.sgml (r2.77 -> r2.78) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plperl.sgml?r1=2.77&r2=2.78) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] pgsql: Augment EXPLAIN output with more details on Hash nodes.

2010-02-01 Thread Robert Haas
Log Message: --- Augment EXPLAIN output with more details on Hash nodes. We show the number of buckets, the number of batches (and also the original number if it has changed), and the peak space used by the hash table. Minor executor changes to track peak space used. Modified Files:

[COMMITTERS] pgsql: Minor documentation improvements for new string_agg aggregate.

2010-02-01 Thread Robert Haas
Log Message: --- Minor documentation improvements for new string_agg aggregate. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.499 -> r1.500) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.499&r2=1.500) -- Sent via pgsql

[COMMITTERS] slony1-ctl - slony-ctl: Modification of the "grep chain" in various

2010-02-01 Thread User Sas
Log Message: --- Modification of the "grep chain" in various tests. Per proposal of Richard Yen. Modified Files: -- slony-ctl/outils: create_slon.sh (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/create_slon.sh?r1=1.

[COMMITTERS] npgsql - Npgsql2: Added a lot of functionality and fixes to

2010-02-01 Thread User Fxjr
Log Message: --- Added a lot of functionality and fixes to Npgsql.build based on Daniel Nauck AspSQLProvider.build. Thanks Daniel for heads up. Modified Files: -- Npgsql2/src: Npgsql.build (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npg

[COMMITTERS] pgsql: Revoke augmentation of WAL records for btree delete, per

2010-02-01 Thread Simon Riggs
Log Message: --- Revoke augmentation of WAL records for btree delete, per discussion. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.247 -> r1.248) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.247&r2=1.248) pgsql

[COMMITTERS] stackbuilder - wizard: Fix some compiler warnings.

2010-02-01 Thread Dave Page
Log Message: --- Fix some compiler warnings. Modified Files: -- wizard/include/images: StackBuilder.xpm (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/StackBuilder.xpm?r1=1.2&r2=1.3) background.xpm (r1