Add auto-explain contrib module for automatic logging of the plans of
Tom Lane <tgl@sss.pgh.pa.us>
Add auto-explain contrib module for automatic logging of the plans of slow-running queries. Takahiro Itagaki
Files
| Path | Change | +/− |
|---|---|---|
| contrib/auto_explain/auto_explain.c | added | +228 −0 |
| contrib/auto_explain/Makefile | added | +15 −0 |
| contrib/Makefile | modified | +2 −1 |
| contrib/README | modified | +4 −0 |
| doc/src/sgml/auto-explain.sgml | added | +176 −0 |
| doc/src/sgml/contrib.sgml | modified | +2 −1 |
| doc/src/sgml/filelist.sgml | modified | +2 −1 |