IABSD.fr/ports/databases/pg_statsinfo

Branch :


Log

Author Commit Date CI Message
de126407 2016-12-18 18:21:03 Update patch to work on PostgreSQL 9.6 OK pea@ landry@
cd28d9de 2016-09-11 20:54:12 Second and last pass at pre-entively fixing ports that would break once guenther's header pollution cleanup diff is in.
9c817d92 2016-05-13 22:09:21 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.
8acc378c 2016-05-13 14:41:10 Doesn't build with PostgreSQL 9.5. ok jeremy@
ef68f42b 2016-03-16 16:46:31 remove SHARED_ONLY from ports that don't use any MODULES
6458da2e 2014-12-26 12:56:56 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.
d3c08758 2013-10-27 13:35:34 Add missing BDEP on postgresql,-server, originally from kili@, forgotten in previous commit, and reminded by naddy@
9164dc5e 2013-10-25 21:44:48 Unbreak by allowing it to build against new PostgreSQL 9.3 API. Totally untested @runtime though..
df0487b1 2013-10-24 21:24:51 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.
fe273f85 2013-10-23 22:00:19 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@