From: Cédric Villemain Date: Wed, 27 Jul 2011 19:17:40 +0000 (+0200) Subject: Review TODO, copyright, etc.. X-Git-Tag: 1.0~8 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f212b8f70630ba4437c217d0dfad40345a3a56eb;p=pgfincore.git Review TODO, copyright, etc.. --- diff --git a/COPYRIGHT b/COPYRIGHT index 61a7a99..0f22d34 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Cédric Villemain + * Copyright (c) 2009-2011 Cédric Villemain * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/ChangeLog b/ChangeLog index 41884b2..e558246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -05/XX/2011 Cédric Villemain +07/XX/2011 Cédric Villemain * 1.0.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() + - 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) diff --git a/doc/README.pgfincore.rst b/README.pgfincore.rst similarity index 100% rename from doc/README.pgfincore.rst rename to README.pgfincore.rst diff --git a/TODO b/TODO index 10a252a..5f4f8be 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ * average contigous block or stats like that (what part of the file is in cache) * split mmaping in shorter segment (say 64Mb) per sugestion from Andres Freund * fix doc -* improve error detection diff --git a/debian/copyright b/debian/copyright index bb6c520..402e897 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,11 +5,11 @@ It was downloaded from http://pgfoundry.org/projects/pgfincore/ Copyright Holders: - Copyright (c) 2009 - Cédric Villemain + Copyright (c) 2009-2011 - Cédric Villemain License: /* - * Copyright (c) 2009 Cédric Villemain + * Copyright (c) 2009-2011 Cédric Villemain * All rights reserved. * * Redistribution and use in source and binary forms, with or without