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

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

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Move 'ddl' right after 'none' in postgresql.conf.
Следующее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: fixed a bug in duration detection for index cleanup