From eb72adc82e933f135369d846c2151c7694ffaa36 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Aug 2011 16:36:56 -0400 Subject: [PATCH] Add major features list and introductory text for 9.1 release notes. Backpatch to 9.1, obviously. --- doc/src/sgml/release-9.1.sgml | 90 +++++++++++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 6c812cb6c4..de80141959 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -15,13 +15,93 @@ Overview - This release of - PostgreSQL adds numerous major features, including: + This release shows PostgreSQL moving beyond the + traditional relational feature set with new, ground-breaking + functionality that is unique to PostgreSQL. + Additionally, this release improves streaming replication by adding + a synchronous option and monitoring improvements. Major enhancements + include: - - (summary to be added) - + + + + + + + Support unlogged tables using the UNLOGGED + option in CREATE + TABLE + + + + + + Allow synchronous + replication + + + + + + Add support for foreign + tables + + + + + + Add per-column collation support + + + + + + Add a SECURITY + LABEL command + + + + + + Add a true serializable isolation + level + + + + + + Allow data-modification commands + (INSERT/UPDATE/DELETE) in + WITH clauses + + + + + + Add nearest-neighbor (order-by-operator) searching to GiST indexes + + + + + + Add extensions which + simplify packaging of additions to PostgreSQL + + + + + + Update the PL/Python server-side + language + + + + The above items are explained in more detail in the sections below.