From 2505aaed7be290018f999f6e9250c24b26db97d0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 16 Aug 2013 18:01:04 -0400
Subject: release notes: update 9.3 major feature list
Backpatch to 9.3.
---
doc/src/sgml/release-9.3.sgml | 111 ++++++++++++++++++++++++++++++++++++------
1 file changed, 96 insertions(+), 15 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index f45ac07a60f..6ab10c9a0ba 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -16,11 +16,91 @@
Major enhancements include:
-
-
-
- ADD HERE ...
-
+
+
+
+
+
+
+ Add materialized
+ views
+
+
+
+
+
+ Make simple views auto-updatable
+
+
+
+
+
+ Many JSON> improvements, including the addition of operators and functions to extract
+ values from JSON> data strings
+
+
+
+
+
+ Implement SQL>-standard LATERAL> option for
+ FROM>-clause subqueries and function calls
+
+
+
+
+
+ Allow foreign data
+ wrappers to support writes (inserts/updates/deletes) on foreign
+ tables
+
+
+
+
+
+ Add a Postgres> foreign
+ data wrapper contrib module (Shigeru Hanada)
+
+
+
+
+
+ Add support for event triggers
+
+
+
+
+
+ Add optional ability to checksum data pages and
+ report corruption
+
+
+
+
+
+ Allow a streaming replication standby to follow a timeline switch,
+ and faster failover
+
+
+
+
+
+ Dramatically reduce System V shared
+ memory requirements
+
+
+
+
+
+ Prevent non-key-field row updates from locking foreign key rows
+
+
+
+
The above items are explained in more detail in the sections below.
@@ -1130,6 +1210,14 @@
+
+
+ Allow PL/pgSQL to access constraint violation
+ details as separate fields (Pavel Stehule)
+
+
+
Allow PL/pgSQL to access the number of rows processed by
@@ -1143,14 +1231,6 @@
-
-
- Allow PL/pgSQL to access constraint violation
- details as separate fields (Pavel Stehule)
-
-
-
Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
@@ -1270,8 +1350,9 @@
- Allow the psql>
--
cgit v1.2.3