pgsql: Improve EXPLAIN to print the grouping columns in Agg and Group n - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve EXPLAIN to print the grouping columns in Agg and Group n
Date
Msg-id E1Vr94C-0002dS-0y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.

Per request from Kevin Grittner.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f26099057a2818d85edc2a16e2d3161f4bd96bdc

Modified Files
--------------
doc/src/sgml/ref/explain.sgml            |   13 ++---
src/backend/commands/explain.c           |   77 +++++++++++++++++++++++++-----
src/test/regress/expected/aggregates.out |    6 ++-
src/test/regress/expected/matview.out    |    9 ++--
src/test/regress/expected/union.out      |   10 ++--
src/test/regress/expected/window.out     |    7 +--
6 files changed, 92 insertions(+), 30 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: New autovacuum_work_mem parameter
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no