1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -10,16 +10,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian
10
10
11
11
<note>
12
12
<title>Release date</title>
13
- <simpara>2003-12-15 </simpara>
13
+ <simpara>2003-12-22 </simpara>
14
14
</note>
15
15
16
16
<para>
17
- Thishas a variety of fixes from 7.4.
17
+ Thisrelease contains a variety of fixes from 7.4.
18
18
</para>
19
19
20
20
21
21
<sect2>
22
- <title>Migration to version 7.4</title>
22
+ <title>Migration to version 7.4.1 </title>
23
23
24
24
<para>
25
25
A dump/restore is <emphasis>not</emphasis> required for those
@@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE;
84
84
<listitem><para>Fix for <type>bytea</type> index lookups (Joe)</para></listitem>
85
85
<listitem><para>Fix information schema for bit data types (Peter)</para></listitem>
86
86
<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>
89
89
<listitem><para>Escape <type>bytea</type> output for bytes > 0x7e(Joe)</para>
90
90
<para>
91
91
If different client encodings are used for <type>bytea</type> output and input, it
@@ -95,13 +95,13 @@ DROP SCHEMA information_schema CASCADE;
95
95
</listitem>
96
96
<listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
97
97
<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>
103
103
<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.
105
105
By installing them in their own directory, name conflicts have been reduced.
106
106
</para>
107
107
</listitem>
@@ -110,8 +110,8 @@ DROP SCHEMA information_schema CASCADE;
110
110
This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
111
111
</para>
112
112
</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>
115
115
</itemizedlist>
116
116
117
117
</sect2>
@@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE;
1995
1995
1996
1996
<itemizedlist>
1997
1997
<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>
1999
1999
<listitem><para>Force stats processes to detach from shared memory, ensuring cleaner shutdown</para></listitem>
2000
2000
<listitem><para>Make PQescapeBytea and byteaout consistent with each other (Joe)</para></listitem>
2001
2001
<listitem><para>Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)</para></listitem>