Commit Graph

8 Commits

Author SHA1 Message Date
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Palle Girgensohn
0bfbae986b Update to version 1.0.7
Release notes: https://github.com/powa-team/pg_qualstats/blob/1.0.7/CHANGELOG
2018-11-16 09:46:38 +00:00
Palle Girgensohn
4b49964033 Upgrade powa-archivist and siblings
pg_qualstat-1.0.6
pg_stat_kcache-2.1.1
powa-archvist-3.2.0

Release notes:	https://github.com/powa-team/powa-archivist/blob/REL_3_2_0/CHANGELOG.md
		https://github.com/powa-team/pg_qualstats/blob/1.0.6/CHANGELOG
		https://github.com/powa-team/pg_stat_kcache/blob/REL2_1_1/CHANGELOG.md
2018-11-06 23:46:05 +00:00
Mark Linimon
078a5d7419 Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'

Neither emaste nor I can figure out exactly where the offending stanza is
coming in.  It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-24 00:54:27 +00:00
Palle Girgensohn
8cce302fa1 Update to 1.0.2
Fix problem with large WHERE clauses or large IN dittos.
2016-10-18 18:58:16 +00:00
Palle Girgensohn
4eb50a146e 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
2016-09-29 22:42:19 +00:00