1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add contrib/pg_stat_statements for server-wide tracking of statement execution

statistics.

Takahiro Itagaki
This commit is contained in:
Tom Lane
2009-01-04 22:19:59 +00:00
parent 1efd5ff89b
commit 7466eeac61
11 changed files with 1239 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.85 2008/11/19 02:59:28 tgl Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.86 2009/01/04 22:19:59 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -27,6 +27,7 @@ WANTED_DIRS = \
pg_buffercache \
pg_freespacemap \
pg_standby \
pg_stat_statements \
pg_trgm \
pgbench \
pgcrypto \