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
51c01244
Commit
51c01244
authored
Mar 08, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create "replication and recovery" section in alpha release notes.
parent
a612b171
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
50 deletions
+59
-50
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+59
-50
No files found.
doc/src/sgml/release-9.1.sgml
View file @
51c01244
...
...
@@ -66,6 +66,65 @@
</sect2>
<sect2>
<title>Changes</title>
<sect3>
<title>Replication and Recovery</title>
<itemizedlist>
<listitem>
<para>
<emphasis>Support named restore points</emphasis>
</para>
<para>
Named restore points can be created using a new server function,
pg_create_restore_point. A new recovery.conf parameter,
recovery_target_name, allows recovery to stop at a named restore
point.
</para>
</listitem>
<listitem>
<para>
<emphasis>Add new recovery.conf parameter, pause_at_recovery_target,
which defaults to on</emphasis>
</para>
<para>
This is a behavior change from previous releases, which entered normal
running upon reaching the recovery target.
</para>
</listitem>
<listitem>
<para>
<emphasis>Add pg_is_xlog_replay_paused, pg_xlog_replay_pause, and
pg_xlog_replay_resume functions</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>Allow standby servers to send information on running
transactions back to the master</emphasis>
</para>
<para>
When enabled, this prevents most recovery conflicts on the slave,
but may cause MVCC bloat on the master.
</para>
</listitem>
<listitem>
<para>
<emphasis>Support streaming base backups</emphasis>
</para>
<para>
A new client, pg_basebackup, can be used to perform a streaming base
backup.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
<title>SQL Features</title>
<itemizedlist>
...
...
@@ -479,28 +538,6 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Add new recovery.conf parameter, pause_at_recovery_target,
which defaults to on.</emphasis>
</para>
<para>
This is a behavior change from previous releases, which entered normal
running upon reaching the recovery target.
</para>
</listitem>
<listitem>
<para>
<emphasis>Add new recovery.conf parameter, recovery_target_name,
allowing recovery to proceed to a named restore point</emphasis>
</para>
<para>
Named restore points can be created using a new server function,
pg_create_restore_point.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
...
...
@@ -626,17 +663,6 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Allow standby servers to send information on running
transactions back to the master</emphasis>
</para>
<para>
When enabled, this prevents most recovery conflicts on the slave,
but may cause MVCC bloat on the master.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
...
...
@@ -752,13 +778,6 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Add pg_is_xlog_replay_paused, pg_xlog_replay_pause, and
pg_xlog_replay_resume functions.</emphasis>
</para>
</listitem>
<listitem>
<para>
<emphasis>Change pg_last_xlog_receive_location not to move
...
...
@@ -805,16 +824,6 @@
</para>
</listitem>
<listitem>
<para>
<emphasis>Support streaming base backups.</emphasis>
</para>
<para>
A new client, pg_basebackup, can be used to perform a streaming base
backup.
</para>
</listitem>
<listitem>
<para>
<emphasis>Add a directory output format to pg_dump</emphasis>
...
...
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