diff options
author | Bruce Momjian | 2003-12-21 05:23:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-12-21 05:23:36 +0000 |
commit | 550d347811ba2a604255a54ec91a0b4545be0fd7 (patch) | |
tree | 96b966a02f1e8a2cf34f6f3c1b7abab5adaeddd2 /HISTORY | |
parent | 0ea4f9c859dc48ad228e63cc29a225a29939a26d (diff) |
Update 7.4.1 release notes in preparation for release.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -25,8 +25,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 "--enable-thread-safety" and "--with-perl" are used together (Peter) @@ -63,6 +61,24 @@ Changes encodings. This fix escapes all bytes that might be affected. * 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) _________________________________________________________________ Release 7.4 |