From ff47b8518e88cebaf853a837ee67076b854635e0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Mar 2004 19:51:56 +0000 Subject: First update of release notes for 7.4.2. Still needs work. --- doc/src/sgml/release.sgml | 55 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index cccff76a348..fb7bea8f0e3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,63 @@ Release Notes + + Release 7.4.2 + + + Release date + 2004-03-?? + + + + This release contains a variety of fixes from 7.4.1. + + + + + Migration to version 7.4.2 + + + A dump/restore is not required for those + running 7.4.X. + + + + + + Changes + +As of 2004-03-02 + + +Fix problems with ALTER TABLE during concurrent access (Tom) +Improve hash build reliability (Tom) +Fix statistics alignment bug that could affect optimizer, initdb required (Tom) +Optimizer improvements (Tom) +Permission fix for view updates (Tom) +Allow non-super users to update pg_settings (Tom) +Fix for multibyte handling in position() (Korea PostgreSQL Users' Group) +Various multibyte fixes +Fix problem with hitting open file limit, especially on OS X (Tom) +Have pg_dump set client encoding on restore (Tom) +Allow ecpg to again use C keywords as column names (Michael) +Added ecpg WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE (Michael) +Fix ecpg crash for queries calling set-returning functions (Michael) +Various ecpg fixes (Michael) +Fixes for Borland compiler +Thread build improvements (Bruce) +Fix for configure --disable-shared support (Tom) +Various build fixes +Various jdbc fixes + + + + + Release 7.4.1 -- cgit v1.2.3