From ef3defcf0d507abb75d9e9696f11b44f4fc09291 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 Apr 2013 00:57:18 -0400 Subject: [PATCH] Reorder 9.3 release note items Typo fix from David Fetter. --- doc/src/sgml/release-9.3.sgml | 202 +++++++++++++++++----------------- 1 file changed, 99 insertions(+), 103 deletions(-) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 30dba78c7c..76ba128f5b 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -67,7 +67,7 @@ Prevent non-key-field row updates from locking foreign key rows - (AlvaroAacute;lvaro Herrera, Marti Raudsepp, Alexander Shulgin, + (Álvaro Herrera, Marti Raudsepp, Alexander Shulgin, Noah Misch and Andres Freund) @@ -649,7 +649,7 @@ Have DROP OWNED only remove user-matching GRANTs on shared objects, - e.g. databases, tablespaces (AlvaroAacute;lvaro Herrera) + e.g. databases, tablespaces (Álvaro Herrera) @@ -659,7 +659,7 @@ - Have REASSIGN OWNED also change ownership of shared objects (AlvaroAacute;lvaro + Have REASSIGN OWNED also change ownership of shared objects (Álvaro Herrera) @@ -794,7 +794,7 @@ - Unlink ordinary views, where the base tables are read on every access, + Unlike ordinary views, where the base tables are read on every access, materialized views create physical tables at creation or refresh time. Access to the materialized view reads from these materialized physical tables. There is no facility for incrementally refreshing materialized @@ -1351,14 +1351,20 @@ Add infrastructure to better support plug-in background worker - processes (AlvaroAacute;lvaro Herrera) + processes (Álvaro Herrera) + + + + + + Create a centralized timeout API (Zoltán Böszörményi) Create libpgcommon and move pg_malloc() and other functions there - (AlvaroAacute;lvaro Herrera, Andres Freund) + (Álvaro Herrera, Andres Freund) @@ -1366,6 +1372,12 @@ + + + Standardize on naming of client-side memory allocation functions (Tom Lane) + + + Add compiler designations to indicate some ereport() and elog() @@ -1374,24 +1386,19 @@ + + + Allow options to be passed to the regression test output comparison + utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut) + + + Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut) - - - Create a centralized timeout API (Zoltán Böszörményi) - - - - - - Rewrite pgindent in Perl (Andrew Dunstan) - - - Fix install-strip on Mac OS X (Peter Eisentraut) @@ -1404,6 +1411,12 @@ + + + Rewrite pgindent in Perl (Andrew Dunstan) + + + Add emacs macro to match Postgres perltidy formatting (Peter @@ -1417,12 +1430,6 @@ - - - Standardize on naming of client-side memory allocation functions (Tom Lane) - - - Centralize flex and bison 'make' rules (Peter Eisentraut) @@ -1450,13 +1457,6 @@ - - - Allow options to be passed to the regression test output comparison - utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut) - - - Invent pre-commit/pre-prepare/pre-subcommit events for transaction @@ -1472,7 +1472,13 @@ Add function pg_identify_object() to dump an object in - machine-readable format (AlvaroAacute;lvaro Herrera) + machine-readable format (Álvaro Herrera) + + + + + + Add post-ALTER-object server hooks (KaiGai Kohei) @@ -1489,12 +1495,6 @@ - - - Add post-ALTER-object server hooks (KaiGai Kohei) - - - Remove src/tool/backend, now that the content is on the Postgres @@ -1531,6 +1531,37 @@ + + + Add a Postgres foreign data wrapper contrib module (Shigeru + Hanada, KaiGai Kohei) + + + + This foreign data wrapper allows writes; potentially other + foreign data wrappers can now support writes. + + + + + + Add pg_xlogdump contrib program (Andres Freund) + + + + + + Add support for indexing of regular-expression searches in + contrib/pg_trgm (Alexander Korotkov) + + + + + + Improve pg_trgm handling of multibyte characters (Tom Lane) + + + Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila) @@ -1545,13 +1576,13 @@ - Improve pg_test_fsync output (Peter Geoghegan) + Improve output of pg_test_fsync (Peter Geoghegan) - Improve contrib/dblink option validator (Tom Lane) + Improve dblink option validator (Tom Lane) @@ -1559,42 +1590,6 @@ - - - Add a Postgres foreign data wrapper contrib module (Shigeru Hanada) - - - - - - Add pg_xlogdump contrib program (Andres Freund) - - - - - - Allow write to Postgres foreign tables (KaiGai Kohei) - - - - Other foreign data wrappers can now also potentially support write - operations. - - - - - - Improve pg_trgm handling of multibyte characters (Tom Lane) - - - - - - Add support for indexing of regular-expression searches in - contrib/pg_trgm (Alexander Korotkov) - - - @@ -1604,8 +1599,12 @@ - Increase pg_upgrade logging content by showing executed command - (AlvaroAacute;lvaro Herrera) + Allow pg_upgrade --jobs to do parallelism (Bruce Momjian) + + + + This allows parallel schema dump/restore of databases, as well as + parallel copy/link of data files per tablespace. @@ -1636,18 +1635,14 @@ - Improve pg_upgrade's status display during copy/link (Bruce Momjian) + Increase pg_upgrade logging content by showing executed command + (Álvaro Herrera) - Allow pg_upgrade --jobs to do parallelism (Bruce Momjian) - - - - This allows parallel schema dump/restore of databases, as well as - parallel copy/link of data files per tablespace. + Improve pg_upgrade's status display during copy/link (Bruce Momjian) @@ -1659,6 +1654,7 @@ <link linkend="pgbench"><application>pgbench</></link> + Add --foreign-keys option to pgbench (Jeff Janes) @@ -1672,8 +1668,8 @@ - Reduce and improve the status message output of pgbench's - initialization mode (Robert Haas, Peter Eisentraut) + Allow pgbench to aggregate performance statistics and produce output + every --aggregate-interval specified seconds (Tomas Vondra) @@ -1684,6 +1680,13 @@ + + + Reduce and improve the status message output of pgbench's + initialization mode (Robert Haas, Peter Eisentraut) + + + Add pgbench -q mode to print one output line every five seconds (Tomas Vondra) @@ -1695,13 +1698,6 @@ - - - Allow pgbench to aggregate performance statistics and produce output - every --aggregate-interval specified seconds (Tomas Vondra) - - - Allow pgbench to use a larger scale factor (Greg Smith) @@ -1721,14 +1717,7 @@ - Improve WINDOW function documentation (Bruce Momjian, Tom Lane) - - - - - - Add instructions for setting up the documentation tool chain on - Mac OS X (Peter Eisentraut) + Allow EPUB-format documentation to be created (Peter Eisentraut) @@ -1740,7 +1729,14 @@ - Allow EPUB-format documentation to be created (Peter Eisentraut) + Improve WINDOW function documentation (Bruce Momjian, Tom Lane) + + + + + + Add instructions for setting up the documentation tool chain on + Mac OS X (Peter Eisentraut)