diff options
author | Vadim B. Mikheev | 1997-10-17 11:46:02 +0000 |
---|---|---|
committer | Vadim B. Mikheev | 1997-10-17 11:46:02 +0000 |
commit | 0868a9b6e41662e92b1266d2f3b91f629c044261 (patch) | |
tree | 7ee9dede2c19b98f0ab50ddc88ab0a72b54932b4 | |
parent | 9620c7566f6062f41ec19776d446051fc4aaecba (diff) |
Last (?) updations.
-rw-r--r-- | HISTORY | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -10,12 +10,13 @@ Allow TIME and TYPE column names(Thomas) Allow larger range of true/false as boolean values(Thomas) Support output of "now" and "current"(Thomas) Handle DEFAULT with INSERT of NULL properly(Vadim) -fix for buffer cache reference count problem(Vadim) +Fix for relation reference counts problem in buffer manager(Vadim) Allow strings to span lines, like ANSI(Thomas) -Fix for backward ORDER BY(Vadim) +Fix for backward cursor with ORDER BY(Vadim) Fix avg(cash) computation(Thomas) -Fix for specifying a column twice in ORDER BY(Vadim) -Documented new libpq function to return affected rows, PQcmdTuples(Vadim) +Fix for specifying a column twice in ORDER/GROUP BY(Vadim) +Documented new libpq function to return affected rows, PQcmdTuples(Bruce) +Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan) PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997 |