Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b6d98355
Commit
b6d98355
authored
Jul 21, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update files and dates for 6.1.1 release.
parent
41b805b9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
HISTORY
HISTORY
+1
-1
doc/FAQ
doc/FAQ
+9
-8
doc/TODO
doc/TODO
+2
-1
No files found.
HISTORY
View file @
b6d98355
PostgreSQL 6.1.1
Sun Jul 13 15:11:47
EDT 1997
PostgreSQL 6.1.1
Mon Jul 22 18:04:49
EDT 1997
-------------------------------------------------------------
This release does NOT require a dump/restore for those running 6.1.
...
...
doc/FAQ
View file @
b6d98355
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Mon Jul
14 12:27:39
EDT 1997
Last updated: Mon Jul
21 18:04:00
EDT 1997
Version: 6.1.1
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...
...
@@ -255,9 +255,9 @@ Section 1: General Questions
1.6) Latest release of PostgreSQL
The latest release of PostgreSQL is version 6.1.1, which w
ill be
released in July, 1997. For information about what is new in 6.1.1,
see our
TODO list on our WWW page.
The latest release of PostgreSQL is version 6.1.1, which w
as released
on July 22, 1997. For information about what is new in 6.1.1, see our
TODO list on our WWW page.
We expect a 7.0 release in several months that will remove time-travel
and reduce by 50% the size of on-disk system columns maintained for
...
...
@@ -304,9 +304,10 @@ Section 1: General Questions
Upgrading to 6.1 requires a dump and restore from previous releases.
Upgrading from 6.1 to 6.1.1 requires a compile of the new release,
recompile of all your custom applications to use the new libpq, and
then an install while the postmaster is temporarily stopped.
Upgrading from 6.1 to 6.1.1 requires running configure, compile of the
new release, recompile of all your custom applications to use the new
libpq, and then an install while the postmaster is temporarily
stopped.
Those ugrading from versions earlier than 1.09 must upgrade to 1.09
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
index. You need to define a function which acts on the multiple
columns, then use create index with that function.
In 6.1, this feature is available
.
This feature is available in 6.1 and later releases
.
3.25) What are the temp_XXX files in my database directory?
...
...
doc/TODO
View file @
b6d98355
====================================================
TODO list (FAQ) for PostgreSQL
====================================================
last updated:
Sun Jul 13 23:13:24
EDT 1997
last updated:
Mon Jul 21 18:01:37
EDT 1997
current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...
...
@@ -128,6 +128,7 @@ make number of backends a config parameter, storage/sinvaladt.h:MaxBackendId
certain indexes will not shrink, i.e. oid indexes with many inserts
make NULL's come out at the beginning or end depending on the ORDER BY direction
change the library/backend interface to use network byte order
allow unix domain sockets for local connections for performance and security
PERFORMANCE
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment