aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql93-server
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak builds after the lang/python27 update (r363790)Marcus von Appen2014-08-021-11/+0
| | | | | | | Exp-run: 192242, 192244 Notes: svn path=/head/; revision=363792
* Update to the latest snapshots.Chris Rees2014-07-304-109/+99
| | | | | | | | | | | uuid-ossp patch has been outdated with irrelevant changes (for us), so massage back in. In head of postgresql, this is handled properly, so eventually the ossp patches can go. Notes: svn path=/head/; revision=363500
* In preparation for upcoming ICU-5.3 upgrade, I failed to update distfile on ↵Palle Girgensohn2014-06-121-2/+2
| | | | | | | slave ports Notes: svn path=/head/; revision=357591
* Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will needPalle Girgensohn2014-03-211-0/+10
| | | | | | | the ossp library present, and then we never use it. Notes: svn path=/head/; revision=348732
* The PostgreSQL Global Development Group has released an update to all supportedPalle Girgensohn2014-03-204-7/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version of the database system, including versions 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21. This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. The data corruption issue in PostgreSQL 9.3 affects binary replication standbys, servers being recovered from point-in-time-recovery backup, and standalone servers which recover from a system crash. The bug causes unrecoverable index corruption during recovery due to incorrect replay of row locking operations. This can then cause query results to be inconsistent depending on whether or not an index is used, and eventually lead to primary key violations and similar issues. For this reason, users are encouraged to replace each of their standby databases with a new base backup after applying the update. See release notes for more changes. URL: http://www.postgresql.org/docs/current/static/release.html URL: https://wiki.postgresql.org/wiki/20140320UpdateIssues A change specific to the FreeBSD port: Modify the contrib/uuid-ossp to actually work (not crashing the backend) by using the libc implementation of uuid instead of the ossp port. Schemas and queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION support added by girgen@. URL: http://pgfoundry.org/projects/uuid-freebsd PR: ports/121745, ports/182846 Notes: svn path=/head/; revision=348685
* Stage supportAntoine Brodin2014-02-262-15/+256
| | | | | | | | Reviewed by: postgresql@ Tested by: miwi and me Notes: svn path=/head/; revision=346217
* The PostgreSQL Global Development Group has released an importantPalle Girgensohn2014-02-204-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | update to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and 8.4.20. This update contains fixes for multiple security issues, as well as several fixes for replication and data integrity issues. All users are urged to update their installations at the earliest opportunity, especially those using binary replication or running a high-security application. This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. Before this fix, any member of a ROLE was able to grant others access to the same ROLE regardless if the member was given the WITH ADMIN OPTION permission. It also fixes multiple privilege escalation issues, including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, and CVE-2014-0066. More information on these issues can be found on our security page and the security issue detail wiki page. Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063 CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067 Notes: svn path=/head/; revision=345257
* fix messed up file sizes for icu patchPalle Girgensohn2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343714
* Chase ICU updatePalle Girgensohn2014-02-101-2/+2
| | | | Notes: svn path=/head/; revision=343650
* The PostgreSQL Global Development Group has released a critical updatePalle Girgensohn2013-12-052-3/+3
| | | | | | | | | | | | | to all supported versions of the PostgreSQL database system, which includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This update fixes three serious data-loss bugs affecting replication and database maintenance. All users are urged to update their installations at the earliest opportunity. URL: http://www.postgresql.org/about/news/1492/ Notes: svn path=/head/; revision=335673
* - Fix PLIST for python3Sunpoet Po-Chuan Hsieh2013-10-281-7/+8
| | | | | | | | Submitted by: sunpoet (myself) Approved by: crees (pgsql) Notes: svn path=/head/; revision=331888
* - Remove DISTV: only used in PKGNAMESUFFIX and complained by portlintSunpoet Po-Chuan Hsieh2013-10-151-2/+1
| | | | | | | | | | | - Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql) Notes: svn path=/head/; revision=330414
* Update PostgreSQL ports to 9.3.1, 9.2.5, 9.1.10, 9.0.14, and 8.4.18.Palle Girgensohn2013-10-124-5/+7
| | | | | | | | | | | Note that users of the hstore extension on version 9.3 must take an additional, post upgrade step of running "ALTER EXTENSION hstore UPDATE" in each database after update. URL: http://www.postgresql.org/about/news/1487/ Notes: svn path=/head/; revision=330109
* - Fix pkg name collisionJason Helfman2013-10-101-1/+2
| | | | | | | | Reviewed by: pgsql@ With hat: pgsql@ Notes: svn path=/head/; revision=329946
* - revert r329725Jason Helfman2013-10-071-2/+1
| | | | | | | | Reported by: qat@ With hat: pgsql@ Notes: svn path=/head/; revision=329729
* - Fix pkg name collisionJason Helfman2013-10-071-1/+2
| | | | | | | | Reviewed by: crees@ With hat: pgsql@ Notes: svn path=/head/; revision=329725
* Fix plistChris Rees2013-09-291-15/+0
| | | | | | | | PR: ports/182489 Submitted by: antoine Notes: svn path=/head/; revision=328729
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Install libpgcommon.a, required by extensions.Palle Girgensohn2013-09-182-1/+9
| | | | | | | PR: ports/182190 Notes: svn path=/head/; revision=327537
* Update to postgreSQL 9.3.0Palle Girgensohn2013-09-094-40/+3
| | | | | | | | | | | | | | | | | | | Major enhancements in PostgreSQL 9.3 include: - Add materialized views - Make simple views auto-updatable - Add many features for the JSON data type, including operators and functions to extract elements from JSON values - Implement SQL-standard LATERAL option for FROM-clause subqueries and function calls - Allow foreign data wrappers to support writes (inserts/updates/deletes) on foreign tables - Add a Postgres foreign data wrapper to allow access to other Postgres servers - Add support for event triggers - Add optional ability to checksum data pages and report corruption - Prevent non-key-field row updates from blocking foreign key checks - Greatly reduce System V shared memory requirements URL: http://www.postgresql.org/docs/9.3/static/release-9-3.html Notes: svn path=/head/; revision=326817
* Update PostgreSQL 93 to beta 2.Palle Girgensohn2013-06-284-5/+5
| | | | | | | URL: http://www.postgresql.org/about/news/1471/ Notes: svn path=/head/; revision=321954
* Add missing pb_basebackupPalle Girgensohn2013-05-152-7/+13
| | | | Notes: svn path=/head/; revision=318267
* pkgconfig belongs under libdataPalle Girgensohn2013-05-122-5/+15
| | | | Notes: svn path=/head/; revision=317984
* Properly bump PORTREVISION on postgresql-client-9.3.beta1Palle Girgensohn2013-05-121-1/+1
| | | | Notes: svn path=/head/; revision=317979
* Update postgresql93-client to properly depend on pkgconfigPalle Girgensohn2013-05-121-1/+1
| | | | | | | Reported by: Ports-QAT Notes: svn path=/head/; revision=317978
* Add postgresql 9.3 beta1Palle Girgensohn2013-05-126-573/+260
| | | | Notes: svn path=/head/; revision=317925
* Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*Palle Girgensohn2013-05-1126-0/+2631
Notes: svn path=/head/; revision=317924