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

2013-04-21 Thread Simon Riggs
On 21 April 2013 05:57, Bruce Momjian 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 fast promote featu

[COMMITTERS] pgsql: Adjust 9.3 release notes per request from Simon

2013-04-21 Thread Bruce Momjian
Adjust 9.3 release notes per request from Simon Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c Modified Files -- doc/src/sgml/release-9.3.sgml | 35 ++- 1 files changed, 18 inserti

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 comm

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

[COMMITTERS] pgsql: 9.3 release note fixes

2013-04-21 Thread Bruce Momjian
9.3 release note fixes Move commit_delay, fix Zoltan's name, and adjust range type histogram text. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ac96e6a8c2c5477344e78840e689e39e7b7b3cf1 Modified Files -- doc/src/sgml/release-9.3.sgml | 33 +++

[COMMITTERS] pgsql: Remove 9.3 item about fixing DROP INDEX CONCURRENTLY

2013-04-21 Thread Bruce Momjian
Remove 9.3 item about fixing DROP INDEX CONCURRENTLY Already fixed in back branch. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1f2236edd1876a8718453f7d4e8e7fdef378c91e Modified Files -- doc/src/sgml/release-9.3.sgml |7 --- 1 files changed, 0

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

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 > -- > doc/src

[COMMITTERS] pgsql: 9.3 release note adjustments per request from Andres Freund

2013-04-21 Thread Bruce Momjian
9.3 release note adjustments per request from Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4be535e2e44025975814937818c899fed7aafca3 Modified Files -- doc/src/sgml/release-9.3.sgml | 15 +-- 1 files changed, 9 insertions(+), 6

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 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 altering settings

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

2013-04-21 Thread Simon Riggs
On 21 April 2013 15:09, Bruce Momjian 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 relates to wha

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 wrote: > > > New text is, based on Simon's request about adding failover speedup: > > > > Improve performance of streaming replication log shipping and > > standby promotion (Andre

[COMMITTERS] pgsql: In 9.3 release notes, split up items

2013-04-21 Thread Bruce Momjian
In 9.3 release notes, split up items Split log shipping speed improvement and fail-over speed improvement items. Per request from Simon Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c3ab4ea27d5e2cd341fc189eb413909f177d835e Modified Files -- doc/src/sg

[COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread Peter Eisentraut
doc: Fix syntax in example LANGUAGE 'plpgsql' no longer works. The single quotes need to be removed. Erwin Brandstetter Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/53ecfddcebbf607badc678e294bf977334b79327 Modified Files -- doc/src/sgml/plpgsql.sgml

[COMMITTERS] pgsql: doc: Improve example formatting

2013-04-21 Thread Peter Eisentraut
doc: Improve example formatting Erwin Brandstetter Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e7d5ffe8ea9883f1b472036dfc098d555f5cd3ea Modified Files -- doc/src/sgml/plpgsql.sgml |8 1 files changed, 4 insertions(+), 4 deletions(-) --

[COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread Peter Eisentraut
doc: Fix syntax in example LANGUAGE 'plpgsql' no longer works. The single quotes need to be removed. Erwin Brandstetter Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/dbfeb8240631a893642dbd4112da73cc87f47dd8 Modified Files -- doc/src/sgml/plpgs

Re: [COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread Tom Lane
Peter Eisentraut writes: > doc: Fix syntax in example > LANGUAGE 'plpgsql' no longer works. The single quotes need to be > removed. While I don't object to the patch as such, this commit log entry is horsepucky. We have not broken use of string literals for language names, and I would hope tha