[COMMITTERS] pgsql: Add the ability to compute per-statement latencies (ie, average

2010-08-12 Thread Tom Lane
Log Message: --- Add the ability to compute per-statement latencies (ie, average execution times) to pgbench. Florian Pflug, reviewed by Greg Smith Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.99 -> r1.100) (http://anoncvs.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Get rid of a bunch of dubious error handling code in pgbench by

2010-08-12 Thread Tom Lane
Log Message: --- Get rid of a bunch of dubious error handling code in pgbench by just erroring out immediately on any out-of-memory condition. It's rather pointless to imagine that pgbench will be able to continue usefully after a malloc failure, and in any case there were a number of unch

[COMMITTERS] pgsql: Correct sundry errors in Hot Standby-related comments.

2010-08-12 Thread Robert Haas
Log Message: --- Correct sundry errors in Hot Standby-related comments. Fujii Masao Modified Files: -- pgsql/src/backend/access/transam: xact.c (r1.295 -> r1.296) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.295&r2

[COMMITTERS] pgsql: Correct sundry errors in Hot Standby-related comments.

2010-08-12 Thread Robert Haas
Log Message: --- Correct sundry errors in Hot Standby-related comments. Fujii Masao Tags: REL9_0_STABLE Modified Files: -- pgsql/src/backend/access/transam: xact.c (r1.293.2.2 -> r1.293.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend

[COMMITTERS] pgsql: Reorder docs on lexical structure slightly for clarity.

2010-08-12 Thread Robert Haas
Log Message: --- Reorder docs on lexical structure slightly for clarity. Thom Brown Modified Files: -- pgsql/doc/src/sgml: syntax.sgml (r1.152 -> r1.153) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.152&r2=1.153) -- Sent

[COMMITTERS] pgsql: Reorder docs on lexical structure slightly for clarity.

2010-08-12 Thread Robert Haas
Log Message: --- Reorder docs on lexical structure slightly for clarity. Thom Brown Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: syntax.sgml (r1.147.2.4 -> r1.147.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.