|
182 | 182 |
|
183 | 183 | <listitem> |
184 | 184 | <para> |
185 | | - Improve memory usage for in-memory sorts (Jeff Janes) |
| 185 | + "Allow in-memory sorts to use their full memory allocation (Jeff Janes) |
186 | 186 | </para> |
187 | 187 |
|
188 | 188 | <para> |
|
401 | 401 | </para> |
402 | 402 |
|
403 | 403 | <para> |
404 | | - This improves the usefulness of commit_delay. |
| 404 | + This improves the usefulness and behavior of commit_delay. |
| 405 | + BACKWARD COMPATIBILITY |
405 | 406 | </para> |
406 | 407 | </listitem> |
407 | 408 |
|
|
462 | 463 |
|
463 | 464 | <listitem> |
464 | 465 | <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) |
466 | 468 | </para> |
467 | 469 | </listitem> |
468 | 470 |
|
|
526 | 528 | </para> |
527 | 529 | </listitem> |
528 | 530 |
|
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 | | - |
536 | 531 | </itemizedlist> |
537 | 532 |
|
538 | 533 | <sect4> |
539 | | - <title>WAL</title> |
| 534 | + <title>Write-Ahead Log (WAL)</title> |
540 | 535 |
|
541 | 536 | <itemizedlist> |
542 | 537 |
|
|
597 | 592 | </para> |
598 | 593 |
|
599 | 594 | <para> |
600 | | - Only CREATE SCHEMA IF NOT EXISTS? If so, remove it. |
| 595 | + Only CREATE SCHEMA ... IF NOT EXISTS? If so, remove it. |
601 | 596 | </para> |
602 | 597 | </listitem> |
603 | 598 |
|
|
635 | 630 |
|
636 | 631 | <listitem> |
637 | 632 | <para> |
638 | | - Add IF NOT EXISTS clause to CREATE SCHEMA (Fabrízio de Royes Mello) |
| 633 | + Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello) |
639 | 634 | </para> |
640 | 635 | </listitem> |
641 | 636 |
|
|
683 | 678 |
|
684 | 679 | <listitem> |
685 | 680 | <para> |
686 | | - Allow CREATE TABLE to succeed for a non-existent schema |
| 681 | + Allow CREATE TABLE IF NOT EXIST to succeed for a non-existent schema |
687 | 682 | (Bruce Momjian) |
688 | 683 | </para> |
689 | 684 |
|
690 | 685 | <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. |
693 | 687 | </para> |
694 | 688 | </listitem> |
695 | 689 |
|
|
967 | 961 | </para> |
968 | 962 |
|
969 | 963 | <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. |
971 | 966 | (Bruce Momjian) |
972 | 967 | </para> |
973 | 968 | </listitem> |
|
1393 | 1388 | </para> |
1394 | 1389 | </listitem> |
1395 | 1390 |
|
| 1391 | + <listitem> |
| 1392 | + <para> |
| 1393 | + Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen) |
| 1394 | + </para> |
| 1395 | + </listitem> |
| 1396 | + |
1396 | 1397 | <listitem> |
1397 | 1398 | <para> |
1398 | 1399 | Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut) |
|
0 commit comments