Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from
Tom Lane <tgl@sss.pgh.pa.us>
Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/execute.sgml | modified | +4 −4 |
| doc/src/sgml/ref/explain.sgml | modified | +37 −14 |
| doc/src/sgml/ref/prepare.sgml | modified | +4 −2 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/backend/commands/explain.c | modified | +46 −19 |
| src/backend/commands/prepare.c | modified | +156 −82 |
| src/backend/parser/gram.y | modified | +14 −10 |
| src/include/commands/explain.h | modified | +5 −1 |
| src/include/commands/prepare.h | modified | +3 −5 |