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
4be535e2
Commit
4be535e2
authored
Apr 21, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.3 release note adjustments per request from Andres Freund
parent
1f2236ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.3.sgml
+9
-6
No files found.
doc/src/sgml/release-9.3.sgml
View file @
4be535e2
...
...
@@ -187,7 +187,8 @@
<listitem>
<para>
Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
Implement a generic binary heap and use it for Merge-Append
operations (Abhijit Menon-Sen)
</para>
</listitem>
...
...
@@ -537,7 +538,7 @@
<listitem>
<para>
Store WAL in a continuous stream, rather than skipping the last
16MB segment every 4GB (Heikki Linnakangas)
16MB segment every 4GB (Heikki Linnakangas)
BACKWARD COMPATIBLE BREAK
</para>
</listitem>
...
...
@@ -622,7 +623,8 @@
<listitem>
<para>
Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello)
Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de
Royes Mello)
</para>
</listitem>
...
...
@@ -1253,7 +1255,8 @@
<listitem>
<para>
Add pg_dump --jobs to dump in parallel (Joachim Wieland)
Add pg_dump --jobs to dump in parallel when using directory
output format (Joachim Wieland)
</para>
</listitem>
...
...
@@ -1497,8 +1500,8 @@
<listitem>
<para>
Split out WAL reading as an independent facility (
Andres Freund,
Heikki
Linnakangas)
Split out WAL reading as an independent facility (Heikki
Linnakangas
, Andres Freund
)
</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