From: | gsmet(at)pgfoundry(dot)org (User Gsmet) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgfouine - pgfouine: added the ability to filter vacuum log analysis on |
Date: | 2006-07-25 23:10:16 |
Message-ID: | 20060725231016.3262086C4E1@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
added the ability to filter vacuum log analysis on database and schema
Modified Files:
--------------
pgfouine/include/postgresql/vacuum/objects:
VacuumLogObject.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php.diff?r1=1.2&r2=1.3)
VacuumTableLogObject.class.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.5&r2=1.6)
AnalyzeTableLogObject.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php.diff?r1=1.2&r2=1.3)
pgfouine:
pgfouine.php (r1.49 -> r1.50)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.49&r2=1.50)
pgfouine_vacuum.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine_vacuum.php.diff?r1=1.6&r2=1.7)
ChangeLog (r1.45 -> r1.46)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.45&r2=1.46)
pgfouine/include/reporting:
HtmlReportAggregator.class.php (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/HtmlReportAggregator.class.php.diff?r1=1.22&r2=1.23)
pgfouine/include/postgresql/vacuum:
VacuumLogStream.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/VacuumLogStream.class.php.diff?r1=1.2&r2=1.3)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLVacuumLogLine.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php.diff?r1=1.3&r2=1.4)
PostgreSQLAnalyzingTableLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php.diff?r1=1.1&r2=1.2)
PostgreSQLVacuumingTableLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php.diff?r1=1.1&r2=1.2)
pgfouine/include/postgresql/vacuum/reporting/reports:
VacuumOverallReport.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php.diff?r1=1.3&r2=1.4)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-07-25 23:23:45 | pgsql: /contrib/cube improvements: Update the calling convention for |
Previous Message | User Gsmet | 2006-07-25 23:08:13 | pgfouine - pgfouine: minor cosmetic fix |