[COMMITTERS] pgstatsinfo - pg_reporter: New Directory

2010-03-24 Thread User Itagaki
Update of /cvsroot/pgstatsinfo/pg_reporter/doc In directory pgfoundry.org:/tmp/cvs-serv98759/doc Log Message: Directory /cvsroot/pgstatsinfo/pg_reporter/doc added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription:

[COMMITTERS] pgstatsinfo - pg_reporter: Add Japanese documentation.

2010-03-24 Thread User Itagaki
Log Message: --- Add Japanese documentation. Modified Files: -- pg_reporter: pg_reporter.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_reporter/pg_reporter.c?r1=1.4&r2=1.5) pg_reporter/htdocs/template: details.xml

[COMMITTERS] pgstatsinfo - pg_statsinfo: Allow syslog and eventlog for

2010-03-24 Thread User Itagaki
Log Message: --- Allow syslog and eventlog for log_destination. Use LEFT JOIN instead of normal joins in case of missing statistics. Modified Files: -- pg_statsinfo/bin: collector.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/p

[COMMITTERS] pgsql: Mark "installcheck-parallel", "world", "install-world" and

2010-03-24 Thread Andrew Dunstan
Log Message: --- Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. Modified Files: -- pgsql/src: Makefile.global.in (r1.260 -> r1.261) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Ma

[COMMITTERS] pgsql: Now that we know last_statrequest > last_statwrite can be

2010-03-24 Thread Tom Lane
Log Message: --- Now that we know last_statrequest > last_statwrite can be observed in the buildfarm, expend a little more effort on the log message for it. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.202 -> r1.203) (http://anoncvs.postgre

[COMMITTERS] pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the

2010-03-24 Thread Tom Lane
Log Message: --- Fix thinko in log message for "sameuser" ident map mismatch: the provided and authenticated usernames were swapped. Reported by Bryan Henderson in bug #5386. Also clean up poorly-maintained header comment for this function. Modified Files: -- pgsql/src/ba

[COMMITTERS] pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the

2010-03-24 Thread Tom Lane
Log Message: --- Fix thinko in log message for "sameuser" ident map mismatch: the provided and authenticated usernames were swapped. Reported by Bryan Henderson in bug #5386. Also clean up poorly-maintained header comment for this function. Tags: REL8_4_STABLE Modified Files: -

[COMMITTERS] pgsql: Reduce CPU utilisation of WALSender process.

2010-03-24 Thread Simon Riggs
Log Message: --- Reduce CPU utilisation of WALSender process. Process was using 10% CPU doing nothing, caused by naptime specified in milliseconds yet units of pg_usleep() parameter is microseconds. Correctly specifying units reduces call frequency by 1000. Reduction in CPU consumption veri

[COMMITTERS] pgsql: Change replication connection log format to allow for a database

2010-03-24 Thread Simon Riggs
Log Message: --- Change replication connection log format to allow for a database called replication. Add host and port details, following format of messages in BackendInitialize(). Modified Files: -- pgsql/src/backend/utils/init: postinit.c (r1.206 -> r1.207)

[COMMITTERS] pgsql: Additional thoughts on WALSender cpu reduction.

2010-03-24 Thread Simon Riggs
Log Message: --- Additional thoughts on WALSender cpu reduction. Use long type and alter a comment to reduce confusion. Modified Files: -- pgsql/src/backend/replication: walsender.c (r1.11 -> r1.12) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backen

[COMMITTERS] pgstatsinfo - pg_statsinfo: Fix to comapre csvlog filenames in their

2010-03-24 Thread User Itagaki
Log Message: --- Fix to comapre csvlog filenames in their leafnames. It has wrongly compared an absolute path and a leafname. Modified Files: -- pg_statsinfo/bin: logger.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinf