Skip to content

Commit b6d9835

Browse files
committed
Update files and dates for 6.1.1 release.
1 parent 41b805b commit b6d9835

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PostgreSQL 6.1.1 Sun Jul 13 15:11:47 EDT 1997
1+
PostgreSQL 6.1.1 Mon Jul 22 18:04:49 EDT 1997
22
-------------------------------------------------------------
33

44
This release does NOT require a dump/restore for those running 6.1.

doc/FAQ

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Jul 14 12:27:39 EDT 1997
4+
Last updated: Mon Jul 21 18:04:00 EDT 1997
55
Version: 6.1.1
66

77
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -255,9 +255,9 @@ Section 1: General Questions
255255

256256
1.6) Latest release of PostgreSQL
257257

258-
The latest release of PostgreSQL is version 6.1.1, which will be
259-
released in July, 1997. For information about what is new in 6.1.1,
260-
see our TODO list on our WWW page.
258+
The latest release of PostgreSQL is version 6.1.1, which was released
259+
on July 22, 1997. For information about what is new in 6.1.1, see our
260+
TODO list on our WWW page.
261261

262262
We expect a 7.0 release in several months that will remove time-travel
263263
and reduce by 50% the size of on-disk system columns maintained for
@@ -304,9 +304,10 @@ Section 1: General Questions
304304

305305
Upgrading to 6.1 requires a dump and restore from previous releases.
306306

307-
Upgrading from 6.1 to 6.1.1 requires a compile of the new release,
308-
recompile of all your custom applications to use the new libpq, and
309-
then an install while the postmaster is temporarily stopped.
307+
Upgrading from 6.1 to 6.1.1 requires running configure, compile of the
308+
new release, recompile of all your custom applications to use the new
309+
libpq, and then an install while the postmaster is temporarily
310+
stopped.
310311

311312
Those ugrading from versions earlier than 1.09 must upgrade to 1.09
312313
first without a dump/reload, then dump the data from 1.09, and then
@@ -647,7 +648,7 @@ BYTEA bytea variable-length array of bytes
647648
index. You need to define a function which acts on the multiple
648649
columns, then use create index with that function.
649650

650-
In 6.1, this feature is available.
651+
This feature is available in 6.1 and later releases.
651652

652653
3.25) What are the temp_XXX files in my database directory?
653654

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
====================================================
22
TODO list (FAQ) for PostgreSQL
33
====================================================
4-
last updated: Sun Jul 13 23:13:24 EDT 1997
4+
last updated: Mon Jul 21 18:01:37 EDT 1997
55

66
current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
77

@@ -128,6 +128,7 @@ make number of backends a config parameter, storage/sinvaladt.h:MaxBackendId
128128
certain indexes will not shrink, i.e. oid indexes with many inserts
129129
make NULL's come out at the beginning or end depending on the ORDER BY direction
130130
change the library/backend interface to use network byte order
131+
allow unix domain sockets for local connections for performance and security
131132

132133
PERFORMANCE
133134
-----------

0 commit comments

Comments
 (0)