Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit864ec2f

Browse files
committed
Adjust 9.3 release notes per request from Simon
1 parentef3defc commit864ec2f

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

‎doc/src/sgml/release-9.3.sgml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183
<listitem>
184184
<para>
185-
Improvememoryusage for in-memorysorts (Jeff Janes)
185+
"Allow in-memorysorts to use their fullmemoryallocation (Jeff Janes)
186186
</para>
187187

188188
<para>
@@ -401,7 +401,8 @@
401401
</para>
402402

403403
<para>
404-
This improves the usefulness of commit_delay.
404+
This improves the usefulness and behavior of commit_delay.
405+
BACKWARD COMPATIBILITY
405406
</para>
406407
</listitem>
407408

@@ -462,7 +463,8 @@
462463

463464
<listitem>
464465
<para>
465-
Improve performance of streaming replication log shipping (Andres Freund)
466+
Improve performance of streaming replication log shipping and
467+
standby promotion (Andres Freund, Simon Riggs)
466468
</para>
467469
</listitem>
468470

@@ -526,17 +528,10 @@
526528
</para>
527529
</listitem>
528530

529-
<listitem>
530-
<para>
531-
Allow recovery.conf to be relocated using configuration variable
532-
recovery_config_directory (Simon Riggs)
533-
</para>
534-
</listitem>
535-
536531
</itemizedlist>
537532

538533
<sect4>
539-
<title>WAL</title>
534+
<title>Write-Ahead Log (WAL)</title>
540535

541536
<itemizedlist>
542537

@@ -597,7 +592,7 @@
597592
</para>
598593

599594
<para>
600-
Only CREATE SCHEMA IF NOT EXISTS? If so, remove it.
595+
Only CREATE SCHEMA...IF NOT EXISTS? If so, remove it.
601596
</para>
602597
</listitem>
603598

@@ -635,7 +630,7 @@
635630

636631
<listitem>
637632
<para>
638-
AddIF NOT EXISTS clause to CREATE SCHEMA (Fabrízio de Royes Mello)
633+
AddCREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello)
639634
</para>
640635
</listitem>
641636

@@ -683,13 +678,12 @@
683678

684679
<listitem>
685680
<para>
686-
Allow CREATE TABLE to succeed for a non-existent schema
681+
Allow CREATE TABLEIF NOT EXISTto succeed for a non-existent schema
687682
(Bruce Momjian)
688683
</para>
689684

690685
<para>
691-
Previously, CREATE TABLE IF EXIST threw an error if the schema was
692-
nonexistent.
686+
Previously, it threw an error if the schema did not exist.
693687
</para>
694688
</listitem>
695689

@@ -967,7 +961,8 @@
967961
</para>
968962

969963
<para>
970-
Previously functions already run in the current session ignored changes
964+
Previously functions already run in the current session ignored
965+
search_path changes.
971966
(Bruce Momjian)
972967
</para>
973968
</listitem>
@@ -1393,6 +1388,12 @@
13931388
</para>
13941389
</listitem>
13951390

1391+
<listitem>
1392+
<para>
1393+
Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen)
1394+
</para>
1395+
</listitem>
1396+
13961397
<listitem>
13971398
<para>
13981399
Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp