Update HISTORY for 7.4.1 release.

This commit is contained in:
Tom Lane 2003-12-21 23:44:40 +00:00
parent 74f35bb2b2
commit 5bb4d8e8ea

28
HISTORY
View File

@ -3,12 +3,12 @@
Release 7.4.1 Release 7.4.1
Release date: 2003-12-15 Release date: 2003-12-22
This has a variety of fixes from 7.4. This release contains a variety of fixes from 7.4.
_________________________________________________________________ _________________________________________________________________
Migration to version 7.4 Migration to version 7.4.1
A dump/restore is *not* required for those running 7.4. A dump/restore is *not* required for those running 7.4.
@ -62,23 +62,23 @@ Changes
* Added missing SPI_finish() calls to dblink's * Added missing SPI_finish() calls to dblink's
get_tuple_of_interest() (Joe) get_tuple_of_interest() (Joe)
* New Czech FAQ * New Czech FAQ
* Fix information schema constraint_column_usage for foreign keys * Fix information schema view constraint_column_usage for foreign
(Peter) keys (Peter)
* Ecpg fixes (Michael) * ECPG fixes (Michael)
* Fix bug with multiple IN subqueries and joins in the subqueries * Fix bug with multiple IN subqueries and joins in the subqueries
(Tom) (Tom)
* Alllow COUNT('x') to work (Tom) * Alllow COUNT('x') to work (Tom)
* Install Informix ecpg include files into separate /informix * Install ECPG include files for Informix compatibility into
directory (Peter) separate directory (Peter)
Some Informix ecpg include file names conflicted with operating Some names of ECPG include files for Informix compatibility
system include files. By installing them in their own directory, conflicted with operating system include files. By installing them
name conflicts have been reduced. in their own directory, name conflicts have been reduced.
* Fix SSL memory leak (Neil) * Fix SSL memory leak (Neil)
This release fixes a bug in 7.4 where SSL didn't free all memory This release fixes a bug in 7.4 where SSL didn't free all memory
it allocated. it allocated.
* Prevent pg_service.conf from using service name as default dbname * Prevent "pg_service.conf" from using service name as default
(Bruce) dbname (Bruce)
* Fix local 'ident' on FreeBSD (Tom) * Fix local ident authentication on FreeBSD (Tom)
_________________________________________________________________ _________________________________________________________________
Release 7.4 Release 7.4