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
4be535e2
Commit
4be535e2
authored
11 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
9.3 release note adjustments per request from Andres Freund
parent
1f2236ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.3.sgml
+9
-6
9 additions, 6 deletions
doc/src/sgml/release-9.3.sgml
with
9 additions
and
6 deletions
doc/src/sgml/release-9.3.sgml
+
9
−
6
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>
...
...
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