Skip to content

Commit a40bac0

Browse files
committed
Update of release notes with new items.
1 parent a4a5f56 commit a40bac0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/sgml/release.sgml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ Fixes for GROUP BY in special cases(Tom, Jan)
248248
Fix for memory leak in failed queries(Tom)
249249
DEFAULT now supports mixed-case identifiers(Tom)
250250
Fix 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

252254
Enhancements
253255
------------
@@ -323,6 +325,11 @@ Better handling of non-default block sizes(Massimo)
323325
Improve GEQO optimizer memory consumption(Tom)
324326
UNION now suppports ORDER BY of columns not in target list(Jan)
325327
Major 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

327334
Source Tree Changes
328335
-------------------

0 commit comments

Comments
 (0)