| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add auto-explain contrib module for automatic logging of the |
| Date: | 2008-11-19 02:59:29 |
| Message-ID: | 20081119025929.0ACD17545A4@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Add auto-explain contrib module for automatic logging of the plans of
slow-running queries.
Takahiro Itagaki
Modified Files:
--------------
pgsql/contrib:
Makefile (r1.84 -> r1.85)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.84&r2=1.85)
README (r1.97 -> r1.98)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/README?r1=1.97&r2=1.98)
pgsql/doc/src/sgml:
contrib.sgml (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/contrib.sgml?r1=1.9&r2=1.10)
filelist.sgml (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/filelist.sgml?r1=1.57&r2=1.58)
Added Files:
-----------
pgsql/contrib/auto_explain:
Makefile (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/auto_explain/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
auto_explain.c (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/auto_explain/auto_explain.c?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/doc/src/sgml:
auto-explain.sgml (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/auto-explain.sgml?rev=1.1&content-type=text/x-cvsweb-markup)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Achernow | 2008-11-19 03:48:07 | libpqtypes - libpqtypes: update ChangeLog for the v1.2c release |
| Previous Message | Tom Lane | 2008-11-19 02:56:20 | pgsql: New Directory |