-//2011 Cédric Villemain <cedric@villemain.org>
- * 0.5.0 - Output varbit containing vector information with pgmincore*()
+05/XX/2011 Cédric Villemain <cedric@villemain.org>
+ * 0.9.0 - Output varbit containing vector information with pgfincore*()
- Add Debian packaging (Dimitri Fontaine)
- Update to work with PostgreSQL >= 9.1 (Jeff Janes)
- Add total number of pages of memory with pgsysconf()
- Add function pgsysconf_pretty()
+ - Major rewrite of the functions
+ - pgfadvise*() to handle simple posix_fadvise call
+ - pgfadvise_loader() to restore file status (pages in/out cache)
+ - pgfincore*() to handle mincore usage
+ - pgsysconf*() to handle sysconf information
04/30/2010 Cédric Villemain <cedric@villemain.org>