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
c4318c40
Commit
c4318c40
authored
9 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
9.5 release notes: adjustments suggested by Andres Freund
Report by Andres Freund Backpatch through 9.5
parent
68b5163b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.5.sgml
+20
-20
20 additions, 20 deletions
doc/src/sgml/release-9.5.sgml
with
20 additions
and
20 deletions
doc/src/sgml/release-9.5.sgml
+
20
−
20
View file @
c4318c40
...
...
@@ -82,6 +82,16 @@
<listitem>
<!--
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
-->
<para>
Change <application>pg_ctl</>'s default shutdown mode from
<literal>smart</> to <literal>fast</> (Bruce Momjian)
</para>
</listitem>
<listitem>
<!--
2015-03-04 [1345cc6] Tom Lane: Use standard casting mechanism to convert type..
-->
<para>
...
...
@@ -828,12 +838,12 @@ FIXME: Add docs about restartpoint behaviour change
FIXME: Correct description
-->
<para>
Allow <link linkend="pg-replication-origin-create">labeling</>
of
the origin of logical replication changes (Andres Freund)
Allow <link linkend="pg-replication-origin-create">labeling</>
of
the origin
progress
of logical replication changes (Andres Freund)
</para>
<para>
This help
s with change tracking
.
This
is
help
ful when implementing replication solutions
.
</para>
</listitem>
...
...
@@ -1085,9 +1095,9 @@ FIXME: Correct description
2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
-->
<para>
Allow
to convert a
<acronym>WAL</acronym>
logged table to an UNLOGGED
one, and the other way round with
<link
linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
Allow
changing of the
<acronym>WAL</acronym>
logging status of a table ater creation with <link
linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
UNLOGGED</></> (Fabrízio de Royes Mello)
</para>
</listitem>
...
...
@@ -2187,10 +2197,10 @@ FIXME: Add more specifics?
<para>
The remote snapshot must have been exported by
<function>pg_export_snapshot()</> or
been defined when creating
a logical replication slot. This can be used by parallel
<application>pg_dump</> to us
e a consistent snapshot across
<application>pg_dump</>
processes.
<function>pg_export_snapshot()</> or
logical replication slot
creation. This can be used by another <application>pg_dump</> to
use a shar
e a consistent snapshot across
<application>pg_dump</>
processes.
</para>
</listitem>
...
...
@@ -2231,16 +2241,6 @@ FIXME: Add more specifics?
<listitem>
<!--
2015-03-31 [0badb06] Bruce ..: pg_ctl: change default shutdown mode from 'sma..
-->
<para>
Change <application>pg_ctl</>'s default shutdown mode from
<literal>smart</> to <literal>fast</> (Bruce Momjian)
</para>
</listitem>
<listitem>
<!--
2014-08-25 [ebe30ad] Bruce ..: pg_ctl, pg_upgrade: allow multiple -o/-O opti..
-->
<para>
...
...
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