11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.84 2001/02/15 13:31:44 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.85 2001/04/02 17:59:17 momjian Exp $
33-->
44
55 <appendix id="release">
@@ -123,7 +123,7 @@ Subqueries in FROM are now supported.
123123
124124 <para>
125125 <programlisting>
126- Last updated from CVS logs: 2001-01-29
126+ Last updated from CVS logs: 2001-04-02
127127
128128Bug Fixes
129129---------
@@ -173,6 +173,7 @@ Overhaul GIST code (Oleg)
173173Fix CLUSTER to preserve constraints and column default (Tom)
174174Improved deadlock detection handling (Tom)
175175Allow multiple SERIAL columns in a table (Tom)
176+ Prevent occasional index corruption (Vadim)
176177
177178Enhancements
178179------------
@@ -244,6 +245,8 @@ New file format for COPY BINARY (Tom)
244245New /contrib/oid2name to map numeric files to table names (B Palmer)
245246New "idle in transaction" ps status message (Marc)
246247Update to pgaccess 0.98.7 (Constantin Teodorescu)
248+ pg_ctl now defaults to -w (wait) on shutdown, new -l (log) option
249+ Add rudimentary dependency checking to pg_dump (Philip)
247250
248251Types
249252-----
@@ -281,6 +284,7 @@ Solaris cleanups (Peter E)
281284Overhaul /contrib Makefiles (Karel)
282285New OpenSSL configuration option (Magnus, Peter E)
283286AIX fixes (Andreas)
287+ QNX fixes (Maurizio)
284288New heap_open(), heap_openr() API (Tom)
285289Remove colon and semi-colon operators (Thomas)
286290New pg_class.relkind value for views (Mark Hollomon)
@@ -302,6 +306,10 @@ New template0 database that contains no user additions (Tom)
302306New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
303307Allow NetBSD's libedit instead of readline (Peter)
304308Improved assembly language source code format (Bruce)
309+ New contrib/pg_logger
310+ New --template option to createdb
311+ New contrib/pg_control utility (Oliver)
312+ New FreeBSD tools ipc_check, start-scripts/freebsd
305313 </programlisting>
306314 </para>
307315 </sect2>
0 commit comments