Commit 39f0357b authored by Bruce Momjian's avatar Bruce Momjian

Update HISTORY/release.sgml to current.

parent b1646ad0
...@@ -47,7 +47,7 @@ Migration to 7.1 ...@@ -47,7 +47,7 @@ Migration to 7.1
Last updated from CVS logs: 2001-01-29 Last updated from CVS logs: 2001-04-02
Bug Fixes Bug Fixes
--------- ---------
...@@ -97,6 +97,7 @@ Overhaul GIST code (Oleg) ...@@ -97,6 +97,7 @@ Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom) Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom) Improved deadlock detection handling (Tom)
Allow multiple SERIAL columns in a table (Tom) Allow multiple SERIAL columns in a table (Tom)
Prevent occasional index corruption (Vadim)
Enhancements Enhancements
------------ ------------
...@@ -168,6 +169,8 @@ New file format for COPY BINARY (Tom) ...@@ -168,6 +169,8 @@ New file format for COPY BINARY (Tom)
New /contrib/oid2name to map numeric files to table names (B Palmer) New /contrib/oid2name to map numeric files to table names (B Palmer)
New "idle in transaction" ps status message (Marc) New "idle in transaction" ps status message (Marc)
Update to pgaccess 0.98.7 (Constantin Teodorescu) Update to pgaccess 0.98.7 (Constantin Teodorescu)
pg_ctl now defaults to -w (wait) on shutdown, new -l (log) option
Add rudimentary dependency checking to pg_dump (Philip)
Types Types
----- -----
...@@ -205,6 +208,7 @@ Solaris cleanups (Peter E) ...@@ -205,6 +208,7 @@ Solaris cleanups (Peter E)
Overhaul /contrib Makefiles (Karel) Overhaul /contrib Makefiles (Karel)
New OpenSSL configuration option (Magnus, Peter E) New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas) AIX fixes (Andreas)
QNX fixes (Maurizio)
New heap_open(), heap_openr() API (Tom) New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas) Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Hollomon) New pg_class.relkind value for views (Mark Hollomon)
...@@ -226,7 +230,10 @@ New template0 database that contains no user additions (Tom) ...@@ -226,7 +230,10 @@ New template0 database that contains no user additions (Tom)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov) New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
Allow NetBSD's libedit instead of readline (Peter) Allow NetBSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce) Improved assembly language source code format (Bruce)
New contrib/pg_logger
New --template option to createdb
New contrib/pg_control utility (Oliver)
New FreeBSD tools ipc_check, start-scripts/freebsd
------------------------------------------------------------------------ ------------------------------------------------------------------------
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.84 2001/02/15 13:31:44 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.85 2001/04/02 17:59:17 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -123,7 +123,7 @@ Subqueries in FROM are now supported. ...@@ -123,7 +123,7 @@ Subqueries in FROM are now supported.
<para> <para>
<programlisting> <programlisting>
Last updated from CVS logs: 2001-01-29 Last updated from CVS logs: 2001-04-02
Bug Fixes Bug Fixes
--------- ---------
...@@ -173,6 +173,7 @@ Overhaul GIST code (Oleg) ...@@ -173,6 +173,7 @@ Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom) Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom) Improved deadlock detection handling (Tom)
Allow multiple SERIAL columns in a table (Tom) Allow multiple SERIAL columns in a table (Tom)
Prevent occasional index corruption (Vadim)
Enhancements Enhancements
------------ ------------
...@@ -244,6 +245,8 @@ New file format for COPY BINARY (Tom) ...@@ -244,6 +245,8 @@ New file format for COPY BINARY (Tom)
New /contrib/oid2name to map numeric files to table names (B Palmer) New /contrib/oid2name to map numeric files to table names (B Palmer)
New "idle in transaction" ps status message (Marc) New "idle in transaction" ps status message (Marc)
Update to pgaccess 0.98.7 (Constantin Teodorescu) Update to pgaccess 0.98.7 (Constantin Teodorescu)
pg_ctl now defaults to -w (wait) on shutdown, new -l (log) option
Add rudimentary dependency checking to pg_dump (Philip)
Types Types
----- -----
...@@ -281,6 +284,7 @@ Solaris cleanups (Peter E) ...@@ -281,6 +284,7 @@ Solaris cleanups (Peter E)
Overhaul /contrib Makefiles (Karel) Overhaul /contrib Makefiles (Karel)
New OpenSSL configuration option (Magnus, Peter E) New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas) AIX fixes (Andreas)
QNX fixes (Maurizio)
New heap_open(), heap_openr() API (Tom) New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas) Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Hollomon) New pg_class.relkind value for views (Mark Hollomon)
...@@ -302,6 +306,10 @@ New template0 database that contains no user additions (Tom) ...@@ -302,6 +306,10 @@ New template0 database that contains no user additions (Tom)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov) New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
Allow NetBSD's libedit instead of readline (Peter) Allow NetBSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce) Improved assembly language source code format (Bruce)
New contrib/pg_logger
New --template option to createdb
New contrib/pg_control utility (Oliver)
New FreeBSD tools ipc_check, start-scripts/freebsd
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment