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
864ec2f0
Commit
864ec2f0
authored
12 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Adjust 9.3 release notes per request from Simon
parent
ef3defcf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.3.sgml
+18
-17
18 additions, 17 deletions
doc/src/sgml/release-9.3.sgml
with
18 additions
and
17 deletions
doc/src/sgml/release-9.3.sgml
+
18
−
17
View file @
864ec2f0
...
...
@@ -182,7 +182,7 @@
<listitem>
<para>
Improve memory usage for in-memory sorts
(Jeff Janes)
"Allow in-memory sorts to use their full memory allocation
(Jeff Janes)
</para>
<para>
...
...
@@ -401,7 +401,8 @@
</para>
<para>
This improves the usefulness of commit_delay.
This improves the usefulness and behavior of commit_delay.
BACKWARD COMPATIBILITY
</para>
</listitem>
...
...
@@ -462,7 +463,8 @@
<listitem>
<para>
Improve performance of streaming replication log shipping (Andres Freund)
Improve performance of streaming replication log shipping and
standby promotion (Andres Freund, Simon Riggs)
</para>
</listitem>
...
...
@@ -526,17 +528,10 @@
</para>
</listitem>
<listitem>
<para>
Allow recovery.conf to be relocated using configuration variable
recovery_config_directory (Simon Riggs)
</para>
</listitem>
</itemizedlist>
<sect4>
<title>WAL</title>
<title>
Write-Ahead Log (
WAL
)
</title>
<itemizedlist>
...
...
@@ -597,7 +592,7 @@
</para>
<para>
Only CREATE SCHEMA IF NOT EXISTS? If so, remove it.
Only CREATE SCHEMA
...
IF NOT EXISTS? If so, remove it.
</para>
</listitem>
...
...
@@ -635,7 +630,7 @@
<listitem>
<para>
Add IF NOT EXIST
S
clause
to CREATE SCHEMA
(Fabrízio de Royes Mello)
Add
CREATE SCHEMA ...
IF NOT EXIST clause (Fabrízio de Royes Mello)
</para>
</listitem>
...
...
@@ -683,13 +678,12 @@
<listitem>
<para>
Allow CREATE TABLE to succeed for a non-existent schema
Allow CREATE TABLE
IF NOT EXIST
to succeed for a non-existent schema
(Bruce Momjian)
</para>
<para>
Previously, CREATE TABLE IF EXIST threw an error if the schema was
nonexistent.
Previously, it threw an error if the schema did not exist.
</para>
</listitem>
...
...
@@ -967,7 +961,8 @@
</para>
<para>
Previously functions already run in the current session ignored changes
Previously functions already run in the current session ignored
search_path changes.
(Bruce Momjian)
</para>
</listitem>
...
...
@@ -1393,6 +1388,12 @@
</para>
</listitem>
<listitem>
<para>
Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen)
</para>
</listitem>
<listitem>
<para>
Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
...
...
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