diff options
| author | Tom Lane | 2008-11-19 02:59:28 +0000 |
|---|---|---|
| committer | Tom Lane | 2008-11-19 02:59:28 +0000 |
| commit | e125e28e781116ceb2860be29e6508906c81d2da (patch) | |
| tree | f8ff81467b0a9f664cfa19c27d5cae1f35868ac8 /contrib/README | |
| parent | 31ec957a1500380d7f9a9e81cd344cc680ca67f6 (diff) | |
Add auto-explain contrib module for automatic logging of the plans of
slow-running queries.
Takahiro Itagaki
Diffstat (limited to 'contrib/README')
| -rw-r--r-- | contrib/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index d1345f669a0..060853fa216 100644 --- a/contrib/README +++ b/contrib/README @@ -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> |
