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

Commit550d347

Browse files
committed
Update 7.4.1 release notes in preparation for release.
1 parent0ea4f9c commit550d347

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

‎HISTORY

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ DROP SCHEMA information_schema CASCADE;
2525

2626
Changes
2727

28-
Changes as of 2003-12-14
29-
3028
* Fixed bug in "CREATE SCHEMA" parsing in ECPG (Michael)
3129
* Fix compile error when "--enable-thread-safety" and "--with-perl"
3230
are used together (Peter)
@@ -63,6 +61,24 @@ Changes
6361
encodings. This fix escapes all bytes that might be affected.
6462
* Added missing SPI_finish() calls to dblink's
6563
get_tuple_of_interest() (Joe)
64+
* New Czech FAQ
65+
* Fix information schema constraint_column_usage for foreign keys
66+
(Peter)
67+
* Ecpg fixes (Michael)
68+
* Fix bug with multiple IN subqueries and joins in the subqueries
69+
(Tom)
70+
* Alllow COUNT('x') to work (Tom)
71+
* Install Informix ecpg include files into separate /informix
72+
directory (Peter)
73+
Some Informix ecpg include file names conflicted with operating
74+
system include files. By installing them in their own directory,
75+
name conflicts have been reduced.
76+
* Fix SSL memory leak (Neil)
77+
This release fixes a bug in 7.4 where SSL didn't free all memory
78+
it allocated.
79+
* Prevent pg_service.conf from using service name as default dbname
80+
(Bruce)
81+
* Fix local 'ident' on FreeBSD (Tom)
6682
_________________________________________________________________
6783

6884
Release 7.4

‎doc/src/sgml/release.sgml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.249 2003/12/19 20:06:20 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -46,7 +46,6 @@ DROP SCHEMA information_schema CASCADE;
4646
<sect2>
4747
<title>Changes</title>
4848

49-
<para>Changes as of 2003-12-14</para>
5049
<itemizedlist>
5150
<listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
5251
<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;
9594
</para>
9695
</listitem>
9796
<listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
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 multiple IN subqueries and joins in the subqueries (Tom)</para></listitem>
101+
<listitem><para>Alllow COUNT('x') to work (Tom)</para></listitem>
102+
<listitem><para>Install Informix ecpg include files into separate /informix directory (Peter)</para>
103+
<para>
104+
Some Informix ecpg include file names conflicted with operating system include files.
105+
By installing them in their own directory, name conflicts have been reduced.
106+
</para>
107+
</listitem>
108+
<listitem><para>Fix SSL memory leak (Neil)</para>
109+
<para>
110+
This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
111+
</para>
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>
98115
</itemizedlist>
99116

100117
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp