aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql91-client
Commit message (Collapse)AuthorAgeFilesLines
* Update PostgreSQL ports to latest version.girgen2015-05-231-1/+1
| | | | | | | | | | | | | | | Data Corruption Fix For users of PostgreSQL versions 9.3 or 9.4, this release fixes a problem where the database will fail to protect against "multixact wraparound", resulting in data corruption or loss. Users with a high transaction rate (1 million or more per hour) in a database with many foreign keys are especially vulnerable. We strongly urge all users of 9.4 and 9.3 to update their installations in the next few days. Users of versions 9.2 and earlier are not affected by this issue. Security: fc38cd83-00b3-11e5-8ebd-0026551a22dc
* Revert the change from readline to libedit, and instead make libedit optional.girgen2015-02-081-4/+1
| | | | PR: ports/197362
* Update PostgreSQL-9.x to latests versions.girgen2015-02-061-1/+2
| | | | | | | | | | | This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161
* Convert pgsql ports to use USES+=pgsqlcrees2014-08-261-1/+1
| | | | Reviewed by: bapt
* Fixes build with readline from portsbapt2014-07-011-0/+1
|
* Stage supportantoine2014-02-271-1/+0
| | | | | Reviewed by: postgresql@ Tested by: miwi and me
* - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintsunpoet2013-10-161-2/+1
| | | | | | | | - Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql)
* - Fix pkg name collisionjgh2013-10-101-1/+3
| | | | | Reviewed by: pgsql@ With hat: pgsql@
* - revert r329725jgh2013-10-081-2/+1
| | | | | Reported by: qat@ With hat: pgsql@
* - Fix pkg name collisionjgh2013-10-081-1/+2
| | | | | Reviewed by: crees@ With hat: pgsql@
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-7/+2
| | | | databases)
* - To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting increes2012-01-261-0/+2
| | | | | | | | three fewer Makefiles to maintain - Switch patch master site - Various cleanups
* Add postgresql 9.1 beta1.girgen2011-06-121-0/+23
See http://www.postgresql.org/about/news.1313 for more info. Also, use USERS knob instead of explicitally creating the pgsql user while still accepting alternative names, using [1] with some added magic. PR: 157667 [1]