From 550d347811ba2a604255a54ec91a0b4545be0fd7 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 21 Dec 2003 05:23:36 +0000
Subject: [PATCH] Update 7.4.1 release notes in preparation for release.

---
 HISTORY                   | 20 ++++++++++++++++++--
 doc/src/sgml/release.sgml | 21 +++++++++++++++++++--
 2 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/HISTORY b/HISTORY
index e14ca74d08c..5eb79ec0358 100644
--- a/HISTORY
+++ b/HISTORY
@@ -25,8 +25,6 @@ DROP SCHEMA information_schema CASCADE;
    
 Changes
 
-   Changes as of 2003-12-14
-   
      * Fixed bug in "CREATE SCHEMA" parsing in ECPG (Michael)
      * Fix compile error when "--enable-thread-safety" and "--with-perl"
        are used together (Peter)
@@ -63,6 +61,24 @@ Changes
        encodings. This fix escapes all bytes that might be affected.
      * 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)
+       Some Informix ecpg include file names conflicted with operating
+       system include files. By installing them in their own directory,
+       name conflicts have been reduced.
+     * Fix SSL memory leak (Neil)
+       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)
      _________________________________________________________________
    
                                 Release 7.4
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index f20bbfeb3f2..db426da5daa 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.249 2003/12/19 20:06:20 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian Exp $
 -->
 
 <appendix id="release">
@@ -46,7 +46,6 @@ DROP SCHEMA information_schema CASCADE;
    <sect2>
     <title>Changes</title>
 
-<para>Changes as of 2003-12-14</para>
 <itemizedlist>
 <listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
 <listitem><para>Fix compile error when <option>--enable-thread-safety</option> and <option>--with-perl</option> are used together (Peter)</para></listitem>
@@ -95,6 +94,24 @@ DROP SCHEMA information_schema CASCADE;
 </para>
 </listitem>
 <listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
+<listitem><para>New Czech FAQ</para></listitem>
+<listitem><para>Fix information schema constraint_column_usage for foreign keys (Peter)</para></listitem>
+<listitem><para>Ecpg fixes (Michael)</para></listitem>
+<listitem><para>Fix bug with multiple IN subqueries and joins in the subqueries (Tom)</para></listitem>
+<listitem><para>Alllow COUNT('x') to work (Tom)</para></listitem>
+<listitem><para>Install Informix ecpg include files into separate /informix directory (Peter)</para>
+<para>
+  Some Informix ecpg include file names conflicted with operating system include files.
+  By installing them in their own directory, name conflicts have been reduced.
+</para>
+</listitem>
+<listitem><para>Fix SSL memory leak (Neil)</para>
+<para>
+  This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
+</para>
+</listitem>
+<listitem><para>Prevent pg_service.conf from using service name as default dbname (Bruce)</para></listitem>
+<listitem><para>Fix local 'ident' on FreeBSD (Tom)</para></listitem>
 </itemizedlist>
 
   </sect2>
-- 
GitLab