123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- @comment $OpenBSD: PLIST,v 1.3 2010/04/28 18:07:56 pea Exp $
- bin/pgfouine
- bin/pgfouine_vacuum
- share/doc/pgfouine/
- share/doc/pgfouine/AUTHORS
- share/doc/pgfouine/ChangeLog
- share/doc/pgfouine/THANKS
- share/doc/pgfouine/pgfouine-tutorial.txt
- share/pgfouine/
- share/pgfouine/include/
- share/pgfouine/include/Accumulator.class.php
- share/pgfouine/include/CsvlogLogReader.class.php
- share/pgfouine/include/DurationLogObject.class.php
- share/pgfouine/include/ErrorLogObject.class.php
- share/pgfouine/include/GenericLogReader.class.php
- share/pgfouine/include/LogBlock.class.php
- share/pgfouine/include/LogObject.class.php
- share/pgfouine/include/LogStream.class.php
- share/pgfouine/include/NormalizedError.class.php
- share/pgfouine/include/NormalizedQuery.class.php
- share/pgfouine/include/Parser.class.php
- share/pgfouine/include/PreparedStatementLogObject.class.php
- share/pgfouine/include/QueryLogObject.class.php
- share/pgfouine/include/SlowestQueryList.class.php
- share/pgfouine/include/UselessLogObject.class.php
- share/pgfouine/include/base.lib.php
- share/pgfouine/include/lib/
- share/pgfouine/include/lib/Profiler.class.php
- share/pgfouine/include/lib/common.lib.php
- share/pgfouine/include/listeners/
- share/pgfouine/include/listeners/error/
- share/pgfouine/include/listeners/error/ErrorListener.class.php
- share/pgfouine/include/listeners/error/GlobalErrorCountersListener.class.php
- share/pgfouine/include/listeners/error/NormalizedErrorsListener.class.php
- share/pgfouine/include/listeners/error/PrintErrorListener.class.php
- share/pgfouine/include/listeners/listeners.lib.php
- share/pgfouine/include/listeners/query/
- share/pgfouine/include/listeners/query/GlobalCountersListener.class.php
- share/pgfouine/include/listeners/query/HourlyCountersListener.class.php
- share/pgfouine/include/listeners/query/NormalizedQueriesListener.class.php
- share/pgfouine/include/listeners/query/PrintQueryListener.class.php
- share/pgfouine/include/listeners/query/QueriesHistoryListener.class.php
- share/pgfouine/include/listeners/query/QueryListener.class.php
- share/pgfouine/include/listeners/query/SlowestQueriesListener.class.php
- share/pgfouine/include/listeners/query/TsungSessionsListener.class.php
- share/pgfouine/include/postgresql/
- share/pgfouine/include/postgresql/PostgreSQLAccumulator.class.php
- share/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php
- share/pgfouine/include/postgresql/lines/
- share/pgfouine/include/postgresql/lines/PostgreSQLContextLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLContinuationLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLDetailLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLDurationLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLErrorLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLHintLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLLocationLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLLogLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLNoticeLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteWithDurationLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementUselessLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLStatementLine.class.php
- share/pgfouine/include/postgresql/lines/PostgreSQLStatusLine.class.php
- share/pgfouine/include/postgresql/parsers/
- share/pgfouine/include/postgresql/parsers/CsvlogPostgreSQLParser.class.php
- share/pgfouine/include/postgresql/parsers/PostgreSQLParser.class.php
- share/pgfouine/include/postgresql/parsers/StderrPostgreSQLParser.class.php
- share/pgfouine/include/postgresql/parsers/SyslogPostgreSQLParser.class.php
- share/pgfouine/include/postgresql/postgresql.lib.php
- share/pgfouine/include/postgresql/vacuum/
- share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php
- share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php
- share/pgfouine/include/postgresql/vacuum/VacuumLogStream.class.php
- share/pgfouine/include/postgresql/vacuum/lines/
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationDetailLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupInformationLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumContinuationLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumCpuDetailLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumEndLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumOperationInformationLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingDatabaseLine.class.php
- share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php
- share/pgfouine/include/postgresql/vacuum/listeners/
- share/pgfouine/include/postgresql/vacuum/listeners/FSMInformationListener.class.php
- share/pgfouine/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php
- share/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php
- share/pgfouine/include/postgresql/vacuum/objects/
- share/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php
- share/pgfouine/include/postgresql/vacuum/objects/FSMInformationLogObject.class.php
- share/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php
- share/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php
- share/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php
- share/pgfouine/include/postgresql/vacuum/parsers/
- share/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php
- share/pgfouine/include/postgresql/vacuum/reporting/
- share/pgfouine/include/postgresql/vacuum/reporting/reports/
- share/pgfouine/include/postgresql/vacuum/reporting/reports/FSMInformationReport.class.php
- share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php
- share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesDetailsReport.class.php
- share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php
- share/pgfouine/include/postgresql/vacuum/vacuum.lib.php
- share/pgfouine/include/reporting/
- share/pgfouine/include/reporting/HtmlReportAggregator.class.php
- share/pgfouine/include/reporting/HtmlWithGraphsReportAggregator.class.php
- share/pgfouine/include/reporting/ReportAggregator.class.php
- share/pgfouine/include/reporting/TextReportAggregator.class.php
- share/pgfouine/include/reporting/artichow/
- share/pgfouine/include/reporting/artichow/AntiSpam.class.php
- share/pgfouine/include/reporting/artichow/Artichow.cfg.php
- share/pgfouine/include/reporting/artichow/BarPlot.class.php
- share/pgfouine/include/reporting/artichow/ChangeLog
- share/pgfouine/include/reporting/artichow/Graph.class.php
- share/pgfouine/include/reporting/artichow/Image.class.php
- share/pgfouine/include/reporting/artichow/LinePlot.class.php
- share/pgfouine/include/reporting/artichow/MathPlot.class.php
- share/pgfouine/include/reporting/artichow/Pattern.class.php
- share/pgfouine/include/reporting/artichow/Pie.class.php
- share/pgfouine/include/reporting/artichow/README
- share/pgfouine/include/reporting/artichow/ScatterPlot.class.php
- share/pgfouine/include/reporting/artichow/font/
- share/pgfouine/include/reporting/artichow/font/DejaVuSans.ttf
- share/pgfouine/include/reporting/artichow/font/LICENSE
- share/pgfouine/include/reporting/artichow/font/README
- share/pgfouine/include/reporting/artichow/patterns/
- share/pgfouine/include/reporting/artichow/patterns/BarDepth.php
- share/pgfouine/include/reporting/artichow/patterns/LightLine.php
- share/pgfouine/include/reporting/artichow/php4/
- share/pgfouine/include/reporting/artichow/php4/AntiSpam.class.php
- share/pgfouine/include/reporting/artichow/php4/Artichow.class.php
- share/pgfouine/include/reporting/artichow/php4/BarPlot.class.php
- share/pgfouine/include/reporting/artichow/php4/Component.class.php
- share/pgfouine/include/reporting/artichow/php4/Graph.class.php
- share/pgfouine/include/reporting/artichow/php4/Image.class.php
- share/pgfouine/include/reporting/artichow/php4/LinePlot.class.php
- share/pgfouine/include/reporting/artichow/php4/MathPlot.class.php
- share/pgfouine/include/reporting/artichow/php4/Pattern.class.php
- share/pgfouine/include/reporting/artichow/php4/Pie.class.php
- share/pgfouine/include/reporting/artichow/php4/Plot.class.php
- share/pgfouine/include/reporting/artichow/php4/ScatterPlot.class.php
- share/pgfouine/include/reporting/artichow/php4/common.php
- share/pgfouine/include/reporting/artichow/php4/inc/
- share/pgfouine/include/reporting/artichow/php4/inc/Axis.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Border.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Color.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Drawer.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Font.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Gradient.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Grid.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Label.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Legend.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Mark.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Math.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Shadow.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Text.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Tick.class.php
- share/pgfouine/include/reporting/artichow/php4/inc/Tools.class.php
- share/pgfouine/include/reporting/artichow/php5/
- share/pgfouine/include/reporting/artichow/php5/AntiSpam.class.php
- share/pgfouine/include/reporting/artichow/php5/Artichow.class.php
- share/pgfouine/include/reporting/artichow/php5/BarPlot.class.php
- share/pgfouine/include/reporting/artichow/php5/Component.class.php
- share/pgfouine/include/reporting/artichow/php5/Graph.class.php
- share/pgfouine/include/reporting/artichow/php5/Image.class.php
- share/pgfouine/include/reporting/artichow/php5/LinePlot.class.php
- share/pgfouine/include/reporting/artichow/php5/MathPlot.class.php
- share/pgfouine/include/reporting/artichow/php5/Pattern.class.php
- share/pgfouine/include/reporting/artichow/php5/Pie.class.php
- share/pgfouine/include/reporting/artichow/php5/Plot.class.php
- share/pgfouine/include/reporting/artichow/php5/ScatterPlot.class.php
- share/pgfouine/include/reporting/artichow/php5/common.php
- share/pgfouine/include/reporting/artichow/php5/inc/
- share/pgfouine/include/reporting/artichow/php5/inc/Axis.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Border.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Color.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Drawer.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Font.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Gradient.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Grid.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Label.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Legend.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Mark.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Math.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Shadow.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Text.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Tick.class.php
- share/pgfouine/include/reporting/artichow/php5/inc/Tools.class.php
- share/pgfouine/include/reporting/geshi/
- share/pgfouine/include/reporting/geshi/docs/
- share/pgfouine/include/reporting/geshi/docs/BUGS
- share/pgfouine/include/reporting/geshi/docs/CHANGES
- share/pgfouine/include/reporting/geshi/docs/COPYING
- share/pgfouine/include/reporting/geshi/docs/README
- share/pgfouine/include/reporting/geshi/docs/THANKS
- share/pgfouine/include/reporting/geshi/docs/TODO
- share/pgfouine/include/reporting/geshi/geshi/
- share/pgfouine/include/reporting/geshi/geshi.php
- share/pgfouine/include/reporting/geshi/geshi/sql.php
- share/pgfouine/include/reporting/reports/
- share/pgfouine/include/reporting/reports.lib.php
- share/pgfouine/include/reporting/reports/CsvQueriesHistoryReport.class.php
- share/pgfouine/include/reporting/reports/HourlyStatsReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedErrorsMostFrequentReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedErrorsReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedQueriesMostFrequentReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedQueriesMostTimeReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedQueriesSlowestAverageReport.class.php
- share/pgfouine/include/reporting/reports/NormalizedReport.class.php
- share/pgfouine/include/reporting/reports/OverallStatsReport.class.php
- share/pgfouine/include/reporting/reports/QueriesByTypeReport.class.php
- share/pgfouine/include/reporting/reports/QueriesHistoryPerPidReport.class.php
- share/pgfouine/include/reporting/reports/QueriesHistoryReport.class.php
- share/pgfouine/include/reporting/reports/Report.class.php
- share/pgfouine/include/reporting/reports/SlowestQueriesReport.class.php
- share/pgfouine/include/reporting/reports/TsungSessionsReport.class.php
- share/pgfouine/include/reporting/web/
- share/pgfouine/include/reporting/web/css/
- share/pgfouine/include/reporting/web/css/common.css
- share/pgfouine/include/reporting/web/js/
- share/pgfouine/include/reporting/web/js/sorttable.js
- share/pgfouine/version.php
|