summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-10-16 04:14:30 +0000
committerBruce Momjian <bruce@momjian.us>1997-10-16 04:14:30 +0000
commita805635d218e73bf9ddd11e7a9fda13ed7cd49d9 (patch)
tree8574999eaca8988c10b2948702407d9efea1dea8 /HISTORY
parent78351f422bc0aa97216c9fbbd998fbc948e82b24 (diff)
downloadpostgresql-a805635d218e73bf9ddd11e7a9fda13ed7cd49d9.tar.gz
Cleanups for 6.2.1.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY18
1 files changed, 18 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5e855bdeca..6daab42863 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,21 @@
+PostgreSQL 6.2.1 Fri Oct 17 00:01:27 EDT 1997
+-------------------------------------------------------------
+
+This release does NOT require a dump/restore for those running 6.2.
+Please see the appropriate /migration file for more information.
+
+Changes in this release
+-----------------------
+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)
+Allow strings to span lines, like ANSI(Thomas)
+Fix for backward ORDER BY(Vadim)
+Fix avg(cash) computation(Thomas)
+
+
PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997
-------------------------------------------------------------