From 7466eeac61e2ce2af25d67d25d3ec60f0f0764da Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Jan 2009 22:19:59 +0000 Subject: Add contrib/pg_stat_statements for server-wide tracking of statement execution statistics. Takahiro Itagaki --- contrib/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/README') diff --git a/contrib/README b/contrib/README index 060853fa216..7d258d4b2fc 100644 --- a/contrib/README +++ b/contrib/README @@ -112,6 +112,10 @@ pg_standby - Sample archive_command for warm standby operation by Simon Riggs +pg_stat_statements - + Track statement execution times across a whole database cluster + by Takahiro Itagaki + pg_trgm - Functions for determining the similarity of text based on trigram matching. -- cgit v1.2.3