summaryrefslogtreecommitdiff
path: root/databases/postgresql73-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.Clive Lin2001-03-151-1/+1
| | | | | | | | | | | | | | | | This would cure headache like apache module linking against libpq fail to work after rebooting. Originally, maintainer and I want this commit to go with the PostgreSQL updating. But we both think that the latest PostgreSQL would not be released before FreeBSD 4.3-RELEASE ports freeze. As a conclusion, PORTREVISION bumped. Discussed with/Submitted by: MAINTAINER Notes: svn path=/head/; revision=39895
* Fix problems when installing postgresql7 with pkg_add:Clive Lin2001-03-151-2/+2
| | | | | | | | | | | | | | | - pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER Notes: svn path=/head/; revision=39873
* Update to version 7.0.3.Steve Price2000-12-119-16/+124
| | | | | | | | PR: 23371 Submitted by: maintainer Notes: svn path=/head/; revision=35882
* allow PostgreSQL to compile and run on Alpha.Andreas Klemm2000-08-311-0/+42
| | | | | | | | | | The DB is 64-bit capable so really only a few bits of configuration for FreeBSD were needed. Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu> Notes: svn path=/head/; revision=32148
* Update to 7.0.2.Akinori MUSHA2000-06-202-1/+3
| | | | | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess. Notes: svn path=/head/; revision=29698
* make startup script work (start/stop)Andreas Klemm2000-05-252-20/+23
| | | | | | | Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28745
* upgrade postgresql to v 7.0 releaseAndreas Klemm2000-05-243-23/+47
| | | | | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=28731
* Update to postgresql 7 beta 5Andreas Klemm2000-04-171-17/+10
| | | | | | | | | closes PR PR: 17736 Notes: svn path=/head/; revision=27703
* Update to version 6.5.2.Chris Piazza1999-10-103-11/+12
| | | | | | | | | | | | | | | | | and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=22314
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21083
* Update postgresql to 6.5.1Andreas Klemm1999-07-211-2/+2
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294
* These were missing as wellAndreas Klemm1999-06-292-0/+22
| | | | Notes: svn path=/head/; revision=19903
* Forgot to add this patchAndreas Klemm1999-06-291-0/+32
| | | | Notes: svn path=/head/; revision=19902
* upgrade to postgresql 6.5Andreas Klemm1999-06-292-37/+30
| | | | | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se> Notes: svn path=/head/; revision=19901
* Fix build for ELF and update PLIST to match the current state of affairs.Steve Price1999-02-041-0/+16
| | | | | | | PR: 9685 Notes: svn path=/head/; revision=16531
* Upgrade postgresql to version 6.3.2Andreas Klemm1998-04-211-3/+3
| | | | | | | | | | | | | | | | | | | Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker <scrappy@hub.org> Notes: svn path=/head/; revision=10625
* Forgot cvs add for the previous commit.Andreas Klemm1998-01-311-0/+69
| | | | | | | Please test. Notes: svn path=/head/; revision=9540
* - remove the ampersand, postmaster process automatically goes intoAndreas Klemm1997-10-051-4/+8
| | | | | | | | | | | | background because of the -S option. - remove the -D datadir option, it's meaningless, because the pgsql user environment overwrites it with the PGDATA env variable. Since this is important and might cause some headache, I mentioned this in ~pgsql/.profile and the startup script. Submitted by: John Fiber Notes: svn path=/head/; revision=8127
* Point to pgaccess in the post-installation notes.Andreas Klemm1997-10-051-1/+4
| | | | Notes: svn path=/head/; revision=8121
* forgot the backslashes in the script.Andreas Klemm1997-10-031-3/+3
| | | | Notes: svn path=/head/; revision=8096
* Upgrade from version 6.1.1 to 6.2Andreas Klemm1997-10-032-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages Notes: svn path=/head/; revision=8095
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLMarc G. Fournier1997-04-101-5/+3
| | | | | | | port, which is going to be removed Notes: svn path=/head/; revision=6177
* revive postgres95 as postgresql with full history as requested by Satoshi.Peter Wemm1997-04-091-0/+8
| | | | Notes: svn path=/head/; revision=6172
* Remove now obsolete postgres95 portJames FitzGibbon1997-04-021-8/+0
| | | | | | | | | | | | Clean up newly imported PostgreSQL port: - variable reorganization and cleanup - remove NOMANCOMPRESS conditional in favour of MAN?= - prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile - change package name to remove 'v' - remove some of the latent bugs left over from the postgres95 port. Notes: svn path=/head/; revision=6114
* More updates...www.ki.net doesn't exist anymoreMarc G. Fournier1997-04-021-1/+1
| | | | Notes: svn path=/head/; revision=6112
* Import of Postgres95, a next-generation DMBS research prototype.James FitzGibbon1996-09-231-0/+8
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net> Notes: svn path=/head/; revision=3849