Optimise the psql reader, by fetching more than one record at a time.
[pspp-builds.git] / src / data / ChangeLog
index 6ab0bb443ab53d862ba64eb50208bfb8ac4e7bf7..b3980052ae156f97a417e78fcc90cb41ec4bddcd 100644 (file)
@@ -1,3 +1,11 @@
+2008-02-06  John Darrington <john@darrington.wattle.id.au>
+
+       psql-reader.c psql-reader.h: Read more than one tuple at
+       once.  Fix bug reading a query which returns no data. Fix bug
+       when transformation followed a reader.
+       Ask the server for the number of records in the query, for the
+       benefit of the gui.
+
 2008-02-05  John Darrington <john@darrington.wattle.id.au>
 
        psql-reader.c: So yesterday they release postgresql 8.3.0