From: | adunstan(at)postgresql(dot)org (Andrew Dunstan) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add query text to auto_explain output. |
Date: | 2010-02-16 22:19:59 |
Message-ID: | 20100216221959.C67C07541C5@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add query text to auto_explain output.
Still to be done: fix docs and fix regression failures under auto_explain.
Modified Files:
--------------
pgsql/contrib/auto_explain:
auto_explain.c (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/auto_explain/auto_explain.c?r1=1.12&r2=1.13)
pgsql/src/backend/commands:
explain.c (r1.202 -> r1.203)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.202&r2=1.203)
pgsql/src/include/commands:
explain.h (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/explain.h?r1=1.45&r2=1.46)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-02-16 22:34:57 | pgsql: Replace the pg_listener-based LISTEN/NOTIFY mechanism with an |
Previous Message | Andrew Dunstan | 2010-02-16 21:39:52 | pgsql: Clean up package namespace use and use of Safe in plperl. |