1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -123,7 +123,7 @@ Subqueries in FROM are now supported.
123
123
124
124
<para>
125
125
<programlisting>
126
- Last updated from CVS logs: 2001-01-29
126
+ Last updated from CVS logs: 2001-04-02
127
127
128
128
Bug Fixes
129
129
---------
@@ -173,6 +173,7 @@ Overhaul GIST code (Oleg)
173
173
Fix CLUSTER to preserve constraints and column default (Tom)
174
174
Improved deadlock detection handling (Tom)
175
175
Allow multiple SERIAL columns in a table (Tom)
176
+ Prevent occasional index corruption (Vadim)
176
177
177
178
Enhancements
178
179
------------
@@ -244,6 +245,8 @@ New file format for COPY BINARY (Tom)
244
245
New /contrib/oid2name to map numeric files to table names (B Palmer)
245
246
New "idle in transaction" ps status message (Marc)
246
247
Update 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)
247
250
248
251
Types
249
252
-----
@@ -281,6 +284,7 @@ Solaris cleanups (Peter E)
281
284
Overhaul /contrib Makefiles (Karel)
282
285
New OpenSSL configuration option (Magnus, Peter E)
283
286
AIX fixes (Andreas)
287
+ QNX fixes (Maurizio)
284
288
New heap_open(), heap_openr() API (Tom)
285
289
Remove colon and semi-colon operators (Thomas)
286
290
New pg_class.relkind value for views (Mark Hollomon)
@@ -302,6 +306,10 @@ New template0 database that contains no user additions (Tom)
302
306
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
303
307
Allow NetBSD's libedit instead of readline (Peter)
304
308
Improved 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
305
313
</programlisting>
306
314
</para>
307
315
</sect2>
0 commit comments