1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add auto-explain contrib module for automatic logging of the plans of

slow-running queries.

Takahiro Itagaki
This commit is contained in:
Tom Lane
2008-11-19 02:59:28 +00:00
parent 31ec957a15
commit e125e28e78
7 changed files with 429 additions and 3 deletions

View File

@ -28,6 +28,10 @@ adminpack -
File and log manipulation routines, used by pgAdmin
by Dave Page <dpage@vale-housing.co.uk>
auto_explain -
Log EXPLAIN output for long-running queries
by Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
btree_gist -
Support for emulating BTREE indexing in GiST
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>