pgfouine - pgfouine: finished duration unit support renamed

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: finished duration unit support renamed
Date: 2006-12-27 19:13:40
Message-ID: 20061227191340.50C7F216E41@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
finished duration unit support
renamed per-connection to per-pid
updated GeSHi
improved logging of PHP errors

Modified Files:
--------------
pgfouine/include/reporting:
ReportAggregator.class.php (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.19&r2=1.20)
reports.lib.php (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports.lib.php.diff?r1=1.14&r2=1.15)
pgfouine/include/reporting/geshi/docs:
CHANGES (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/docs/CHANGES.diff?r1=1.1&r2=1.2)
README (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/docs/README.diff?r1=1.1&r2=1.2)
THANKS (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/docs/THANKS.diff?r1=1.1&r2=1.2)
BUGS (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/docs/BUGS.diff?r1=1.1&r2=1.2)
TODO (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/docs/TODO.diff?r1=1.1&r2=1.2)
pgfouine/include/reporting/reports:
HourlyStatsReport.class.php (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/HourlyStatsReport.class.php.diff?r1=1.13&r2=1.14)
NormalizedQueriesSlowestAverageReport.class.php (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/NormalizedQueriesSlowestAverageReport.class.php.diff?r1=1.10&r2=1.11)
SlowestQueriesReport.class.php (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/SlowestQueriesReport.class.php.diff?r1=1.11&r2=1.12)
NormalizedQueriesMostTimeReport.class.php (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/NormalizedQueriesMostTimeReport.class.php.diff?r1=1.13&r2=1.14)
Report.class.php (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.12&r2=1.13)
NormalizedQueriesMostFrequentReport.class.php (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/NormalizedQueriesMostFrequentReport.class.php.diff?r1=1.10&r2=1.11)
QueriesHistoryReport.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/QueriesHistoryReport.class.php.diff?r1=1.3&r2=1.4)
pgfouine:
ChangeLog (r1.64 -> r1.65)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.64&r2=1.65)
pgfouine.php (r1.55 -> r1.56)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.55&r2=1.56)
pgfouine/include/reporting/geshi:
geshi.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/geshi/geshi.php.diff?r1=1.2&r2=1.3)

Added Files:
-----------
pgfouine/include/reporting/reports:
QueriesHistoryPerPidReport.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/QueriesHistoryPerPidReport.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pgfouine/include/reporting/reports:
QueriesHistoryPerConnectionReport.class.php
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/QueriesHistoryPerConnectionReport.class.php)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-12-27 19:45:36 pgsql: Print combining characters (those reported as having zero width
Previous Message User Gsmet 2006-12-27 19:11:23 pgfouine - pgfouine: ignore again these lines waiting for a better fix