aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-03 20:40:50 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-03 20:40:50 +0000
commita40bac0d1d95837ad93d51492faef0a191d9faa0 (patch)
tree8c7a066c4a83e8e3c78b7947e42e22e91753d75c
parenta4a5f562025a932cb17c178eedad8b07e8cf4cfa (diff)
downloadpostgresql-a40bac0d1d95837ad93d51492faef0a191d9faa0.tar.gz
postgresql-a40bac0d1d95837ad93d51492faef0a191d9faa0.zip
Update of release notes with new items.
-rw-r--r--doc/src/sgml/release.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index d34e1c8f80f..6fbabdbad2f 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -248,6 +248,8 @@ Fixes for GROUP BY in special cases(Tom, Jan)
Fix for memory leak in failed queries(Tom)
DEFAULT now supports mixed-case identifiers(Tom)
Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde)
+Disable use of pg_dump with both -o and -d options(Bruce)
+Allow pg_dump to properly dump GROUP permissions(Bruce)
Enhancements
------------
@@ -323,6 +325,11 @@ Better handling of non-default block sizes(Massimo)
Improve GEQO optimizer memory consumption(Tom)
UNION now suppports ORDER BY of columns not in target list(Jan)
Major libpq++ improvements(Vince Vielhaber)
+pg_dump now uses -z(ACL's) as default(Bruce)
+backend cache, memory speedups(Tom)
+have pg_dump do everything in one snapshot transaction(Vadim)
+fix for large object memory leakage, fix for pg_dumping(Tom)
+INET type now respects netmask for comparisons
Source Tree Changes
-------------------