From 682d9fc7747864a00e208bafdc105f103f65403c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 15 Aug 2004 00:09:24 +0000 Subject: [PATCH] Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes. --- doc/src/sgml/release.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index dd767ae0f2..3a55d887ba 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -1928,14 +1928,15 @@ checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. -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 +Avoid crash when session's current userID is deleted +Fix hashed crosstab for zero-rows case (Joe) +Force cache update after renaming a column in a foreign key 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 ECPG fixes Translation updates (various contributors) @@ -5201,11 +5202,11 @@ restart. This is a serious bug that has existed since PostgreSQL 7.1. 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