Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch.
authorTom Lane
Sun, 21 Dec 2003 18:06:15 +0000 (18:06 +0000)
committerTom Lane
Sun, 21 Dec 2003 18:06:15 +0000 (18:06 +0000)
doc/src/sgml/release.sgml

index db426da5daa62ef7fb0df619f8dfa02f152c5db1..a8382cd73405b873c9dc9dba55102d8afa2a77c8 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -10,16 +10,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian
 
    
    Release date
-   2003-12-15
+   2003-12-22
    
 
    
-    This has a variety of fixes from 7.4.
+    This release contains a variety of fixes from 7.4.
    
 
 
    
-    Migration to version 7.4
+    Migration to version 7.4<span class="marked">.1</span>
 
     
      A dump/restore is not required for those
@@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE;
 Fix for bytea index lookups (Joe)
 Fix information schema for bit data types (Peter)
 Force zero_damaged_pages to be on during recovery from WAL
-Prevent some obscure cases of variable not in subplan target lists
-Make PQescapeBytea and byteaout consistent with each other (Joe)
+Prevent some obscure cases of variable not in subplan target listsquote>para>
+Make PQescapeBytea and byteaout consistent with each other (Joe)
 Escape bytea output for bytes > 0x7e(Joe)
 
   If different client encodings are used for bytea output and input, it
@@ -95,13 +95,13 @@ DROP SCHEMA information_schema CASCADE;
 
 Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)
 New Czech FAQ
-Fix information schema constraint_column_usage for foreign keys (Peter)
-Ecpg fixes (Michael)
-Fix bug with multiple IN subqueries and joins in the subqueries (Tom)
-Alllow COUNT('x') to work (Tom)
-Install Informix ecpg include files into separate /informix directory (Peter)
+Fix information schema view constraint_column_usage for foreign keys (Peter)
+ECPG fixes (Michael)
+Fix bug with multiple IN subqueries and joins in the subqueries (Tom)
+Alllow COUNT('x') to work (Tom)
+Install ECPG include files for Informix compatibility into separate directory (Peter)
 
-  Some Informix ecpg include file names conflicted with operating system include files.
+  Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
   By installing them in their own directory, name conflicts have been reduced.
 
 
@@ -110,8 +110,8 @@ DROP SCHEMA information_schema CASCADE;
   This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
 
 
-Prevent pg_service.conf from using service name as default dbname (Bruce)
-Fix local 'ident' on FreeBSD (Tom)
+Prevent pg_service.conf from using service name as default dbname (Bruce)
+Fix local ident authentication on FreeBSD (Tom)
 
 
   
@@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE;
 
 
 Force zero_damaged_pages to be on during recovery from WAL
-Prevent some obscure cases of variable not in subplan target lists
+Prevent some obscure cases of variable not in subplan target listsquote>para>
 Force stats processes to detach from shared memory, ensuring cleaner shutdown
 Make PQescapeBytea and byteaout consistent with each other (Joe)
 Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)