IABSD.fr/ports/databases/postgresql

Branch :


Log

Author Commit Date CI Message
5abf9f80 2017-08-14 11:56:54 Security update to 9.6.4
2ef5ff68 2017-06-13 12:59:47 The manual manual pages (of the usual poor DocBook quality) now look better with mandoc than with groff, so drop USE_GROFF and bump those four of the six subpackages that contain manual pages.
b016cd65 2017-05-23 14:17:00 switch README to using rcctl, ok pea@
7200f9f7 2017-05-17 07:34:19 Security update to 9.6.3 ( CVE-2017-7484, CVE-2017-7485, CVE-2017-7486)
7ad17c99 2017-05-11 13:44:15 Fix bug with create extension plperl ( Util.c: loadable library and perl binaries are mismatched ) Spotted and fix by Markus Hennecke, Thanks !
1a4d554e 2017-02-10 14:07:28 Update to 9.6.2 ok jeremy@
a896ba30 2017-02-09 15:14:11 Adjust pg_upgrade docs. Written by jeremy@ based on my notes, with small tweaks by me to avoid hardcoding versions (both in this README and in the @ask-update in PLIST). OK jeremy@ pea@
4cd880e9 2016-12-26 13:56:04 Base gcc does not have atomic builtins on arm. Instead of disabling spinlocks build with ports gcc for now to get the atomic builtins. ok sthen@
382a9341 2016-12-21 07:43:57 disable spinlocks on arm, so we can have a postgresql package
55e0b1aa 2016-12-18 18:18:27 Update to PostgreSQL 9.6.1 This moves pg_upgrade to a subpackage, and has that subpackage depend on postgresql-previous. pthread is removed from WANTLIB, as it is no longer needed for suppoting threaded extensions. This adds support for PostgreSQL 9.6's new BSD authentication. OK pea@ landry@