From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Draft release notes complete |
Date: | 2012-05-10 17:02:34 |
Message-ID: | 20120510170234.GT16881@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 10, 2012 at 01:56:33AM -0400, Robert Haas wrote:
> On Wed, May 9, 2012 at 11:11 PM, Bruce Momjian <bruce(at)momjian(dot)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 <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
Attachment | Content-Type | Size |
---|---|---|
release.diff | text/x-diff | 3.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-05-10 17:03:36 | Re: Draft release notes complete |
Previous Message | Fujii Masao | 2012-05-10 16:59:24 | Re: Can pg_trgm handle non-alphanumeric characters? |