From: Tom Lane Date: Wed, 22 Aug 2012 21:58:06 +0000 (-0400) Subject: Make a cut at a major-features list for 9.2. X-Git-Tag: REL9_3_BETA1~1040 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b33f611682d0c587bb1496ff529fab1970f0d44c;p=postgresql Make a cut at a major-features list for 9.2. This is open to debate of course, but it's past time we had *something* here. --- diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 360b115560..f097a274c5 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -14,13 +14,95 @@ Overview - NARRATIVE HERE. Major enhancements include: + This release has been largely focused on performance improvements, though + new SQL features are not lacking. Work also continues in the area of + replication support. Major enhancements include: - MAJOR LIST HERE + + + + Allow queries to retrieve data only from indexes, avoiding heap + access (index-only scans) + + + + + + Allow the planner to generate custom plans for specific parameter + values even when using prepared statements + + + + + + Improve the planner's ability to use nested loops with inner + index scans + + + + + + Allow streaming replication slaves to forward data to other slaves + (cascading + replication) + + + + + + Add a pg_receivexlog + tool to archive WAL file changes as they are written + + + + + + Add the SP-GiST (Space-Partitioned + GiST) index access method + + + + + + Add support for range data types + + + + + + Add a JSON + data type + + + + + + Add a security_barrier + option for views + + + + + + Allow libpq connection strings to have the format of a + URI + + + + + + Add a single-row processing + mode to libpq for better handling of large + result sets + + + @@ -2318,9 +2400,9 @@ - Allow connection strings to have the format of a URI (Alexander - Shulgin) + Allow libpq connection strings to have the format of a + URI + (Alexander Shulgin)