summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel-server (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-03-27Remove port repo-copied 5 weeks ago but not completed. It can be added backKris Kennaway26-2148/+0
if/when the committer is ready to proceed. Approved by: portmgr (self) Notes: svn path=/head/; revision=132083
2005-02-16Fresh repo copy, expect a version from CVS here in a short while.Palle Girgensohn1-1/+3
seanc will continue to handle, so make him maintainer (again). Approved by: seanc (mentor) Notes: svn path=/head/; revision=129050
2005-02-09Let pkg-message reflect the renaming of the startup script.Palle Girgensohn1-2/+2
Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor) Notes: svn path=/head/; revision=128395
2005-02-06Add some forgotten manpages.Palle Girgensohn1-3/+6
Approved by: ade (mentor) Notes: svn path=/head/; revision=128193
2005-02-03In order to address a potential security hole recently identified withPalle Girgensohn4-16/+17
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
2005-01-31Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirPalle Girgensohn1-3/+1
Approved by: seanc (mentor) Notes: svn path=/head/; revision=127781
2005-01-31Say hello to postgresql-8.0. Some of the highlights of the new versionPalle Girgensohn23-700/+1285
are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127738
2005-01-23Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel bySean Chittenden1-1/+1
stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=127126
2004-12-21PR ports/75344 - This needs testing and an probably experimentalPalle Girgensohn1-1/+1
build, so it will not be out the door before the ports freeze. Meanwhile, modify BROKEN text to something more informative. Approved by: ade (mentor) Notes: svn path=/head/; revision=124724
2004-12-06Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn1-1/+1
Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
2004-11-23Another step along the road to the postgresql new world order.Ade Lovett26-847/+1142
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
2004-11-05Update postgresql 7.3.7 -> 7.3.8 and 7.4.5 -> 7.4.6 due to securityAde Lovett2-9/+9
advisories in http://www.postgresql.org/news/234.html Note that postgresql 7.2.x is NOT being updated here since it is due for termination real soon now. Submitted by: maintainer, also referenced in ports/73142 (no patch) Notes: svn path=/head/; revision=120905
2004-08-31- update to version 7.4.5:Oliver Eikemeier4-14/+13
* Prevent possible loss of committed transactions during crash * Repair possible crash during concurrent btree index insertions PR: 71176 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Reviewed by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=117737
2004-06-28Upgrade to 7.4.3.Vanilla I. Shu4-15/+28
PR: ports/68456 Submitted by: maintainer Notes: svn path=/head/; revision=112502
2004-03-30Add a note about changes in latest release of PostgreSQL.Sergey A. Osokin1-0/+5
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64933 Notes: svn path=/head/; revision=105689
2004-03-11Update to latest release 7.4.2.Sergey A. Osokin3-6/+11
Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105 Notes: svn path=/head/; revision=103654
2004-02-05Add WITHOUT_NLS knob. Move USE_GETTEXT to proper place.Trevor Johnson1-3/+3
PR: 61836 Submitted by: Palle Girgensohn (maintainer) Pointy hat to: me Notes: svn path=/head/; revision=100045
2004-02-04Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke1-2/+2
Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
2004-02-01- Add note that the function "elog" has been removed fromKirill Ponomarev1-3/+9
pg-7.4 PR: ports/62167 Submitted by: maintainer Notes: svn path=/head/; revision=99702
2004-01-23Now gettext 0.12.1 is gettext-old.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=98909
2004-01-18Update the PostgreSQL ports to use the KRB5_HOME variable instead ofSean Chittenden1-1/+1
LOCALBASE to find krb5-config in the MIT case. Prodded by: Our friendly folks at the ISC who want to use FreeBSD's PostgreSQL ports instead of an unmanaged build from a tarball. Notes: svn path=/head/; revision=98447
2003-12-25Maintainer update to PostgreSQL 7.4.1. This release includes fixed identSean Chittenden5-15/+33
authentication support for FreeBSD (been broken since 7.4). Merry Christmas to all, and to all a good night. Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4-1 Prompted by PR: ports/60542 Obtained from: maintainer Notes: svn path=/head/; revision=96563
2003-12-05Remove the PORTNAME from postgreql-client. PORTNAME is set bySean Chittenden2-4/+28
MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that was missing in the upgrade that has PostgreSQL log to syslog by default[4]. PR: [4] Originally submitted in ports/59402 Submitted by: [1,2,4] maintainer [3] keoki seu <keoki@camelot.physics.wm.edu> Notes: svn path=/head/; revision=95163
2003-12-04Make PORTNAME ovverrideable by slave ports again.Erwin Lansing1-1/+1
This fixes INDEX build Notes: svn path=/head/; revision=95013
2003-12-04Introduce the world to PostgreSQL 7.4! By and large this release isSean Chittenden6-59/+138
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
2003-10-13Set pkg-comment only when there isn't one set yet (make portEdwin Groothuis1-1/+1
master/slave clean) Notes: svn path=/head/; revision=91009
2003-08-26Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke1-0/+1
Prodded by: kris Notes: svn path=/head/; revision=87743
2003-08-25Chase the libintl.so shared lib version.Joe Marcus Clarke1-1/+1
Notes: svn path=/head/; revision=87644
2003-08-12Fix my fault in previous commit: put a pkg-messageSergey A. Osokin1-0/+0
into right place. Notify from: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=86812
2003-08-12Update to 7.3.4Sergey A. Osokin5-63/+30
"In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 55354 Notes: svn path=/head/; revision=86803
2003-07-14get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki1-2/+2
use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
2003-06-19postgresql slave ports, reduce unnecessary portrevision bumpsDaichi GOTO1-0/+1
PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=83302
2003-06-11The control script that ships with the postgresSergey A. Osokin1-1/+1
port (files/pgsql.sh.tmpl) lacks a parameter in the restart option, causing logs to be send to stdout, instead of the log file. Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar> Approved by: maintainer PR: 53142 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82824
2003-06-11Use ${MASTER_SITE_PGSQL} instead of multiple sitesSergey A. Osokin1-14/+1
Submitted by: osa Approved by: maintainer PR: 50397 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82772
2003-06-02Remove a patch file which is no need for 7.3.3.Norikatsu Shigemura1-38/+0
Submitted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=81965
2003-06-02Update to 7.3.3.Norikatsu Shigemura3-42/+18
1. Optionally link with libc_r to get plpython working. [1] 2. Fix kerberos build. [2] 3. There was a duplication of some declarations. [3] PR: ports/52851 PR: ports/51080 [2] Submitted by: Mike Meyer <mwm@mired.org> [1] Submitted by: Gerweck <andy@tacnode.com> [2] Pointed out by: Mike Harding <mvh@ix.netcom.com> [3] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=81964
2003-02-20Add patch for a fix for braindead applications that were depending onSean Chittenden3-1/+31
atoi('') (ex: RT and Horde). While I'm here, de-"pkg-comment"-ify. Port revision bump. Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer Notes: svn path=/head/; revision=75919
2003-02-19Add a patch fix a long standing bug in PostgreSQL with LISTEN/NOTIFYSean Chittenden1-0/+38
queues and shutting down the database. Not bumping port revision, but if you are having problems related to the above, update as necessary. Submitted by: Larry Rosenman <ler@lerctr.org> Notes: svn path=/head/; revision=75907
2003-02-06Update PostgreSQL to the maintenance release 7.3.2.Sean Chittenden4-86/+77
Fixes numerous bugs especially with various interface libraries and pg_dump. All users are advised to upgrade. This update fixes all known problems with the postgresql7 port. See release notes for details: http://developer.postgresql.org/docs/postgres/release-7-3-2.html A dump/restore is *not* required when upgrading to this version. PR: ports/47983 [1], ports/47284 [2], ports/47808 [3] Submitted by: maintainer [1] Jason C. Wells [2] Michel Oosterhof <m.oosterhof@xs4all.nl> [3] Notes: svn path=/head/; revision=74993
2003-01-14Add new man pages.Jimmy Olgeni1-18/+22
PR: 47054 Submitted by: Palle Girgensohn <girgen@rambutan.pingpong.net> Notes: svn path=/head/; revision=73138
2003-01-04Fix DISTFILES typo in databases/postgresql7/MakefileEdwin Groothuis1-1/+1
PR: ports/46749, ports/46748 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>,Rong-en Fan <rafan@infor.org> Notes: svn path=/head/; revision=72498
2003-01-04Download the PostgreSQL documentation and MD5 for the test bundle. TheseSean Chittenden2-1/+3
should ideally be downloaded as needed to save bandwidth. Submitted by: Eric Hodel Notes: svn path=/head/; revision=72490
2003-01-04Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,Sean Chittenden13-430/+597
security, and feature additions. Reduce diffs between postgresql-devel port. Re-initdb required when upgrading from previous release. See release notes for details. Schemas added are system catalogs updated. ::braces for impact:: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3-1 PR: ports/46701 Submitted by: girgen@pingpong.net Notes: svn path=/head/; revision=72481
2002-11-06Port update submitted by maintainerNick Sayer1-1/+3
PR: ports/44983 Submitted by: girgen@pingpong.net Notes: svn path=/head/; revision=69555
2002-10-06Update to 7.2.3 and maintainer's email address. All advised to updatePatrick Li3-14/+8
to this version as soon as possible. Check PR description. PR: ports/43676 Submitted by: maintainer Notes: svn path=/head/; revision=67467
2002-09-13Remove a dead .jp mirror and add the official .jp mirror instead.Akinori MUSHA1-1/+1
Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=66250
2002-08-26Update to 7.2.2, which fixes several security bugs. Do not installTrevor Johnson5-588/+24
documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer) Notes: svn path=/head/; revision=65022
2002-08-25Forbid because of unconfirmed security bugs:Trevor Johnson1-0/+2
The following buffer overruns have been identified and addressed [in 7.2.2]: * in handling long datetime input * in repeat() * in lpad() and rpad() with multibyte * in SET TIME ZONE and TZ env var Notes: svn path=/head/; revision=64973
2002-08-01Chase shlib rev of devel/gettextAde Lovett1-1/+1
Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
2002-06-26Fix build on -CURRENT:Sheldon Hearn1-0/+59
* The compiler in -CURRENT now complains if you precede -I/usr/include with -I... . The same applies to -I/usr/lib . * The distribution's configure file treats the compiler's unexpected warning message as a failure and errors out. Maintainer notified in private mail. Notes: svn path=/head/; revision=62050