mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
First update of release notes for 7.4.2. Still needs work.
This commit is contained in:
@ -1,10 +1,63 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.19 2004/03/02 00:38:56 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.20 2004/03/05 19:52:39 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
<title>Release Notes</title>
|
<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">
|
<sect1 id="release-7-4-1">
|
||||||
<title>Release 7.4.1</title>
|
<title>Release 7.4.1</title>
|
||||||
|
|
||||||
@ -896,7 +949,7 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<para>Add Mac OS X Rendezvous server support (Chris Campbell)</para>
|
<para>Add Mac OS X Rendezvous server support (Chris Campbell)</para>
|
||||||
<para>
|
<para>
|
||||||
This allows Mac OS X hosts to query the network for available
|
This allows Mac OS X hosts to query the network for available
|
||||||
PostgreSQL servers.
|
<productname>PostgreSQL</productname> servers.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -954,7 +1007,7 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<varname>max_connections</> 100, if possible (Tom)
|
<varname>max_connections</> 100, if possible (Tom)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Prior versions defaulted to 64 shared buffers so PostgreSQL
|
Prior versions defaulted to 64 shared buffers so <productname>PostgreSQL</productname>
|
||||||
would start on even very old systems. This release tests the
|
would start on even very old systems. This release tests the
|
||||||
amount of shared memory allowed by the platform and selects more
|
amount of shared memory allowed by the platform and selects more
|
||||||
reasonable default values if possible. Of course, users are
|
reasonable default values if possible. Of course, users are
|
||||||
@ -1019,8 +1072,9 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<para>
|
<para>
|
||||||
The SQL standard says that an aggregate function appearing
|
The SQL standard says that an aggregate function appearing
|
||||||
within a nested subquery belongs to the outer query if its
|
within a nested subquery belongs to the outer query if its
|
||||||
argument contains only outer-query variables. Prior PostgreSQL
|
argument contains only outer-query variables. Prior
|
||||||
releases did not handle this fine point correctly.
|
<productname>PostgreSQL</productname> releases did not handle
|
||||||
|
this fine point correctly.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1029,8 +1083,9 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<para>
|
<para>
|
||||||
By default, tables mentioned in the query are automatically
|
By default, tables mentioned in the query are automatically
|
||||||
added to the <literal>FROM</> clause if they are not already
|
added to the <literal>FROM</> clause if they are not already
|
||||||
there. This is compatible with historic POSTGRES behavior but
|
there. This is compatible with historic
|
||||||
is contrary to the SQL standard. This option allows selecting
|
<productname>POSTGRES</productname> behavior but is contrary to
|
||||||
|
the SQL standard. This option allows selecting
|
||||||
standard-compatible behavior.
|
standard-compatible behavior.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1092,7 +1147,7 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Fix several zero-column table bugs (Tom)</para>
|
<para>Fix several zero-column table bugs (Tom)</para>
|
||||||
<para>
|
<para>
|
||||||
PostgreSQL supports zero-column tables. This fixes various bugs
|
<productname>PostgreSQL</productname> supports zero-column tables. This fixes various bugs
|
||||||
that occur when using such tables.
|
that occur when using such tables.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1750,7 +1805,8 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Long options for <application>pg_dump</application> are now available on all platforms</para>
|
<para>Long options for <application>pg_dump</application> are now available on all platforms</para>
|
||||||
<para>
|
<para>
|
||||||
PostgreSQL now includes its own long-option processing routines.
|
<productname>PostgreSQL</productname> now includes its own
|
||||||
|
long-option processing routines.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -1912,7 +1968,7 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
<listitem><para>Allow libpq to compile with Borland C++ compiler (Lester Godwin, Karl Waclawek)</para></listitem>
|
<listitem><para>Allow libpq to compile with Borland C++ compiler (Lester Godwin, Karl Waclawek)</para></listitem>
|
||||||
<listitem><para>Use our own version of <function>getopt_long()</function> if needed (Peter)</para></listitem>
|
<listitem><para>Use our own version of <function>getopt_long()</function> if needed (Peter)</para></listitem>
|
||||||
<listitem><para>Convert administration scripts to C (Peter)</para></listitem>
|
<listitem><para>Convert administration scripts to C (Peter)</para></listitem>
|
||||||
<listitem><para>Bison >= 1.85 is now required to build the PostgreSQL grammar, if building from CVS</para></listitem>
|
<listitem><para> Bison >= 1.85 is now required to build the <productname>PostgreSQL</> grammar, if building from CVS</para></listitem>
|
||||||
<listitem><para>Merge documentation into one book (Peter)</para></listitem>
|
<listitem><para>Merge documentation into one book (Peter)</para></listitem>
|
||||||
<listitem><para>Add Windows compatibility functions (Bruce)</para></listitem>
|
<listitem><para>Add Windows compatibility functions (Bruce)</para></listitem>
|
||||||
<listitem><para>Allow client interfaces to compile under MinGW (Bruce)</para></listitem>
|
<listitem><para>Allow client interfaces to compile under MinGW (Bruce)</para></listitem>
|
||||||
@ -2314,9 +2370,9 @@ operations on bytea columns (Joe)</para></listitem>
|
|||||||
<para>
|
<para>
|
||||||
A dump/restore is <emphasis>not</emphasis> required for those
|
A dump/restore is <emphasis>not</emphasis> required for those
|
||||||
running version 7.3. However, it should be noted that the main
|
running version 7.3. However, it should be noted that the main
|
||||||
PostgreSQL interface library, libpq, has a new major version
|
<productname>PostgreSQL</productname> interface library, libpq,
|
||||||
number for this release, which may require recompilation of client
|
has a new major version number for this release, which may require
|
||||||
code in certain cases.
|
recompilation of client code in certain cases.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -2377,8 +2433,8 @@ operations on bytea columns (Joe)</para></listitem>
|
|||||||
<term>Drop Column</term>
|
<term>Drop Column</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
PostgreSQL now supports the <literal>ALTER TABLE ... DROP
|
<productname>PostgreSQL</productname> now supports the
|
||||||
COLUMN</literal> functionality.
|
<literal>ALTER TABLE ... DROP COLUMN</literal> functionality.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2401,8 +2457,8 @@ operations on bytea columns (Joe)</para></listitem>
|
|||||||
<term>Prepared Queries</term>
|
<term>Prepared Queries</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
PostgreSQL now supports prepared queries, for improved
|
<productname>PostgreSQL</productname> now supports prepared
|
||||||
performance.
|
queries, for improved performance.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2411,11 +2467,11 @@ operations on bytea columns (Joe)</para></listitem>
|
|||||||
<term>Dependency Tracking</term>
|
<term>Dependency Tracking</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
PostgreSQL now records object dependencies, which allows
|
<productname>PostgreSQL</productname> now records object
|
||||||
improvements in many areas. <command>DROP</command>
|
dependencies, which allows improvements in many areas.
|
||||||
statements now take either <literal>CASCADE</> or
|
<command>DROP</command> statements now take either
|
||||||
<literal>RESTRICT</> to control whether dependent objects are
|
<literal>CASCADE</> or <literal>RESTRICT</> to control whether
|
||||||
also dropped.
|
dependent objects are also dropped.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2595,7 +2651,7 @@ operations on bytea columns (Joe)</para></listitem>
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>Add pg_locks view to show locks (Neil)</para></listitem>
|
<listitem><para>Add pg_locks view to show locks (Neil)</para></listitem>
|
||||||
<listitem><para>Security fixes for password negotiation memory allocation (Neil)</para></listitem>
|
<listitem><para>Security fixes for password negotiation memory allocation (Neil)</para></listitem>
|
||||||
<listitem><para>Remove support for version 0 FE/BE protocol (PostgreSQL 6.2 and earlier) (Tom)</para></listitem>
|
<listitem><para>Remove support for version 0 FE/BE protocol (<productname>PostgreSQL</productname> 6.2 and earlier) (Tom)</para></listitem>
|
||||||
<listitem><para>Reserve the last few backend slots for superusers, add parameter superuser_reserved_connections to control this (Nigel J. Andrews)</para></listitem>
|
<listitem><para>Reserve the last few backend slots for superusers, add parameter superuser_reserved_connections to control this (Nigel J. Andrews)</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
@ -3836,7 +3892,7 @@ Python fixes (Darcy)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This release focuses on removing limitations that have existed in the
|
This release focuses on removing limitations that have existed in the
|
||||||
PostgreSQL code for many years.
|
<productname>PostgreSQL</productname> code for many years.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -3849,12 +3905,12 @@ Python fixes (Darcy)
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
To maintain database consistency in case
|
To maintain database consistency in case of an operating system crash,
|
||||||
of an operating system crash, previous releases of PostgreSQL have
|
previous releases of <productname>PostgreSQL</productname> have forced
|
||||||
forced all data modifications to disk before each transaction commit.
|
all data modifications to disk before each transaction commit. With
|
||||||
With WAL, only one log file must be flushed to disk, greatly improving
|
WAL, only one log file must be flushed to disk, greatly improving
|
||||||
performance. If you have been using -F in previous releases to disable
|
performance. If you have been using -F in previous releases to
|
||||||
disk flushes, you may want to consider discontinuing its use.
|
disable disk flushes, you may want to consider discontinuing its use.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -4358,20 +4414,6 @@ ecpg changes (Michael)
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<!--
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
Upcoming Features
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
In 7.1 or 7.2, we plan to have outer joins, storage for very long rows, and a
|
|
||||||
write-ahead logging system.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
-->
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -4941,17 +4983,18 @@ Add Win1250 (Czech) support (Pavel Behal)
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This removes our old
|
This removes our old table-level locking, and replaces it with
|
||||||
table-level locking, and replaces it with a locking system that is
|
a locking system that is superior to most commercial database
|
||||||
superior to most commercial database systems. In a traditional system,
|
systems. In a traditional system, each row that is modified
|
||||||
each row that is modified is locked until committed, preventing reads by
|
is locked until committed, preventing reads by other users.
|
||||||
other users. MVCC uses the natural multiversion nature of PostgreSQL
|
MVCC uses the natural multiversion nature of
|
||||||
to allow readers to continue reading consistent data during writer
|
<productname>PostgreSQL</productname> to allow readers to
|
||||||
activity. Writers continue to use the compact pg_log transaction
|
continue reading consistent data during writer activity.
|
||||||
system. This is all performed without having to allocate a lock for
|
Writers continue to use the compact pg_log transaction system.
|
||||||
every row like traditional database systems. So, basically, we no
|
This is all performed without having to allocate a lock for
|
||||||
longer are restricted by simple table-level locking;
|
every row like traditional database systems. So, basically,
|
||||||
we have something better than row-level locking.
|
we no longer are restricted by simple table-level locking; we
|
||||||
|
have something better than row-level locking.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -5012,9 +5055,10 @@ Add Win1250 (Czech) support (Pavel Behal)
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
We continue to speed up PostgreSQL, thanks to the variety of
|
We continue to speed up <productname>PostgreSQL</productname>,
|
||||||
talents within our team. We have sped up memory allocation,
|
thanks to the variety of talents within our team. We have
|
||||||
optimization, table joins, and row transfer routines.
|
sped up memory allocation, optimization, table joins, and row
|
||||||
|
transfer routines.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user