[COMMITTERS] pgstatsinfo - pg_reporter: pg_reporter 1.0.0.

2010-06-10 Thread User Itagaki
Log Message: --- pg_reporter 1.0.0. - Add table density and process activity information to reports. Modified Files: -- pg_reporter: pg_reporter.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_reporter/pg_reporter.c?r1=1.5&r2=1.

[COMMITTERS] pgstatsinfo - pg_statsinfo: pg_statsinfo 2.0.0.

2010-06-10 Thread User Itagaki
Log Message: --- pg_statsinfo 2.0.0. - Add a sample alert script. - Add English images for warm-standby setup. - Remove dependency to libxml2 and libxslt. Modified Files: -- pg_statsinfo/bin: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pgsql: Update text of 9.0 release notes Josh Berkus

2010-06-10 Thread Bruce Momjian
Log Message: --- Update text of 9.0 release notes Josh Berkus Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.28 -> r2.29) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.28&r2=2.29) -- Sent via pgsql-commit

[COMMITTERS] slony1-ctl - slony-ctl: Add gettext usage, English native, fr.po added

2010-06-10 Thread User C2main
Log Message: --- Add gettext usage, English native, fr.po added Modified Files: -- slony-ctl/outils: 01_create_init.sh (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/01_create_init.sh?r1=1.8&r2=1.9) create_sl

[COMMITTERS] slony1-ctl - slony-ctl: New Directory

2010-06-10 Thread User C2main
Update of /cvsroot/slony1-ctl/slony-ctl/outils/po In directory pgfoundry.org:/tmp/cvs-serv27696/po Log Message: Directory /cvsroot/slony1-ctl/slony-ctl/outils/po added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscript

[COMMITTERS] psqlodbc - psqlodbc: 1.

2010-06-10 Thread User Hinoue
Log Message: --- 1. Take --without-iodbc(unixODBC) configure option into account. 2. Apply the patch by Peter Crabtree which fixes a crash bug. Modified Files: -- psqlodbc: info.c (r1.159 -> r1.160) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psql

[COMMITTERS] pgsql: Rename restartpoint_command to archive_cleanup_command.

2010-06-10 Thread Takahiro Itagaki
Log Message: --- Rename restartpoint_command to archive_cleanup_command. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.71 -> r1.72) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.71&r2=1.72)

[COMMITTERS] pgsql: Make TriggerFile variable static.

2010-06-10 Thread Heikki Linnakangas
Log Message: --- Make TriggerFile variable static. It's not used outside xlog.c. Fujii Masao Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.420 -> r1.421) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1

[COMMITTERS] pgsql: Return NULL instead of 0/0 in pg_last_xlog_receive_location() and

2010-06-10 Thread Heikki Linnakangas
Log Message: --- Return NULL instead of 0/0 in pg_last_xlog_receive_location() and pg_last_xlog_replay_location(). Per Robert Haas's suggestion, after Itagaki Takahiro pointed out an issue in the docs. Also, some wording changes in the docs by me. Modified Files: -- pgsql/d