aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-contrib
Commit message (Collapse)AuthorAgeFilesLines
* In order to address a potential security hole recently identified withPalle Girgensohn2005-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de> Notes: svn path=/head/; revision=127966
* Bump portrevisionPalle Girgensohn2005-01-311-1/+1
| | | | Notes: svn path=/head/; revision=127747
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-313-167/+24
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn2004-12-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
* Upgrade to 7.4.3.Vanilla I. Shu2004-06-281-1/+1
| | | | | | | | PR: ports/68456 Submitted by: maintainer Notes: svn path=/head/; revision=112502
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Introduce the world to PostgreSQL 7.4! By and large this release isSean Chittenden2003-12-042-16/+15
| | | | | | | | | | | | | | | | | | regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat) Notes: svn path=/head/; revision=94977
* Use another way for PortgreSQL slave ports (make without -C),Sergey A. Osokin2003-09-041-3/+3
| | | | | | | | | | | | because much more people still use old versions of make. For committers: please use the same way for following PRs: 56345-56350. Spotted by: Dan Langille <dan@langille.org> via FreshPorts Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=88502
* Add ipc_check and reindexdb.Sergey A. Osokin2003-09-032-55/+70
| | | | | | | | | | | | | | | Change the way postgres slave ports build: use ${MAKE} -V instead of .include. Use ${USE_BISON}. Bump ${PORTREVISION}. Utilize ${DOCSDIR}. [1] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer), osa [1] Approved by: maintainer PR: 56342 Notes: svn path=/head/; revision=88444
* New port: postgresql-contribEdwin Groothuis2003-08-244-0/+200
New port, containing all contrib stuff distributed with postgresql From the README: The PostgreSQL contrib tree --------------------------- This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Most items can be built with `gmake all' and installed with `gmake install' in the usual fashion, after you have run the `configure' script in the top-level directory. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql See the PostgreSQL documentation for more information about this procedure. PR: ports/53181 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=87602