Optimise the psql reader, by fetching more than one record at a time.
[pspp-builds.git] / src / data / ChangeLog
index 012ffaf52a9c8e02de42ec0ea71a8c23c6531a95..b3980052ae156f97a417e78fcc90cb41ec4bddcd 100644 (file)
@@ -1,3 +1,17 @@
+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
+       which has money represented with 64 bits.  They must get
+       paid more than me.
+
 2008-02-02  John Darrington <john@darrington.wattle.id.au>
 
        psql-reader.c psql-reader.h: New files.  Thanks to Ben Pfaff