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>