File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ Fixes for GROUP BY in special cases(Tom, Jan)
248
248
Fix for memory leak in failed queries(Tom)
249
249
DEFAULT now supports mixed-case identifiers(Tom)
250
250
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)
251
253
252
254
Enhancements
253
255
------------
@@ -323,6 +325,11 @@ Better handling of non-default block sizes(Massimo)
323
325
Improve GEQO optimizer memory consumption(Tom)
324
326
UNION now suppports ORDER BY of columns not in target list(Jan)
325
327
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
326
333
327
334
Source Tree Changes
328
335
-------------------
You can’t perform that action at this time.
0 commit comments