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
a0891d2d
Commit
a0891d2d
authored
May 17, 2015
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.
parent
de6109b8
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1892 additions
and
32 deletions
+1892
-32
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.0.sgml
+380
-0
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+462
-0
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.2.sgml
+511
-0
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.3.sgml
+533
-0
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+6
-32
No files found.
doc/src/sgml/release-9.0.sgml
View file @
a0891d2d
This diff is collapsed.
Click to expand it.
doc/src/sgml/release-9.1.sgml
View file @
a0891d2d
This diff is collapsed.
Click to expand it.
doc/src/sgml/release-9.2.sgml
View file @
a0891d2d
This diff is collapsed.
Click to expand it.
doc/src/sgml/release-9.3.sgml
View file @
a0891d2d
This diff is collapsed.
Click to expand it.
doc/src/sgml/release-9.4.sgml
View file @
a0891d2d
...
...
@@ -127,7 +127,7 @@ Branch: REL9_1_STABLE [801e250a8] 2015-05-05 15:50:53 -0400
default). To adopt the fix in pre-9.5 branches, execute
<literal>ALTER EXTENSION citext UPDATE TO '1.1'</> in each database in
which <literal>citext</> is installed. (You can also <quote>update</>
back to 1.0 if you need to undo that.) Beware that either update
back to 1.0 if you need to undo that.) Be
a
ware that either update
direction will require dropping and recreating any views or rules that
use <filename>citext</>'s <function>regexp_matches()</> functions.
</para>
...
...
@@ -539,11 +539,6 @@ Branch: REL9_0_STABLE [bd1cfde70] 2015-05-13 10:06:38 +0300
Fix crash when manipulating hash indexes on temporary tables
(Heikki Linnakangas)
</para>
<para>
This fault was introduced in the previous set of minor releases
as a byproduct of a race-condition fix.
</para>
</listitem>
<!--
...
...
@@ -627,12 +622,8 @@ Branch: REL9_0_STABLE [71b8e8e6c] 2015-03-05 18:03:16 -0300
<listitem>
<para>
Improve object description strings for foreign-server user mappings
(Álvaro Herrera)
</para>
<para>
Add the name of the target server, since otherwise it's ambiguous.
Add the name of the target server to object description strings for
foreign-server user mappings (Álvaro Herrera)
</para>
</listitem>
...
...
@@ -787,7 +778,7 @@ Branch: REL9_0_STABLE [8878eaaa8] 2015-02-23 13:32:53 +0200
<listitem>
<para>
Guard against
network deadlock when using <application>libpq</>'s
Reduce risk of
network deadlock when using <application>libpq</>'s
non-blocking mode (Heikki Linnakangas)
</para>
...
...
@@ -1011,9 +1002,8 @@ Branch: REL9_3_STABLE [4e9935979] 2015-05-16 15:16:28 -0400
</para>
<para>
This avoids a scenario in which a server previously promoted from
standby status couldn't be upgraded because of a missing WAL history
file.
This change prevents upgrade failures caused by bogus complaints about
missing WAL history files.
</para>
</listitem>
...
...
@@ -1112,22 +1102,6 @@ Branch: REL9_1_STABLE [d7d294f59] 2015-02-17 11:08:40 -0500
</para>
</listitem>
<!--
Author: Andres Freund <andres@anarazel.de>
Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
-->
<listitem>
<para>
Fix failure in <application>pg_receivexlog</> (Andres Freund)
</para>
<para>
A patch merge mistake in 9.2.10 led to <quote>could not create archive
status file</> errors.
</para>
</listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master [8d1f23900] 2015-03-15 23:22:03 -0400
...
...
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