Re: [COMMITTERS] pgsql: Small punctuation editing of postgresql.conf.sample

2012-05-23 Thread Bruce Momjian
On Wed, May 23, 2012 at 11:23:37PM -0400, Bruce Momjian wrote: > On Mon, May 14, 2012 at 02:03:53AM +, Peter Eisentraut wrote: > > Small punctuation editing of postgresql.conf.sample > > Reminder. Making changes to postgresql.conf.sample after beta1 will > show as a diff for people comparing

Re: [COMMITTERS] pgsql: Small punctuation editing of postgresql.conf.sample

2012-05-23 Thread Bruce Momjian
On Mon, May 14, 2012 at 02:03:53AM +, Peter Eisentraut wrote: > Small punctuation editing of postgresql.conf.sample Reminder. Making changes to postgresql.conf.sample after beta1 will show as a diff for people comparing their current postgresql.conf to postgresql.conf.sample. We should proba

[COMMITTERS] pgsql: Adjust pg_upgrade to output a separate log file for pg_ctl outpu

2012-05-23 Thread Bruce Momjian
Adjust pg_upgrade to output a separate log file for pg_ctl output on Windows, to avoid opening a file by multiple processes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/476291bef0985e242685fcd37866fec7ab1b97c7 Modified Files -- contrib/pg_upgrade/opti

[COMMITTERS] pgsql: Add missing PQfinish() calls

2012-05-23 Thread Magnus Hagander
Add missing PQfinish() calls Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/77f93cb32d8711926b07030c1c73a57a7bc66911 Modified Files -- src/bin/pg_basebackup/streamutil.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- Sent v

[COMMITTERS] pgsql: pg_standby: Remove tabs from string literals

2012-05-23 Thread Peter Eisentraut
pg_standby: Remove tabs from string literals And align a bit better with the rest of the debug output. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/72155b29a864d3621795f6cd1528d8e54cc3c671 Modified Files -- contrib/pg_standby/pg_standby.c |4 ++--

[COMMITTERS] pgsql: pg_standby: Remove tabs from string literals

2012-05-23 Thread Peter Eisentraut
pg_standby: Remove tabs from string literals And align a bit better with the rest of the debug output. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/4615d2ca28fe9dff6e5ebaebd6caf190a0c78ba5 Modified Files -- contrib/pg_standby/pg_standby.c |

Re: [COMMITTERS] pgsql: Mention Peter Geoghegan as primary author of pg_stat_statements

2012-05-23 Thread Peter Geoghegan
On 23 May 2012 15:12, Bruce Momjian wrote: > Mention Peter Geoghegan as primary author of pg_stat_statements changes. Thank you. -- Peter Geoghegan       http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training and Services -- Sent via pgsql-committers mailing list (pgsql-co

Re: [COMMITTERS] pgsql: Remove reviewers from 9.2 release notes; improve attributions.

2012-05-23 Thread Bruce Momjian
On Wed, May 23, 2012 at 12:18:18PM +0100, Peter Geoghegan wrote: > On 22 May 2012 22:17, Bruce Momjian wrote: > > Remove reviewers from 9.2 release notes;  improve attributions. > > I am unhappy with now being listed as a secondary author of > pg_stat_statements normalisation. I am credited as a

[COMMITTERS] pgsql: Mention Peter Geoghegan as primary author of pg_stat_statements

2012-05-23 Thread Bruce Momjian
Mention Peter Geoghegan as primary author of pg_stat_statements changes. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/db2cd074824d1cd3c7b7397b7c7230100d7a78a3 Modified Files -- doc/src/sgml/release-9.2.sgml |2 +- 1 files changed, 1 insertions(+), 1

[COMMITTERS] pgsql: Improve wording of 9.2 clog release note item.

2012-05-23 Thread Bruce Momjian
Improve wording of 9.2 clog release note item. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/13477c0197cb4826b03c559a23f4bc838e61d4fb Modified Files -- doc/src/sgml/release-9.2.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent v

Re: [COMMITTERS] pgsql: Remove reviewers from 9.2 release notes; improve attributions.

2012-05-23 Thread Peter Geoghegan
On 22 May 2012 22:17, Bruce Momjian wrote: > Remove reviewers from 9.2 release notes;  improve attributions. I am unhappy with now being listed as a secondary author of pg_stat_statements normalisation. I am credited as a co-author within the docs (alongside the original 8.4 author, Takahiro Itag