X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=b3980052ae156f97a417e78fcc90cb41ec4bddcd;hb=89a1e7f479414c1a2345e33210d69e91e61b33ac;hp=012ffaf52a9c8e02de42ec0ea71a8c23c6531a95;hpb=dde7b813c5747fba5d14e47f6dd82bb7b4dc7cf1;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 012ffaf5..b3980052 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,17 @@ +2008-02-06 John Darrington + + 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 + + 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 psql-reader.c psql-reader.h: New files. Thanks to Ben Pfaff