Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-22 Thread Andres Freund
On 2013-04-21 21:04:17 -0400, Bruce Momjian wrote: On Sun, Apr 21, 2013 at 08:22:38PM +0100, Simon Riggs wrote: On 21 April 2013 15:09, Bruce Momjian br...@momjian.us wrote: New text is, based on Simon's request about adding failover speedup: Improve performance of streaming

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-22 Thread Bruce Momjian
On Mon, Apr 22, 2013 at 10:15:58AM +0200, Andres Freund wrote: listitem para Improve performance of non-synchronous streaming log shipping (Andres Freund) /para /listitem Its about synchronous_commit = off of which is more than just

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Simon Riggs
On 21 April 2013 05:57, Bruce Momjian br...@momjian.us wrote: Reorder 9.3 release note items A few corrections, additions and clarifications. Corrections * Allow recovery.conf to be relocated using configuration variable recovery_config_directory Patch was revoked... * Need to mention the

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Bruce Momjian
OK, all changes made and committed. Thanks. (You can see the details in the git commit.) For this item: * Correct predicate locking for DROP INDEX CONCURRENTLY - bugfix not a feature did you have new text. We do mention bug fixes. I changed Correct to Fix in a later commit.

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Andres Freund
On 2013-04-21 09:06:51 -0400, Bruce Momjian wrote: OK, all changes made and committed. Thanks. (You can see the details in the git commit.) For this item: * Correct predicate locking for DROP INDEX CONCURRENTLY - bugfix not a feature did you have new text. We do

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Bruce Momjian
On Sun, Apr 21, 2013 at 03:09:19PM +0200, Andres Freund wrote: On 2013-04-21 09:06:51 -0400, Bruce Momjian wrote: OK, all changes made and committed. Thanks. (You can see the details in the git commit.) For this item: * Correct predicate locking for DROP INDEX CONCURRENTLY

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Andres Freund
On 2013-04-21 04:57:22 +, Bruce Momjian wrote: Reorder 9.3 release note items Typo fix from David Fetter. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ef3defcf0d507abb75d9e9696f11b44f4fc09291 Modified Files --

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Bruce Momjian
On Sun, Apr 21, 2013 at 03:22:38PM +0200, Andres Freund wrote: * Use a binary heap for Merge-Append operations (Abhijit Menon-Sen) Implement a generic binary heap and use it for Merge-Append operations which previously used a ad-hoc version. OK, text updated to: Implement a generic

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Peter Geoghegan
On Sun, Apr 21, 2013 at 12:57 AM, Simon Riggs si...@2ndquadrant.com wrote: * Improve memory usage for in-memory sorts - IMHO this should read Allow in-memory sorts to use their full memory allocation, which then explains why users may see higher memory usage and why they should think about

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Simon Riggs
On 21 April 2013 15:09, Bruce Momjian br...@momjian.us wrote: New text is, based on Simon's request about adding failover speedup: Improve performance of streaming replication log shipping and standby promotion (Andres Freund, Simon Riggs) Um, it's hard to see how that text

Re: [COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-21 Thread Bruce Momjian
On Sun, Apr 21, 2013 at 08:22:38PM +0100, Simon Riggs wrote: On 21 April 2013 15:09, Bruce Momjian br...@momjian.us wrote: New text is, based on Simon's request about adding failover speedup: Improve performance of streaming replication log shipping and standby promotion

[COMMITTERS] pgsql: Reorder 9.3 release note items

2013-04-20 Thread Bruce Momjian
Reorder 9.3 release note items Typo fix from David Fetter. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ef3defcf0d507abb75d9e9696f11b44f4fc09291 Modified Files -- doc/src/sgml/release-9.3.sgml | 138 - 1 files