aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-03-23 15:09:56 +0000
committerBruce Momjian <bruce@momjian.us>2000-03-23 15:09:56 +0000
commit90cb4c89dffae564a8ab803e9f0213625207afe7 (patch)
tree2509bb25f061026503fac32e51c17f21eee9dae6
parent2f839c58e2e6fe1d812fa45d41b023c6258a8bd4 (diff)
downloadpostgresql-90cb4c89dffae564a8ab803e9f0213625207afe7.tar.gz
postgresql-90cb4c89dffae564a8ab803e9f0213625207afe7.zip
Update history/sgml.
-rw-r--r--HISTORY26
-rw-r--r--doc/src/sgml/release.sgml2
2 files changed, 26 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index f24d1637515..e3155d25a8f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -99,7 +99,31 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
Fix for SELECT 1 + NULL (Tom)
Fixes to CHAR
Fix log() on numeric type (Tom)
-Remove ':' and ';' operators
+Depricate ':' and ';' operators
+Add TRUNCATE command to quickly truncate relation (Mike Mascari)
+Fix for views with tables/columns containing spaces (Tom)
+Prevent permissions on indexes (Peter E)
+Fix for spinlock stuck problem when error is generated (Hiroshi)
+Fix ipcclean on Linux
+Fix handling of NULL constraint conditions (Tom)
+Fix memory leak in odbc driver (Nick Gorham)
+Fix for permission check on UNION tables (Tom)
+Fix to allow SELECT 'a' LIKE 'a' (Tom)
+Fix for SELECT 1 + NULL (Tom)
+Fixes to CHAR
+Fix log() on numeriRemove ':' and ';' operators
+Add TRUNCATE command to quickly truncate relation (Mike Mascari)
+Fix for views with tables/columns containing spaces (Tom)
+Prevent permissions on indexes (Peter E)
+Fix for spinlock stuck problem when error is generated (Hiroshi)
+Fix ipcclean on Linux
+Fix handling of NULL constraint conditions (Tom)
+Fix memory leak in odbc driver (Nick Gorham)
+Fix for permission check on UNION tables (Tom)
+Fix to allow SELECT 'a' LIKE 'a' (Tom)
+Fix for SELECT 1 + NULL (Tom)
+Fixes to CHAR
+Fix log() on numeriRemove ':' and ';' operators
Enhancements
------------
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 3389f97219b..094b9befe94 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -158,7 +158,7 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
Fix for SELECT 1 + NULL (Tom)
Fixes to CHAR
Fix log() on numeric type (Tom)
-Remove ':' and ';' operators
+Deprecate ':' and ';' operators
Enhancements
------------