[COMMITTERS] pgsql: Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistic

2015-12-09 Thread Robert Haas
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. The original parallel sequential scan commit included only very limited changes to the EXPLAIN output. Aggregated totals from all workers were displayed, but there was no way to see what each individual worker did or to distinguis

[COMMITTERS] pgsql: Remove redundant sentence.

2015-12-09 Thread Robert Haas
Remove redundant sentence. Peter Geoghegan Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/4acee11e660aa5dd22d81a1d1d4476e158c16a59 Modified Files -- doc/src/sgml/ref/insert.sgml |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent

[COMMITTERS] pgsql: Remove redundant sentence.

2015-12-09 Thread Robert Haas
Remove redundant sentence. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c00239ea6a0612cd7d1cd604ffc5b6f73ef9fb09 Modified Files -- doc/src/sgml/ref/insert.sgml |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via pg

[COMMITTERS] pgsql: Simplify LATERAL-related calculations within add_paths_to_joinre

2015-12-09 Thread Tom Lane
Simplify LATERAL-related calculations within add_paths_to_joinrel(). While convincing myself that commit 7e19db0c09719d79 would solve both of the problems recently reported by Andreas Seltenreich, I realized that add_paths_to_joinrel's handling of LATERAL restrictions could be made noticeably simp

[COMMITTERS] pgsql: Simplify LATERAL-related calculations within add_paths_to_joinre

2015-12-09 Thread Tom Lane
Simplify LATERAL-related calculations within add_paths_to_joinrel(). While convincing myself that commit 7e19db0c09719d79 would solve both of the problems recently reported by Andreas Seltenreich, I realized that add_paths_to_joinrel's handling of LATERAL restrictions could be made noticeably simp

[COMMITTERS] pgsql: Simplify LATERAL-related calculations within add_paths_to_joinre

2015-12-09 Thread Tom Lane
Simplify LATERAL-related calculations within add_paths_to_joinrel(). While convincing myself that commit 7e19db0c09719d79 would solve both of the problems recently reported by Andreas Seltenreich, I realized that add_paths_to_joinrel's handling of LATERAL restrictions could be made noticeably simp