mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 12:42:24 +03:00
First update of release notes for 7.4.2. Still needs work.
This commit is contained in:
parent
39042637dd
commit
ff47b8518e
41
HISTORY
41
HISTORY
@ -1,6 +1,47 @@
|
||||
|
||||
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
|
||||
|
||||
Release date: 2003-12-22
|
||||
|
@ -1,10 +1,63 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.256 2004/03/02 00:38:46 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.257 2004/03/05 19:51:56 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
<title>Release Notes</title>
|
||||
|
||||
<sect1 id="release-7-4-2">
|
||||
<title>Release 7.4.2</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2004-03-??</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This release contains a variety of fixes from 7.4.1.
|
||||
</para>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.4.2</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is <emphasis>not</emphasis> required for those
|
||||
running 7.4.X.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<para>As of 2004-03-02</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Fix problems with ALTER TABLE during concurrent access (Tom)</para></listitem>
|
||||
<listitem><para>Improve hash build reliability (Tom)</para></listitem>
|
||||
<listitem><para>Fix statistics alignment bug that could affect optimizer, initdb required (Tom)</para></listitem>
|
||||
<listitem><para>Optimizer improvements (Tom)</para></listitem>
|
||||
<listitem><para>Permission fix for view updates (Tom)</para></listitem>
|
||||
<listitem><para>Allow non-super users to update pg_settings (Tom)</para></listitem>
|
||||
<listitem><para>Fix for multibyte handling in position() (Korea PostgreSQL Users' Group)</para></listitem>
|
||||
<listitem><para>Various multibyte fixes</para></listitem>
|
||||
<listitem><para>Fix problem with hitting open file limit, especially on OS X (Tom)</para></listitem>
|
||||
<listitem><para>Have pg_dump set client encoding on restore (Tom)</para></listitem>
|
||||
<listitem><para>Allow ecpg to again use C keywords as column names (Michael)</para></listitem>
|
||||
<listitem><para>Added ecpg WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE (Michael)</para></listitem>
|
||||
<listitem><para>Fix ecpg crash for queries calling set-returning functions (Michael)</para></listitem>
|
||||
<listitem><para>Various ecpg fixes (Michael)</para></listitem>
|
||||
<listitem><para>Fixes for Borland compiler</para></listitem>
|
||||
<listitem><para>Thread build improvements (Bruce)</para></listitem>
|
||||
<listitem><para>Fix for configure --disable-shared support (Tom)</para></listitem>
|
||||
<listitem><para>Various build fixes</para></listitem>
|
||||
<listitem><para>Various jdbc fixes</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-4-1">
|
||||
<title>Release 7.4.1</title>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user