Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5015cf0

Browse files
committed
Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch.
1 parentef92b82 commit5015cf0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 ecpginclude 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>InstallECPGinclude filesfor Informix compatibilityinto separate directory (Peter)</para>
103103
<para>
104-
SomeInformix ecpgincludefile names conflicted with operating system include files.
104+
Somenames of ECPGincludefiles 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp