Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes.
authorTom Lane
Sun, 15 Aug 2004 00:09:24 +0000 (00:09 +0000)
committerTom Lane
Sun, 15 Aug 2004 00:09:24 +0000 (00:09 +0000)
doc/src/sgml/release.sgml

index dd767ae0f2d1e6b15cda13d12f151a2ec005bf94..3a55d887ba74f6afa879187087e833787fee5c4f 100644 (file)
@@ -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.
 
+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
 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