2006-04-06  Guillaume Smet <guillaume-pg@smet.org>

	* only generate graphs if we have enough data to do it
	* added -title option to define the title of the report

2006-04-05  Guillaume Smet <guillaume-pg@smet.org>

	* added the framework for unit testing on real log files
	* first test case

2006-04-04  Guillaume Smet <guillaume-pg@smet.org>

	* added a tooltip with hourly statistics on normalized queries

2006-04-03  Guillaume Smet <guillaume-pg@smet.org>

	* added a tooltip with detailed information on queries and errors
	* only display identified statistics if different from overall

2006-04-02  Guillaume Smet <guillaume-pg@smet.org>

	* added a stderr parser based on Tatsuo Ishii's suggestion:
	http://pgfoundry.org/forum/forum.php?thread_id=735&forum_id=555

2006-04-01  Guillaume Smet <guillaume-pg@smet.org>

	* added filter on database and user

2006-03-31  Open Wide <guillaume.smet@openwide.fr>

	* added two more lines to ignore
	* fixed error reporting for php 4.4
	* fixed a bug when two consecutive blocks have the same command line
	number in the same logstream (should not happen but seems to happen
	sometimes anyway)

2006-03-27  Open Wide <guillaume.smet@openwide.fr>

	* removed a few notices with PHP 5.1
	* added another line to ignore

2006-03-26  Guillaume Smet <guillaume-pg@smet.org>

	* improved the errors report
	* released 0.5

2006-03-25  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a bug reported by Simon Riggs on pgsql-hackers
	http://archives.postgresql.org/pgsql-hackers/2006-03/msg00694.php
	* added html output for hourly statistics report
	* rewrote the configuration stuff to use constants instead of a function
	* fixed unit tests
	* added a dynamic CSS based TOC for users who use a real browser
	* ignore autovacuum log lines
	* fixed syslog date detection again

2006-03-23  Guillaume Smet <guillaume-pg@smet.org>

	* added the ability to parse a log from stdin
	* added the microsecond unit (us) so that we can use pgFouine to parse
	a special apache log file

2006-03-13  Guillaume Smet <guillaume-pg@smet.org>

	* fixed syslog date detection (problem with php 4.3.2 on CentOS 3.5)

2006-03-07  Guillaume Smet <guillaume-pg@smet.org>

	* fixed an infinite loop when duration and count are exactly identical
	for two different normalized queries reported by David Touitou

2006-02-11  Guillaume Smet <guillaume-pg@smet.org>

	* fixed references for PHP 5.1
	* lowered error reporting level for PHP 4.4 due to a problem with references
	* released development version 0.4.99 for PHP 5.1 users

2006-01-26  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a problem with CONTEXT lines introduced with the new parser refactoring
	* fixed a bug in LogStream when we have a blank continuation line

2006-01-25  Guillaume Smet <guillaume-pg@smet.org>
	
	* fixed a missing reference to $logStream in LogBlock
	* removed useless code from LogStream
	* fixed html output method of errors report

2006-01-24  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a bug on duration if log_duration and log_min_duration_statement
	are set to true in the new parser (duration counted twice)
	* minor fix in command line help

2006-01-11  Guillaume Smet <guillaume-pg@smet.org>

	* it is now possible to generate several reports with only one parse
	* we now check that GD2 extension is available if we use the
	HTML with graphs format
	* merged 0.2 branch (0.2.1) into HEAD

2006-01-10  Guillaume Smet <guillaume-pg@smet.org>

	* [0.2] fixed a bug on duration if log_duration was set to true
	submitted by David Link
	* [0.2] improved the sort in normalized queries reports
	* [0.2] released 0.2.1

2005-12-25  Guillaume Smet <guillaume-pg@smet.org>

	* rewrote large parts of the parser to fix various problems
	* added the ability to take into account duration only log lines

2005-12-22  Guillaume Smet <guillaume-pg@smet.org>

	* more work on graphs
	* tagged RELEASE_0_3 even if it is not an official release
	before major parser changes

2005-12-21  Guillaume Smet <guillaume-pg@smet.org>

	* worked on graphs for hourly reports
	* added all the command line stuff to manage graphs

2005-12-20  Guillaume Smet <guillaume-pg@smet.org>

	* added Artichow library to draw graphs

2005-12-19  Guillaume Smet <guillaume-pg@smet.org>

	* applied patch from Laurent Almeras to add -from and -to
	options (ability to filter on timestamps)
	* worked on hourly statistics (no pretty output yet)

2005-12-18  Guillaume Smet <guillaume-pg@smet.org>

	* enhanced the syslog parser to get log line timestamps
	* added the ability to get the timestamp of a query

2005-12-16  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a few bugs
	* released 0.2

2005-11-28  Guillaume Smet <guillaume-pg@smet.org>

	* applied [#1000450] from Laurent Almeras

2005-11-24  Guillaume Smet <guillaume-pg@smet.org>

	* optimized the parsers
	* improved html error report and fixed text error report

2005-11-23  Guillaume Smet <guillaume-pg@smet.org>

	* added a Profiler class
	* updated the Profiler test case
	* implemented the Profiler in the parsers
	* optimized the parsers

2005-11-22  Guillaume Smet <guillaume-pg@smet.org>

	* added the Profiler test case
	* added the -profile option to command line
	* added the -examples option to command line

2005-11-21  Guillaume Smet <guillaume-pg@smet.org>

	* pgFouine should now work with PostgreSQL 8 log prefix feature
	* added the -onlyselect option to command line
	* added config functions
	* preliminary work on error reports
	* ignored more common LOG: lines which should not raise an error
	* fixed references to listeners in reports

2005-11-20  Guillaume Smet <guillaume-pg@smet.org>
	
	* improved SQL highlighting by adding PostgreSQL specific functions
	* added the ability to choose reports generated

2005-11-19  Guillaume Smet <guillaume-pg@smet.org>

	* released 0.1