@@ -248,6 +248,8 @@ Fixes for GROUP BY in special cases(Tom, Jan)
248248Fix for memory leak in failed queries(Tom)
249249DEFAULT now supports mixed-case identifiers(Tom)
250250Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde)
251+ Disable use of pg_dump with both -o and -d options(Bruce)
252+ Allow pg_dump to properly dump GROUP permissions(Bruce)
251253
252254Enhancements
253255------------
@@ -323,6 +325,11 @@ Better handling of non-default block sizes(Massimo)
323325Improve GEQO optimizer memory consumption(Tom)
324326UNION now suppports ORDER BY of columns not in target list(Jan)
325327Major libpq++ improvements(Vince Vielhaber)
328+ pg_dump now uses -z(ACL's) as default(Bruce)
329+ backend cache, memory speedups(Tom)
330+ have pg_dump do everything in one snapshot transaction(Vadim)
331+ fix for large object memory leakage, fix for pg_dumping(Tom)
332+ INET type now respects netmask for comparisons
326333
327334Source Tree Changes
328335-------------------