summaryrefslogtreecommitdiff
path: root/databases/pg_qualstats
Commit message (Collapse)AuthorAgeFilesLines
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark Linimon2018-06-241-0/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=473169
* Update to 1.0.2Palle Girgensohn2016-10-183-4/+5
| | | | | | | Fix problem with large WHERE clauses or large IN dittos. Notes: svn path=/head/; revision=424205
* Add a suite of real time metrics tools for PostgreSQLPalle Girgensohn2016-09-296-0/+63
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 Notes: svn path=/head/; revision=422953