Commit Graph

8 Commits

Author SHA1 Message Date
landry
9c817d924b Unbreak by updating to pg_statsinfo 3.2.1.
Project moved to sourceforge, see http://pgstatsinfo.sourceforge.net/
Basic testing seems to show it works fine with postgres 9.5.
2016-05-13 22:09:21 +00:00
pea
8acc378cbe Doesn't build with PostgreSQL 9.5.
ok jeremy@
2016-05-13 14:41:10 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
landry
6458da2ec4 Use SnapshotAny instead of SnapshotNow, that API was removed in 9.4.
Maybe does something horrific to your data, but that code is really horrible.
Upgrading to 2.5.3 is an option, but uncovers more horrible parts.
2014-12-26 12:56:56 +00:00
landry
d3c087581d Add missing BDEP on postgresql,-server, originally from kili@, forgotten
in previous commit, and reminded by naddy@
2013-10-27 13:35:34 +00:00
landry
9164dc5e9a Unbreak by allowing it to build against new PostgreSQL 9.3 API. Totally
untested @runtime though..
2013-10-25 21:44:48 +00:00
landry
df0487b199 Mark BROKEN, doesnt build with pg 9.3 as reported by kili@.
That'll teach me to import stuff lying in mystuff for ages without
rebuilding it... fix pending.
2013-10-24 21:24:51 +00:00
landry
fe273f85f7 Import pg_statsinfo-2.4.1.
pg_statsinfo is a utility that monitor statistics and the activity of
PostgreSQL(and OS). pg_statsinfo gets some statistics information as
snapshot. We can check the DB activity and bottleneck analysis by using
these snapshot information. This utility provides some function to get
the information acquisition easily.

Low-level os monitoring (cpu/loadavg/memory only for now) tweaked from
a patch in FreeBSD's portstree.
Refer to ${HOMEPAGE} for how to configure it, no need to replicate the
provided extensive doc in a README.

ok ajacoutot@
2013-10-23 22:00:19 +00:00