Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
323ff93a
Commit
323ff93a
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Wording changes for continuous archving, per Simon.
parent
0efa510b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release.sgml
+21
-22
21 additions, 22 deletions
doc/src/sgml/release.sgml
with
21 additions
and
22 deletions
doc/src/sgml/release.sgml
+
21
−
22
View file @
323ff93a
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
6
2006/09/2
0 22:48:47
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
7
2006/09/2
1 03:12:58
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -37,16 +37,16 @@ For new features, add links to the documentation sections.
...
@@ -37,16 +37,16 @@ For new features, add links to the documentation sections.
<para>
<para>
This release adds many improvements to commands and database
This release adds many improvements to commands and database
facilities that were requested by users. Rather than adding
a
facilities that were requested by users. Rather than adding
few new features, this release makes many features from
previous
a
few new features, this release makes many features from
releases easier to use. For example,
it is now much easier to
previous
releases easier to use. For example,
there are now
create standby point-in-time-recovery (PITR) servers
. Many
additional controls for continuous archiving
. Many
performance bottlenecks have been eliminated, allowing more
performance bottlenecks have been eliminated, allowing more
functionality to be enabled by default. Various additions
will
functionality to be enabled by default. Various additions
make porting from other databases easier. The changes
in this
will
make porting from other databases easier. The changes
release continue the <productname>PostgreSQL</>
tradition of
in this
release continue the <productname>PostgreSQL</>
being not only the most advanced open source
database, but also
tradition of
being not only the most advanced open source
the easiest to use.
database, but also
the easiest to use.
</para>
</para>
</sect2>
</sect2>
...
@@ -489,21 +489,21 @@ For new features, add links to the documentation sections.
...
@@ -489,21 +489,21 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Allow a forced switch to a new xlog file (Simon
Riggs
, Tom)
Allow a forced switch to a new xlog file (Simon, Tom)
</para>
</para>
<para>
<para>
This is valuable for keeping
<acronym>PITR</> standby
This is valuable for keeping
continuous archiving servers
servers
in sync with the master. xlog file switching also
in sync with the master. xlog file switching also
happens
happens
automatically during <function>pg_stop_backup()</>.
automatically during <function>pg_stop_backup()</>.
This
This
ensures that
<acronym>PITR</>
servers have all xlog
ensures that
continuous archiving
servers have all xlog
files needed for recovery.
files needed for recovery.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <acronym>WAL</> informational functions (Simon
Riggs
)
Add <acronym>WAL</> informational functions (Simon)
</para>
</para>
<para>
<para>
...
@@ -517,27 +517,26 @@ For new features, add links to the documentation sections.
...
@@ -517,27 +517,26 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Allow <acronym>WAL</> replay to be restored quicker in case
Allow <acronym>WAL</> replay to be restored quicker in case
of a crash (Simon
Riggs
)
of a crash (Simon)
</para>
</para>
<para>
<para>
The server now does periodic checkpoints during <acronym>WAL</>
The server now does periodic checkpoints during <acronym>WAL</>
recovery, so if there is a crash, future <acronym>WAL</>
recovery, so if there is a crash, future <acronym>WAL</>
recovery is shortened. This also eliminates the need for
recovery is shortened. This also eliminates the need for
<acronym>PITR</> standby
servers to replay the entire log
continuous archive
servers to replay the entire log
since the
since the
base backup if they crash.
base backup if they crash.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <varname>archive_timeout</> to force xlog file switches
Add <varname>archive_timeout</> to force xlog file switches
at a given interval (Simon
Riggs
)
at a given interval (Simon)
</para>
</para>
<para>
<para>
This enforces a maximum delay for <acronym>PITR</> standby
This enforces a maximum delay for continuous archive servers.
servers.
</para>
</para>
</listitem>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment