summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-22 07:28:29 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-22 07:28:29 +0000
commit4160b237116423bd6b3befa627a12476f9ec4a1e (patch)
tree341f84795a707c3c41474f91ffc82e4313ba902d /HISTORY
parent5015cf01eb4d70e0b9adf0a9c3dca48ef444566c (diff)
downloadpostgresql-4160b237116423bd6b3befa627a12476f9ec4a1e.tar.gz
Regenerate HISTORY for release.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY28
1 files changed, 14 insertions, 14 deletions
diff --git a/HISTORY b/HISTORY
index 5eb79ec035..c40ff26088 100644
--- a/HISTORY
+++ b/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