aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql94-client
Commit message (Collapse)AuthorAgeFilesLines
* Some binaries where moved from contrib to base in 9.5, like pgbench andPalle Girgensohn2016-01-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | pg_upgrade. Other where added in 9.5, but the port failed to install them. Make sure they are properly installed by the correct port (-client or -server) [1] Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] Add options to allow user to be set for the backup script in periodic. Add this option only to 9.5 for now. It will be updated to other servers at next regular patch release. [3] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. Noticed by: Paul Guyot [1] PR: 192387 [2] PR: 172110 [3] PR: 206046 [4] Notes: svn path=/head/; revision=406034
* Update PostgreSQL port to latest version.Palle Girgensohn2015-10-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | Two security issues have been fixed in this release which affect users of specific PostgreSQL features: CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service. CVE-2015-5288: The crypt( function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed. This update will also disable SSL renegotiation by default; previously, it was enabled by default. SSL renegotiation will be removed entirely in PostgreSQL versions 9.5 and later. URL: http://www.postgresql.org/about/news/1615/ Security: CVE-2015-5288 CVE-2015-5289 Notes: svn path=/head/; revision=398895
* Update PostgreSQL ports to latest version.Palle Girgensohn2015-05-221-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 Notes: svn path=/head/; revision=387089
* Revert the change from readline to libedit, and instead make libedit optional.Palle Girgensohn2015-02-071-3/+1
| | | | | | | PR: ports/197362 Notes: svn path=/head/; revision=378604
* Update PostgreSQL-9.x to latests versions.Palle Girgensohn2015-02-051-1/+3
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=378500
* Update PostgreSQL 9.4 to release candidate 1.Palle Girgensohn2014-11-191-0/+1
| | | | Notes: svn path=/head/; revision=372796
* Revert r247147.Palle Girgensohn2014-11-121-1/+0
| | | | | | | | | | We need -pthread in LDFLAGS for threaded extensions like plv8js to work. PR: 175783 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Notes: svn path=/head/; revision=372487
* Update to PostgreSQL 9.4 beta3Palle Girgensohn2014-10-091-2/+0
| | | | Notes: svn path=/head/; revision=370540
* Fixes build with readline from portsBaptiste Daroussin2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359941
* fix broken plistPalle Girgensohn2014-05-201-1/+1
| | | | Notes: svn path=/head/; revision=354693
* The PostgreSQL Global Development Group announced that the first betaPalle Girgensohn2014-05-181-0/+22
release of PostgreSQL 9.4, the latest version of the world's leading open source database, is available today. This beta contains previews of all of the features which will be available in version 9.4, and is ready for testing by the worldwide PostgreSQL community. Please download, test, and report what you find. Major Features -------------- The new major features available for testing in this beta include: * JSONB: 9.4 includes the new JSONB "binary JSON" type. This new storage format for document data is higher-performance, and comes with indexing, functions and operators for manipulating JSON data. * Replication: The new Data Change Streaming API allows decoding and transformation of the replication stream. This lays the foundation for new replication tools that support high-speed and more flexible replication and scale-out solutions. * Materialized Views with "Refresh Concurrently", which permit fast-response background summary reports for complex data. * ALTER SYSTEM SET, which enables modifications to postgresql.conf from the SQL command line and from remote clients, easing administration tasks. Notes: svn path=/head/; revision=354425