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

Поиск
Список
Период
Сортировка
От gsmet@pgfoundry.org (User Gsmet)
Тема pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the
Дата
Msg-id 20060803212101.A56AF86C58B@pgfoundry.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations
Следующее
От: dnguyen@pgfoundry.org (User Dnguyen)
Дата:
Сообщение: bizgres - bizgres: Enhancements to support Web services bridge