[COMMITTERS] pgsql: Prevent auto_explain from changing the output of a user's EXPLAI

2014-05-20 Thread Tom Lane
Prevent auto_explain from changing the output of a user's EXPLAIN. Commit af7914c6627bcf0b0ca614e9ce95d3f8056602bf, which introduced the EXPLAIN (TIMING) option, for some reason coded explain.c to look at planstate->instrument->need_timer rather than es->timing to decide whether to print timing in

[COMMITTERS] pgsql: Prevent auto_explain from changing the output of a user's EXPLAI

2014-05-20 Thread Tom Lane
Prevent auto_explain from changing the output of a user's EXPLAIN. Commit af7914c6627bcf0b0ca614e9ce95d3f8056602bf, which introduced the EXPLAIN (TIMING) option, for some reason coded explain.c to look at planstate->instrument->need_timer rather than es->timing to decide whether to print timing in

[COMMITTERS] pgsql: Prevent auto_explain from changing the output of a user's EXPLAI

2014-05-20 Thread Tom Lane
Prevent auto_explain from changing the output of a user's EXPLAIN. Commit af7914c6627bcf0b0ca614e9ce95d3f8056602bf, which introduced the EXPLAIN (TIMING) option, for some reason coded explain.c to look at planstate->instrument->need_timer rather than es->timing to decide whether to print timing in

[COMMITTERS] pgsql: doc: 9.4 release notes update for pg_bench line limit item

2014-05-20 Thread Bruce Momjian
doc: 9.4 release notes update for pg_bench line limit item Report by David Johnston Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6a61308fba6f474c840192052bca8c86df95927c Modified Files -- doc/src/sgml/release-9.4.sgml |2 +- 1 file changed, 1 inse