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
a7205d81
Commit
a7205d81
authored
Jun 13, 2014
by
Noah Misch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust 9.4 release notes.
Back-patch to 9.4.
parent
81300ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+16
-16
No files found.
doc/src/sgml/release-9.4.sgml
View file @
a7205d81
...
...
@@ -573,8 +573,9 @@
<listitem>
<para>
Allow sorting and B-tree <link linkend="SQL-CREATEINDEX">index
builds</link> to use over four gigabytes of memory (Noah Misch)
Raise hard limit on the number of tuples held in memory during sorting
and B-tree <link linkend="SQL-CREATEINDEX">index builds</link> (Noah
Misch)
</para>
</listitem>
...
...
@@ -615,7 +616,7 @@
<listitem>
<para>
Expose the estimation of number of changed tuples since last <link
linkend="vacuum-for-statistics">
analyze
</link> (Mark Kirkwood)
linkend="vacuum-for-statistics">
ANALYZE
</link> (Mark Kirkwood)
</para>
<para>
...
...
@@ -838,14 +839,14 @@
<listitem>
<para>
Have Windows <
acronym>ASCII</>-encoded databases and server process
(e.g. <link linkend="app-postmaster">postmaster</>) emit messages
in the <envar>LC_CTYPE</>-defined language (Alexander Law,
Noah Misch)
Have Windows <
literal>SQL_ASCII</>-encoded databases and server
process (e.g. <link linkend="app-postmaster">postmaster</>) emit
messages in the character encoding of the server's Windows user locale
(Alexander Law,
Noah Misch)
</para>
<para>
Previously these messages were output
using
the Windows
Previously these messages were output
in
the Windows
<acronym>ANSI</> code page.
</para>
</listitem>
...
...
@@ -985,7 +986,7 @@
<para>
Allow <link
linkend="app-pgrecvlogical"><application>pg_recvlogical</></link>
to receive
data
logical decoding data (Andres Freund)
to receive logical decoding data (Andres Freund)
</para>
</listitem>
...
...
@@ -1445,9 +1446,8 @@
<listitem>
<para>
Add <acronym>SQL</> functions to allow <link
linkend="lo-interfaces">large object reads/writes</link> at
arbitrary offsets (Pavel Stehule)
Add <acronym>SQL</> functions to allow <link linkend="lo-funcs">large
object reads/writes</link> at arbitrary offsets (Pavel Stehule)
</para>
</listitem>
...
...
@@ -2078,7 +2078,7 @@
<listitem>
<para>
Remove <
function>SnapshotNow()
</> and
Remove <
varname>SnapshotNow
</> and
<function>HeapTupleSatisfiesNow()</> (Robert Haas)
</para>
...
...
@@ -2090,8 +2090,8 @@
<listitem>
<para>
Add <acronym>API</> for memory allocations over
four gigabytes
(Noah
Misch)
Add <acronym>API</> for memory allocations over
one gigabyte (Noah
Misch)
</para>
</listitem>
...
...
@@ -2229,7 +2229,7 @@
<listitem>
<para>
Improve <application>
v
algrind</> error reporting (Noah Misch)
Improve <application>
V
algrind</> error reporting (Noah Misch)
</para>
</listitem>
...
...
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