aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_stat_kcache
Commit message (Collapse)AuthorAgeFilesLines
* databases/pg_stat_kcache: update to 2.2.0Palle Girgensohn2021-08-183-5/+7
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Upgrade pg__stat_kcache to 2.0.3Palle Girgensohn2020-08-033-5/+8
| | | | | | | Release notes: https://github.com/dalibo/pg_stat_kcache/blob/REL2_0_3/CHANGELOG.md Notes: svn path=/head/; revision=544055
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508835
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Fix USE_GITHUB usage.Mathieu Arnold2018-11-212-5/+5
| | | | Notes: svn path=/head/; revision=485502
* Upgrade powa-archivist and siblingsPalle Girgensohn2018-11-064-15/+13
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484367
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark Linimon2018-06-241-3/+4
| | | | | | | | | | | | | | | 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 2.0.3Palle Girgensohn2016-10-046-12/+16
| | | | | | | | | | | | | | | | Add PG 9.6 compatibility Fix issues in shared memory estimation, which could prevent starting postgres or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the report) Add hint of possible reasons pgss.max could not be retrieved, which could prevent starting postgres Make portlint happy Notes: svn path=/head/; revision=423248
* Github cleanup.Mathieu Arnold2016-06-012-4/+5
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Add pg_stat_kcache modulePalle Girgensohn2016-05-286-0/+50
Gathers statistics about real reads and writes done by the filesystem layer. It is provided in the form of an extension for PostgreSQL >= 9.4., and requires pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is required as previous version of provided pg_stat_statements didn't expose the queryid field. WWW: https://github.com/dalibo/pg_stat_kcache Notes: svn path=/head/; revision=416058