11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/2105:23:36 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.251 2003/12/2118:06:15 tgl Exp $
33-->
44
55<appendix id="release">
@@ -10,16 +10,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian
1010
1111 <note>
1212 <title>Release date</title>
13- <simpara>2003-12-15 </simpara>
13+ <simpara>2003-12-22 </simpara>
1414 </note>
1515
1616 <para>
17- Thishas a variety of fixes from 7.4.
17+ Thisrelease contains a variety of fixes from 7.4.
1818 </para>
1919
2020
2121 <sect2>
22- <title>Migration to version 7.4</title>
22+ <title>Migration to version 7.4.1 </title>
2323
2424 <para>
2525 A dump/restore is <emphasis>not</emphasis> required for those
@@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE;
8484<listitem><para>Fix for <type>bytea</type> index lookups (Joe)</para></listitem>
8585<listitem><para>Fix information schema for bit data types (Peter)</para></listitem>
8686<listitem><para>Force zero_damaged_pages to be on during recovery from WAL</para></listitem>
87- <listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</para></listitem>
88- <listitem><para>Make <function>PQescapeBytea</function> and <function>byteaout</function> consistent with each other (Joe)</para>
87+ <listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</quote></ para></listitem>
88+ <listitem><para>Make <function>PQescapeBytea</function> and <function>byteaout</function> consistent with each other (Joe)</para></listitem>
8989<listitem><para>Escape <type>bytea</type> output for bytes > 0x7e(Joe)</para>
9090<para>
9191 If different client encodings are used for <type>bytea</type> output and input, it
@@ -95,13 +95,13 @@ DROP SCHEMA information_schema CASCADE;
9595</listitem>
9696<listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
9797<listitem><para>New Czech FAQ</para></listitem>
98- <listitem><para>Fix information schema constraint_column_usage for foreign keys (Peter)</para></listitem>
99- <listitem><para>Ecpg fixes (Michael)</para></listitem>
100- <listitem><para>Fix bug with multipleIN subqueries and joins in the subqueries (Tom)</para></listitem>
101- <listitem><para>Alllow COUNT('x') to work (Tom)</para></listitem>
102- <listitem><para>InstallInformix ecpg include files into separate /informix directory (Peter)</para>
98+ <listitem><para>Fix information schemaview <literal> constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
99+ <listitem><para>ECPG fixes (Michael)</para></listitem>
100+ <listitem><para>Fix bug with multiple<literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
101+ <listitem><para>Alllow<literal> COUNT('x')</literal> to work (Tom)</para></listitem>
102+ <listitem><para>InstallECPG include filesfor Informix compatibility into separate directory (Peter)</para>
103103<para>
104- SomeInformix ecpg includefile names conflicted with operating system include files.
104+ Somenames of ECPG includefiles for Informix compatibility conflicted with operating system include files.
105105 By installing them in their own directory, name conflicts have been reduced.
106106</para>
107107</listitem>
@@ -110,8 +110,8 @@ DROP SCHEMA information_schema CASCADE;
110110 This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
111111</para>
112112</listitem>
113- <listitem><para>Prevent pg_service.conf from using service name as default dbname (Bruce)</para></listitem>
114- <listitem><para>Fix local' ident' on FreeBSD (Tom)</para></listitem>
113+ <listitem><para>Prevent<filename> pg_service.conf</filename> from using service name as default dbname (Bruce)</para></listitem>
114+ <listitem><para>Fix local ident authentication on FreeBSD (Tom)</para></listitem>
115115</itemizedlist>
116116
117117 </sect2>
@@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE;
19951995
19961996<itemizedlist>
19971997<listitem><para>Force zero_damaged_pages to be on during recovery from WAL</para></listitem>
1998- <listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</para></listitem>
1998+ <listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</quote></ para></listitem>
19991999<listitem><para>Force stats processes to detach from shared memory, ensuring cleaner shutdown</para></listitem>
20002000<listitem><para>Make PQescapeBytea and byteaout consistent with each other (Joe)</para></listitem>
20012001<listitem><para>Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)</para></listitem>