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
ca485d05
Commit
ca485d05
authored
Jun 08, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of new pg_dump feature.
parent
4b8fa62f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+12
-5
register.txt
register.txt
+1
-1
No files found.
doc/src/sgml/release.sgml
View file @
ca485d05
...
...
@@ -11,7 +11,7 @@
<surname>Momjian</surname>
</author>
</authorgroup>
<date>1998-06-0
1
</date>
<date>1998-06-0
9
</date>
</docinfo>
-->
...
...
@@ -42,8 +42,12 @@
system. This is all performed without having to allocate a lock for
every row like traditional database systems. So, basically, we no
longer are restricted by simple table-level locking;
we have something better than row-level
locking.
we have something better than row-level locking.
</para>
<para>
Another big benefit of MVCC is that <application>pg_dump</application>
can now generate consistent backups of live, active databases, without
blocking active transactions.
</para>
</listitem>
</varlistentry>
...
...
@@ -154,10 +158,12 @@
<title>Migration to v6.5</title>
<para>
A dump/restore using <application>pg_dump</application>
or <application>pg_dumpall</application>
A dump/restore using <application>pg_dump</application>
is required for those wishing to migrate data from any
previous release of <productname>Postgres</productname>.
<application>pg_upgrade</application> can <emphasis>not</emphasis>
be used to upgrade to this release because the on-disk structure
of the tables has changed compared to previous releases.
</para>
<para>
...
...
@@ -365,6 +371,7 @@ fix for large object memory leakage, fix for pg_dumping(Tom)
INET type now respects netmask for comparisons
Make VACUUM ANALYZE only use a readlock(Vadim)
Allow VIEWs on UNIONS(Jan)
pg_dump now can generate consistent snapshots on active databases(Vadim)
Source Tree Changes
-------------------
...
...
register.txt
View file @
ca485d05
(1999-0
5-01
)
(1999-0
6-09
)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive.
...
...
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