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
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
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:
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