[COMMITTERS] pgstatsinfo - pg_statsinfo: * Fix unlink_unwanted_autovacuum_logfile().

2009-09-29 Thread User Kasahara
Log Message: --- * Fix unlink_unwanted_autovacuum_logfile(). - Previously, we failed on get_stats() when multi DB were monitored. Modified Files: -- pg_statsinfo/pg_statsinfo/stats_info: stats_info.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] pgsql: Add tooltips to the header links, and make title a link to the

2009-09-29 Thread Peter Eisentraut
Log Message: --- Add tooltips to the header links, and make title a link to the home page based on an idea by Richard Huxton Modified Files: -- pgsql/doc/src/sgml: stylesheet.dsl (r1.35 -> r1.36) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml

[COMMITTERS] pgsql: Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE

2009-09-29 Thread Tom Lane
Log Message: --- Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL in plpgsql. Clean up a couple of corner cases in the MOVE/FETCH syntax. Pavel Stehule Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.142 -> r1.143) (http:

[COMMITTERS] pgstatsinfo - pg_statsinfo: * If hostname includes '/', reporter

2009-09-29 Thread User Kasahara
Log Message: --- * If hostname includes '/', reporter replaces it by 'localhost'. - Previously, we faild on generating report with --output-prefix when we set directory-name to hostname on t_dbconn. Modified Files: -- pg_statsinfo/pg_statsinfo/reporter: pg_mak