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.
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.
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
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
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
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
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)
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
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