mirror of https://github.com/postgres/postgres
Regenerate HISTORY for release.
This commit is contained in:
parent
5015cf01eb
commit
4160b23711
28
HISTORY
28
HISTORY
|
@ -3,12 +3,12 @@
|
|||
|
||||
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.
|
||||
|
||||
|
@ -62,23 +62,23 @@ Changes
|
|||
* 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 information schema view 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.
|
||||
* Install ECPG include files for Informix compatibility into
|
||||
separate directory (Peter)
|
||||
Some names of ECPG include files for Informix compatibility
|
||||
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)
|
||||
* Prevent "pg_service.conf" from using service name as default
|
||||
dbname (Bruce)
|
||||
* Fix local ident authentication on FreeBSD (Tom)
|
||||
_________________________________________________________________
|
||||
|
||||
Release 7.4
|
||||
|
|
Loading…
Reference in New Issue