Re: [COMMITTERS] pgsql: 9.3 release notes: move compatibility items into their own sect

2013-05-04 Thread Bruce Momjian
On Fri, May 3, 2013 at 09:39:38PM -0700, Peter Geoghegan wrote: On Fri, May 3, 2013 at 6:11 PM, Bruce Momjian br...@momjian.us wrote: 9.3 release notes: move compatibility items into their own section The commit_delay improvements should stay under performance, where I previously

[COMMITTERS] pgsql: 9.3 release notes: adjustments

2013-05-04 Thread Bruce Momjian
9.3 release notes: adjustments Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c008ca6015732da09416381710066540cbfa735b Modified Files -- doc/src/sgml/release-9.3.sgml | 32

[COMMITTERS] pgsql: docs: fix log_line_prefix session id docs

2013-05-04 Thread Bruce Momjian
docs: fix log_line_prefix session id docs Backpatch to 9.2. Report from Ian Lawrence Barwick Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/262a3629971bdf61c309843b385a58d97bf4badb Modified Files -- doc/src/sgml/config.sgml |4 ++-- 1 files

[COMMITTERS] pgsql: docs: fix log_line_prefix session id docs

2013-05-04 Thread Bruce Momjian
docs: fix log_line_prefix session id docs Backpatch to 9.2. Report from Ian Lawrence Barwick Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/4aea429050289c2707bd8f1f63344569791645bd Modified Files -- doc/src/sgml/config.sgml |2 +- 1 files

[COMMITTERS] pgsql: doc: fix log_line_prefix session_id %c item

2013-05-04 Thread Bruce Momjian
doc: fix log_line_prefix session_id %c item Backpatch to 9.1 and earlier Report from Ian Lawrence Barwick Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/db5fa1dc9bc9454eea49325910a2130a2bc5b64e Modified Files -- doc/src/sgml/config.sgml |2

[COMMITTERS] pgsql: doc: fix log_line_prefix session_id %c item

2013-05-04 Thread Bruce Momjian
doc: fix log_line_prefix session_id %c item Backpatch to 9.1 and earlier Report from Ian Lawrence Barwick Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/adee0d80b8281160e05fbe3a7fc3272c3fb72580 Modified Files -- doc/src/sgml/config.sgml |2

[COMMITTERS] pgsql: doc: fix log_line_prefix session_id %c item

2013-05-04 Thread Bruce Momjian
doc: fix log_line_prefix session_id %c item Backpatch to 9.1 and earlier Report from Ian Lawrence Barwick Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8f80e35b55b83debc4cd08ec27510c05e08e2496 Modified Files -- doc/src/sgml/config.sgml |2

[COMMITTERS] pgsql: Improve behavior of \watch with non-tuple-returning commands.

2013-05-04 Thread Tom Lane
Improve behavior of \watch with non-tuple-returning commands. Print the command tag if we get PGRES_COMMAND_OK, and throw an error for other cases. Per gripe from Michael Paquier. In passing, add an fflush(), just to be real sure the output appears before we sleep. Branch -- master