[COMMITTERS] autodoc - autodoc: Improve wording for --table help (Jamie Nicholson)

2009-04-23 Thread User Rbt
Log Message: --- Improve wording for --table help (Jamie Nicholson) Modified Files: -- autodoc: postgresql_autodoc.pl (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl.diff?r1=1.24&r2=1.25) -- Sent via pgs

[COMMITTERS] autodoc - autodoc: Add -m to only output structures or functions

2009-04-23 Thread User Rbt
Log Message: --- Add -m to only output structures or functions matching a specific regex (Simon Michael) Tidy code along the way. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/auto

[COMMITTERS] autodoc - autodoc: Remove support for PostgreSQL versions earlier than

2009-04-23 Thread User Rbt
Log Message: --- Remove support for PostgreSQL versions earlier than 8.0. Do a better job of named function parameters. Modified Files: -- autodoc: postgresql_autodoc.pl (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgres

[COMMITTERS] autodoc - autodoc: Minor fixes for named functions for newer DBD::Pg's.

2009-04-23 Thread User Rbt
Log Message: --- Minor fixes for named functions for newer DBD::Pg's. A long time ago DBD::Pg changed from returning an array string to returning an actual array for PostgreSQL arrays. Autodoc did not take this into account. Modified Files: -- autodoc: postgresql_

[COMMITTERS] autodoc - autodoc: Dramatically simplify installation process (Thanks

2009-04-23 Thread User Rbt
Log Message: --- Dramatically simplify installation process (Thanks Simon Bertrang). Complex installation checks have never been required so drop it and replace with simple make functionality. Targetting to a different installation prefix is done by setting the PREFIX variable: make PR

[COMMITTERS] autodoc - autodoc: Use datarootdir instead of datadir

2009-04-23 Thread User Rbt
Log Message: --- Use datarootdir instead of datadir Modified Files: -- autodoc: config.mk.in (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/config.mk.in.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgsql-comm

[COMMITTERS] pgsql: Suppress some 'variable may be used uninitialized' warnings from

2009-04-23 Thread Tom Lane
Log Message: --- Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. Modified Files: -- pgsql/src/backend/libpq: ip.c (r1.44 -> r1.45) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c?r1=1.44&r2=1.45) -- Sent vi

[COMMITTERS] deny-updates - trunk: Fix think-o in README

2009-04-23 Thread User Decibel
Log Message: --- Fix think-o in README Modified Files: -- trunk/trunk: README (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/README.diff?r1=1.1.1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] pgsql: Don't use the result of strcmp as if it were a boolean.

2009-04-23 Thread Tom Lane
Log Message: --- Don't use the result of strcmp as if it were a boolean. A service of your local coding style police. Modified Files: -- pgsql/src/backend/commands: dbcommands.c (r1.221 -> r1.222) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/

[COMMITTERS] pgsql: Mention that tables have a visibility map fork alongside the main

2009-04-23 Thread Heikki Linnakangas
Log Message: --- Mention that tables have a visibility map fork alongside the main fork and FSM. Modified Files: -- pgsql/doc/src/sgml: storage.sgml (r1.26 -> r1.27) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/storage.sgml?r1=1.26&r2=1.27)

[COMMITTERS] pgsql: Improve the documentation on 8.4 visibility map related VACUUM

2009-04-23 Thread Heikki Linnakangas
Log Message: --- Improve the documentation on 8.4 visibility map related VACUUM changes. Explain how vacuum_freeze_table_age should be tuned, and how it relates to the other settings. Mention that vacuum_freeze_table_age also affects when autovacuum scans the whole table. Modified Files: -

[COMMITTERS] pgsql: varstr_cmp and any comparison function that piggybacks on it can

2009-04-23 Thread Heikki Linnakangas
Log Message: --- varstr_cmp and any comparison function that piggybacks on it can return any negative or positive number, not just -1 or 1. Fix comment on varstr_cmp and citext test case accordingly. As pointed out by Zdenek Kotala, and buildfarm member gothic moth. Modified Files: --