On Thu, May 10, 2012 at 01:56:33AM -0400, Robert Haas wrote: > On Wed, May 9, 2012 at 11:11 PM, Bruce Momjian <br...@momjian.us> wrote: > > I have completed my draft of the 9.2 release notes, and committed it to > > git. > > Extra parens: > Remove the spclocation field from pg_tablespace (Magnus Hagander, Tom Lane)) > Reduce overhead of creating virtual transaction id locks ((Robert > Haas, Jeff Davis)
Done. > The antecedent of "these" is unclear: > Allow backends to detect postmaster death via a pipe read failure, > rather than polling (Peter Geoghegan, Heikki Linnakangas) > These are internally called "latches". Fixed. > Missing comma: > Cancel queries if clients get disconnected (Florian Pflug Greg Jaskiewicz) Fixed by some else. > You mean "effect": > Such casts have no affect. Fixed. > > I think all three of these are the same thing: > Avoid table and index rebuilds when NUMERIC, VARBIT, and temporal > columns are changed in compatible ways (Noah Misch) > Reduce need to rebuild indexes for various ALTER TABLE operations > (Noah Misch) DUPLICATE? > Avoid index rebuilds for no-rewrite ALTER TABLE / ALTER TYPE (Noah Misch) Agreed, duplicates removed. > This feature wasn't committed at all: > Parallel pg_dump (Robert Haas, Joachim Wieland) DETAILS? I was confused because there were infrastructure commits menting the feature, so I thought it was lost somehow. > Yes, this is still true: > This is currently unused. STILL TRUE? OK, fixed. The attached patch includes all these fixes. -- Bruce Momjian <br...@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml new file mode 100644 index e1f5c90..86a4e04 *** a/doc/src/sgml/release-9.2.sgml --- b/doc/src/sgml/release-9.2.sgml *************** *** 97,103 **** Remove the <link linkend="catalog-pg-tablespace"><structname>spclocation</></link> field from <structname>pg_tablespace</> (Magnus Hagander, ! Tom Lane)) </para> <para> --- 97,103 ---- Remove the <link linkend="catalog-pg-tablespace"><structname>spclocation</></link> field from <structname>pg_tablespace</> (Magnus Hagander, ! Tom Lane) </para> <para> *************** *** 601,607 **** </para> <para> ! These are internally called "latches". </para> </listitem> --- 601,607 ---- </para> <para> ! The wait events are internally called "latches". </para> </listitem> *************** *** 1195,1201 **** </para> <para> ! Such casts have no affect. </para> </listitem> --- 1195,1201 ---- </para> <para> ! Such casts have no effect. </para> </listitem> *************** *** 1312,1326 **** <listitem> <para> ! Avoid table and index rebuilds when <type>NUMERIC</>, ! <type>VARBIT</>, and temporal columns are changed in compatible ! ways (Noah Misch) ! </para> ! </listitem> ! ! <listitem> ! <para> ! Reduce need to rebuild indexes for various <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link> operations (Noah Misch) DUPLICATE? </para> --- 1312,1318 ---- <listitem> <para> ! Reduce need to rebuild tables and indexes for various <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link> operations (Noah Misch) DUPLICATE? </para> *************** *** 1328,1341 **** <listitem> <para> - Avoid index rebuilds for no-rewrite <command>ALTER TABLE</command> - / <link linkend="SQL-ALTERTYPE"><literal>ALTER TYPE</></link> - (Noah Misch) - </para> - </listitem> - - <listitem> - <para> Add <literal>IF EXIST</> clause to <command>ALTER</command> commands (Pavel Stehule) </para> --- 1320,1325 ---- *************** *** 2291,2303 **** <listitem> <para> - Parallel <application>pg_dump</> (Robert Haas, Joachim Wieland) - DETAILS? - </para> - </listitem> - - <listitem> - <para> Add an <option>--exclude-table-data</> option to <application>pg_dump</> (Andrew Dunstan) </para> --- 2275,2280 ---- *************** *** 2513,2519 **** </para> <para> ! This is currently unused. STILL TRUE? </para> </listitem> --- 2490,2496 ---- </para> <para> ! This is currently unused. </para> </listitem>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers