Re: [COMMITTERS] pgsql: Correct tense in log message

2013-03-16 Thread Peter Eisentraut
On Fri, 2013-03-08 at 14:16 -0500, Bruce Momjian wrote: > On Sun, Feb 24, 2013 at 04:53:18AM +, Peter Eisentraut wrote: > > Correct tense in log message > > > > Branch > > -- > > REL9_0_STABLE > > > > Details > > --- > > http://git.postgresql.org/pg/commitdiff/a8d80461a201051b67c286e1

[COMMITTERS] pgsql: pg_controldata: Undo message spelling change

2013-03-16 Thread Peter Eisentraut
pg_controldata: Undo message spelling change Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ea1aee88e343969ad7122a18aff7a43e789dbbd7 Modified Files -- src/bin/pg_controldata/pg_controldata.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --

[COMMITTERS] pgsql: pg_resetxlog: Capitalize placeholder in --help output

2013-03-16 Thread Peter Eisentraut
pg_resetxlog: Capitalize placeholder in --help output Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d2bef5f7db5f3afdbbb3f58b8eff49f0bc7ef790 Modified Files -- src/bin/pg_resetxlog/pg_resetxlog.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[COMMITTERS] pgsql: Add lock_timeout configuration parameter.

2013-03-16 Thread Tom Lane
Add lock_timeout configuration parameter. This GUC allows limiting the time spent waiting to acquire any one heavyweight lock. In support of this, improve the recently-added timeout infrastructure to permit efficiently enabling or disabling multiple timeouts at once. That reduces the performance