aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/pkg-install-server
Commit message (Collapse)AuthorAgeFilesLines
* Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman2016-07-011-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql-9.0.x was declared EoL in September 2015. Summary: Remove 9.0 from the list of postgresql versions available in ports Disconnect postgresql90 ports from the build Remove postgresql90-pgtcl port Remove postgresql90-client port Move the master postgreslXY-plperl makefile to postgresql95-plperl/Makefile. Adjust include lines in other postgresqlXY-plperl ports Delete postgresql90-plperl Move the master postgreslXY-plpython/{Makefile,pkg-descr} to postgresl95-plpython/{Makefile,pkg-descr} Adjust all other postgresqlXY-plpython/Makefile to include the new master Remove postgresql90-server Reviewers: jgh, girgen, #portmgr, O5 Ports Framework, bapt, crees Reviewed By: #portmgr, O5 Ports Framework, bapt, crees Subscribers: mat Differential Revision: https://reviews.freebsd.org/D6898 Notes: svn path=/head/; revision=417899
* Re-add databases/postgresql90-server, for nowRene Ladan2016-05-161-0/+27
| | | | | | | databases/postgresql9*-pl{perl|python} need it. Notes: svn path=/head/; revision=415347
* Remove expired ports:Rene Ladan2016-05-161-27/+0
| | | | | | | | | | | 2016-04-13 databases/postgresql90-contrib: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-pltcl: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-client: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-docs: "EOL was reached in September 2015" 2016-04-13 databases/postgresql90-server: "EOL was reached in September 2015" Notes: svn path=/head/; revision=415344
* Various tidiness patches:Chris Rees2012-03-051-1/+1
| | | | | | | | | | | | | | | - Compact -plperl ports - Portlint for 90-plperl - Update version numbers in pkg-install-server - s/spaces/tabs/ - Use ${} instead of $() - s/YES/yes/ - Tidy IGNORE values Submitted by: sunpoet Notes: svn path=/head/; revision=292772
* The PostgreSQL Global Development Group today released minor version updatesPalle Girgensohn2011-10-181-0/+27
| | | | | | | | | | | | | | | | for all active branches of the PostgreSQL object-relational database system, including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22. All users are strongly urged to update their installations at the next scheduled downtime. URL: http://www.postgresql.org/about/news.1355 Cleanup ports. Better handling of the knob PG_USER. Also add uuid to 9.0 and 9.1 contrib ports. Notes: svn path=/head/; revision=283757
* Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.Palle Girgensohn2011-04-181-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This update contains a critical fix to the pg_upgrade utility which prevents significant downtime issues. Do not use pg_upgrade without installing this update first. The issue with pg_upgrade and the fix are detailed on the PostgreSQL wiki: http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix Users who have already used pg_upgrade should run the database repair script given on that page on their databases as soon as possible. See the release notes for each version at http://www.postgresql.org/docs/current/static/release.html for a full list of changes with details. Allow the username of the postgresql user to configurable for 8.4 and 9.0. Largely inspired by the work of Jason Helfman [153668, 153136]. Change PGUSER knob to PG_USER not to clash with PGUSER environment. PR: 153668, 153136, 155493, 155137 Notes: svn path=/head/; revision=272900
* Remove bad "BETA" alert. This is not beta anymore.Palle Girgensohn2008-02-181-2/+0
| | | | | | | Set update_process_title = off, as suggested by kris@ and others. Notes: svn path=/head/; revision=207511
* Update to RC2.Palle Girgensohn2008-01-221-13/+13
| | | | | | | | | | | | | | | | | [1] Fix problem installing from package. [2] Use DISTVERSION instead of PORTVERSION. (the port reports now correct version 8.3.r2) [2] Enable more 8.3 features: - Add OPTION for the new XML data type (default: enabled) - Add OPTION for usage of system timezone data (default: included tzdata) PR: ports/119770 [1], ports/119561 [2] Submitted by: Artis Caune [1], Martin Matuska [2] Notes: svn path=/head/; revision=206026
* Update all PostgreSQL ports to latest versions.Palle Girgensohn2008-01-071-6/+4
| | | | | | | | | | This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905 Notes: svn path=/head/; revision=205167
* Update to PostgreSQL 8.3 beta2.Palle Girgensohn2007-11-011-1/+1
| | | | | | | | | | | http://www.postgresql.org/developer/beta This is beta quality, don't use in production. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202471
* Introducing the first beta of PostgreSQL 8.3Palle Girgensohn2007-10-151-0/+2
| | | | | | | | Note that this is a BETA VERSION of the PostgreSQL server. Use it only for testing. Notes: svn path=/head/; revision=201504
* Another step along the road to the postgresql new world order.Ade Lovett2004-11-231-0/+65
Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer Notes: svn path=/head/; revision=122238