pgfouine - pgfouine: * [vacuum] added the duration information *

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: * [vacuum] added the duration information *
Date: 2006-08-02 23:19:06
Message-ID: 20060802231906.2B1BD86C618@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* [vacuum] added the duration information
* [vacuum] added a detailed report

Modified Files:
--------------
pgfouine/include/reporting:
ReportAggregator.class.php (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.16&r2=1.17)
pgfouine/include/postgresql/vacuum:
PostgreSQLVacuumRegexps.lib.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php.diff?r1=1.4&r2=1.5)
vacuum.lib.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/vacuum.lib.php.diff?r1=1.5&r2=1.6)
pgfouine:
pgfouine_vacuum.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine_vacuum.php.diff?r1=1.7&r2=1.8)
ChangeLog (r1.47 -> r1.48)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.47&r2=1.48)
pgfouine/include/reporting/reports:
Report.class.php (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.10&r2=1.11)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLIndexCleanupDetailLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php.diff?r1=1.1&r2=1.2)
PostgreSQLVacuumDetailLine.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php.diff?r1=1.2&r2=1.3)
pgfouine/include/reporting/web/css:
common.css (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/web/css/common.css.diff?r1=1.1&r2=1.2)
pgfouine/include/postgresql/vacuum/objects:
VacuumIndexInformation.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php.diff?r1=1.1&r2=1.2)
VacuumTableLogObject.class.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.7&r2=1.8)
pgfouine/include/postgresql/vacuum/listeners:
VacuumOverallListener.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php.diff?r1=1.2&r2=1.3)
pgfouine/include/postgresql/vacuum/reporting/reports:
VacuumOverallReport.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php.diff?r1=1.4&r2=1.5)
VacuumedTablesReport.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php.diff?r1=1.3&r2=1.4)

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-08-02 23:30:10 pgfouine - pgfouine: fixed a bug in duration detection for index cleanup
Previous Message Bruce Momjian 2006-08-02 21:48:43 pgsql: Move 'ddl' right after 'none' in postgresql.conf.