restart. This is a serious bug that has existed
+
Check HAVING restriction before evaluating result list of an
+aggregate plan
Avoid crash when session's current userID is deleted
Fix hashed crosstab for zero-rows case (Joe)
-
pg_dump handled ACLs with grant options incorrectly
Force cache update after renaming a column in a foreign key
-
Check HAVING restriction before evaluating result list of an
-aggregate plan
-
Fix thread support for OS X and Solaris
Pretty-print UNION queries correctly
+
Make psql handle \r\n> newlines properly in COPY IN
+
pg_dump handled ACLs with grant options incorrectly
+
Fix thread support for OS X and Solaris
Updated JDBC driver (build 215) with various fixes
Translation updates (various contributors)
Fix corner case for btree search in parallel with first root page split
-
Repair memory leaks in pg_dump
-
Avoid conflict with system definition of isblank() function or macro
Fix buffer overrun in to_ascii (Guido Notari)
Fix core dump in deadlock detection on machines where char is unsigned
Fix failure to respond to pg_ctl stop -m fast after Async_NotifyHandler runs
+
Repair memory leaks in pg_dump
+
Avoid conflict with system definition of isblank() function or macro