01/05/2010 Cédric Villemain <cedric@villemain.org>

  * 0.4.0 - fix test is not temp table
		  - add posix_fadvise_willneed flag
		  - add posix_fadvise_dontneed flag
		  - add posix_fadvise_normal flag
		  - add posix_fadvise_sequential flag
		  - add posix_fadvise_random flag
		  - rewrite main SRF
		  - improve output (more informations)
		  - fix copyright
		  - add pgsysconf()
		  - add pgmincore_snapshot to write mincore state in a file
		  - add pgfadv_willneed_snapshot to read mincore state from file

10/26/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.3.2 - fix fctx init

10/26/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.3.1 - fix Makefile without PGXS
		  - fix install doc in README

08/12/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.3 - pgfincore now return a set of record
		- relname, relpath, block_disk, block_mem, group_mem
		- this version can only be build againt a postgresql > 8.3 /!\

08/10/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.2.1 - fix munmap call error

08/08/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.2 - add support for 8.4
		- fix mmap error when file is empty

06/29/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.1.1 - cleaning and fixing

06/27/2009 Cédric Villemain <cedric.villemain@dalibo.com>

  * 0.1 - functions are working, basicaly.
