Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39f0357

Browse files
committed
Update HISTORY/release.sgml to current.
1 parent b1646ad commit 39f0357

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

HISTORY

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Migration to 7.1
4747

4848

4949

50-
Last updated from CVS logs: 2001-01-29
50+
Last updated from CVS logs: 2001-04-02
5151

5252
Bug Fixes
5353
---------
@@ -97,6 +97,7 @@ Overhaul GIST code (Oleg)
9797
Fix CLUSTER to preserve constraints and column default (Tom)
9898
Improved deadlock detection handling (Tom)
9999
Allow multiple SERIAL columns in a table (Tom)
100+
Prevent occasional index corruption (Vadim)
100101

101102
Enhancements
102103
------------
@@ -168,6 +169,8 @@ New file format for COPY BINARY (Tom)
168169
New /contrib/oid2name to map numeric files to table names (B Palmer)
169170
New "idle in transaction" ps status message (Marc)
170171
Update to pgaccess 0.98.7 (Constantin Teodorescu)
172+
pg_ctl now defaults to -w (wait) on shutdown, new -l (log) option
173+
Add rudimentary dependency checking to pg_dump (Philip)
171174

172175
Types
173176
-----
@@ -205,6 +208,7 @@ Solaris cleanups (Peter E)
205208
Overhaul /contrib Makefiles (Karel)
206209
New OpenSSL configuration option (Magnus, Peter E)
207210
AIX fixes (Andreas)
211+
QNX fixes (Maurizio)
208212
New heap_open(), heap_openr() API (Tom)
209213
Remove colon and semi-colon operators (Thomas)
210214
New pg_class.relkind value for views (Mark Hollomon)
@@ -226,7 +230,10 @@ New template0 database that contains no user additions (Tom)
226230
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
227231
Allow NetBSD's libedit instead of readline (Peter)
228232
Improved assembly language source code format (Bruce)
229-
233+
New contrib/pg_logger
234+
New --template option to createdb
235+
New contrib/pg_control utility (Oliver)
236+
New FreeBSD tools ipc_check, start-scripts/freebsd
230237

231238

232239
------------------------------------------------------------------------

doc/src/sgml/release.sgml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

128128
Bug Fixes
129129
---------
@@ -173,6 +173,7 @@ Overhaul GIST code (Oleg)
173173
Fix CLUSTER to preserve constraints and column default (Tom)
174174
Improved deadlock detection handling (Tom)
175175
Allow multiple SERIAL columns in a table (Tom)
176+
Prevent occasional index corruption (Vadim)
176177

177178
Enhancements
178179
------------
@@ -244,6 +245,8 @@ New file format for COPY BINARY (Tom)
244245
New /contrib/oid2name to map numeric files to table names (B Palmer)
245246
New "idle in transaction" ps status message (Marc)
246247
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)
247250

248251
Types
249252
-----
@@ -281,6 +284,7 @@ Solaris cleanups (Peter E)
281284
Overhaul /contrib Makefiles (Karel)
282285
New OpenSSL configuration option (Magnus, Peter E)
283286
AIX fixes (Andreas)
287+
QNX fixes (Maurizio)
284288
New heap_open(), heap_openr() API (Tom)
285289
Remove colon and semi-colon operators (Thomas)
286290
New pg_class.relkind value for views (Mark Hollomon)
@@ -302,6 +306,10 @@ New template0 database that contains no user additions (Tom)
302306
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
303307
Allow NetBSD's libedit instead of readline (Peter)
304308
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
305313
</programlisting>
306314
</para>
307315
</sect2>

0 commit comments

Comments
 (0)