diff options
author | girgen <girgen@FreeBSD.org> | 2016-09-30 06:42:19 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-09-30 06:42:19 +0800 |
commit | 2bc48d8b87898e8f21ec0b021ba533cc509a352e (patch) | |
tree | 39e45d5b5a95fef4a3ef4323cb483beaabeddb44 /databases/Makefile | |
parent | 76150173e499c5edbf4b5973ba641f2f1f46209e (diff) | |
download | freebsd-ports-gnome-2bc48d8b87898e8f21ec0b021ba533cc509a352e.tar.gz freebsd-ports-gnome-2bc48d8b87898e8f21ec0b021ba533cc509a352e.tar.zst freebsd-ports-gnome-2bc48d8b87898e8f21ec0b021ba533cc509a352e.zip |
Add a suite of real time metrics tools for PostgreSQL
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and
later, allowing to collect, aggregate and purge statistics on a PostgreSQL
instance from various sources. It is implemented as a background worker.
pg_qualstats, providing data about predicates, i.e. where clauses
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index dd59447ce45e..51a40358a271 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -559,6 +559,7 @@ SUBDIR += pg_citus SUBDIR += pg_reorg SUBDIR += pg_rman + SUBDIR += pg_qualstats SUBDIR += pg_stat_kcache SUBDIR += pg_statsinfo SUBDIR += pgaccess @@ -708,6 +709,8 @@ SUBDIR += postgresql96-plpython SUBDIR += postgresql96-pltcl SUBDIR += postgresql96-server + SUBDIR += powa-archivist + SUBDIR += powa-web SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc |