Update Changelog
authorCédric Villemain <cedric@2ndquadrant.fr>
Sun, 15 May 2011 01:02:07 +0000 (03:02 +0200)
committerCédric Villemain <cedric@2ndquadrant.fr>
Sun, 15 May 2011 01:03:19 +0000 (03:03 +0200)
ChangeLog

index d66a3097271e02d21104c20655c073b78a9163c1..6e64d095435b33ab6a6f7ecad37c2dae872ed862 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
-//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>