|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -46,7 +46,6 @@ DROP SCHEMA information_schema CASCADE;
|
46 | 46 | <sect2>
|
47 | 47 | <title>Changes</title>
|
48 | 48 |
|
49 |
| -<para>Changes as of 2003-12-14</para> |
50 | 49 | <itemizedlist>
|
51 | 50 | <listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
|
52 | 51 | <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;
|
95 | 94 | </para>
|
96 | 95 | </listitem>
|
97 | 96 | <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> |
98 | 115 | </itemizedlist>
|
99 | 116 |
|
100 | 117 | </sect2>
|
|
0 commit comments