From 567feba7f6842f9f0601e795784e9bbed392417d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 Dec 2003 05:24:00 +0000 Subject: Update 7.4.1 release notes in preparation for release. --- doc/src/sgml/release.sgml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8148a4f9d86..e07f1cb3743 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -27,7 +27,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.13 2003/12/19 20:06:14 pe - If you want to install the fixes in the information schema, + If you want to install the fixes in the information schema you need to reload it into the database. This is either accomplished by initializing a new cluster by running initdb, or by running the following @@ -46,7 +46,6 @@ DROP SCHEMA information_schema CASCADE; Changes -Changes as of 2003-12-14 Fixed bug in CREATE SCHEMA parsing in ECPG (Michael) Fix compile error when and are used together (Peter) @@ -95,6 +94,24 @@ DROP SCHEMA information_schema CASCADE; Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe) +New Czech FAQ +Fix information schema constraint_column_usage for foreign keys (Peter) +Ecpg fixes (Michael) +Fix bug with multiple IN subqueries and joins in the subqueries (Tom) +Alllow COUNT('x') to work (Tom) +Install Informix ecpg include files into separate /informix directory (Peter) + + Some Informix ecpg include file names conflicted with operating system include files. + By installing them in their own directory, name conflicts have been reduced. + + +Fix SSL memory leak (Neil) + + This release fixes a bug in 7.4 where SSL didn't free all memory it allocated. + + +Prevent pg_service.conf from using service name as default dbname (Bruce) +Fix local 'ident' on FreeBSD (Tom) -- cgit v1.2.3