pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the
Date: 2006-08-03 21:21:01
Message-ID: 20060803212101.A56AF86C58B@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* [vacuum] improved the layout
* [vacuum] fixed the default sort order to work also for simple VACUUM
* [vacuum] added the CPU usage

Modified Files:
--------------
pgfouine/include/reporting:
ReportAggregator.class.php (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php.diff?r1=1.17&r2=1.18)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLVacuumDetailLine.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php.diff?r1=1.3&r2=1.4)
PostgreSQLIndexCleanupDetailLine.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php.diff?r1=1.3&r2=1.4)
pgfouine/include/postgresql/vacuum/objects:
VacuumIndexInformation.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php.diff?r1=1.2&r2=1.3)
VacuumTableLogObject.class.php (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.8&r2=1.9)
pgfouine/include/postgresql/vacuum/listeners:
VacuumOverallListener.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php.diff?r1=1.3&r2=1.4)
VacuumedTablesListener.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php.diff?r1=1.4&r2=1.5)
pgfouine/include/postgresql/vacuum/reporting/reports:
VacuumedTablesDetailsReport.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesDetailsReport.class.php.diff?r1=1.1&r2=1.2)
VacuumOverallReport.class.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php.diff?r1=1.5&r2=1.6)
VacuumedTablesReport.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php.diff?r1=1.4&r2=1.5)
pgfouine:
ChangeLog (r1.48 -> r1.49)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.48&r2=1.49)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dnguyen 2006-08-03 23:26:57 bizgres - bizgres: Enhancements to support Web services bridge
Previous Message Tom Lane 2006-08-03 20:57:06 pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations