Commit graph

51 commits

Author SHA1 Message Date
Sean Chittenden
a7add41450 Update to 8.0.0rc5. This is likely the last update for this port until it
carries the 8.0 release.  The postgresql80-server port is being held up by
the 4.11 release because 80-server requires scads of changes to Mk/*.mk
which won't be committed until after 4.11 is pushed out the door.  Until
4.11, -devel will act as the 80-server until such time as 80-server is
enabled.  Get all that?  Good.

Approved by:	girgenson@, ade@
2005-01-17 00:03:29 +00:00
Sean Chittenden
dcc1f78261 Update to 8.0rc1. 2004-12-18 21:01:17 +00:00
Sean Chittenden
a7680eb1ac Update to PostgreSQL 8 beta 4. PostgreSQL is coming down the home stretch
for 8.0: extreme pounding is encouraged.

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0
2004-11-02 09:30:40 +00:00
Sean Chittenden
5bf13aab09 Update to Ora^WPostgreSQL 8i^H.0beta2. New features since the 7.X series
include: point in time recovery, save points (ie, nested transactions),
table spaces, a new perl server side language, and a whole host of other
features (*grumble* native win32 *grumble*).  Unlike previous development
snapshots, there are actual release notes now, which can be found here:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0
2004-08-31 23:20:53 +00:00
Sean Chittenden
8798bb8a94 Update PostgreSQL's snapshot to today. Included are numerous fixes and
features, most significantly table spaces.  Release notes haven't been
updated yet, but since PostgreSQL is about a month or two away from beta,
it's time to start updating this port on a more regular basis.  Needless to
say, a dump/reload is needed when coming from the last -devel version.
2004-06-25 19:50:47 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sean Chittenden
41a5f66f86 Update to the latest and greatest snapshot from the PostgreSQL crew. 2003-12-04 08:25:00 +00:00
Sean Chittenden
aaa01ff8f4 Given that 7.4's release is imminent, start tracking the 7.5 code base
which already has some slick improvements (now uses ARC and not LRU for
cache).
2003-11-17 21:23:55 +00:00
Sean Chittenden
b6c65fd86c Upgrade to 7.4 RC2. For those that don't want to wait till Monday to
play with 7.4, here 'ya go.  As of this version, the port will
correctly depend on bison 1.875, which may, for better or worse, 'cause
some confusion with users who don't read the build logs and don't not
the output from the relevant CONFLICTS section[1].  Regardless, far too
many people have noted the missing detection for a build dependency on
bison1875, so that has finally been addressed (*kicks bison authors for
incompatibilities*).  Starting Monday, I'm going to update this to HEAD
that way people who want to see the new ARC page caching algo in action
can.

Submitted by:	[1] a cast of hundreds of innocent victims^Wbystanders

Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4
2003-11-15 22:38:44 +00:00
Sean Chittenden
df27630da3 Update to beta5. RC1 should be coming in a week. There were a few
schema changes to the information_schema which require an initdb, sorry.
On an upbeat note, the release notes were finally flushed out with the
details of what's been completed for 7.4.  Enjoy!

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-10-23 19:29:21 +00:00
Sean Chittenden
89d3cf7a9f Add a cast of tunables (mostly for for development and debugging) and
upddate the port for 7.4 beta 4.
2003-10-03 21:49:19 +00:00
Sean Chittenden
4601730960 Update to the latest snapshot for 7.4beta3. Mostly bug fixes, but the
most significant change is the ability to change PostgreSQL's block size
with the nob: WITH_PGBLOCKSIZE=("16K"|"32K").  Release notes:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-10-01 07:21:41 +00:00
Sean Chittenden
5f120da46e Before too many folks upgrade to chase the intl port version bump, let me
upgrade to a recent snapshot.  initdb required, but there are a few fixes
that have been incorporated since beta1 was released that are worthwhile.
Release notes URL:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-08-27 03:05:40 +00:00
Sean Chittenden
97b7da8bdb PostgreSQL's now in 7.4 beta1. This update includes a few fixes after
the 7.4beta1 tag went down.  Please report any failures or successes on
exotic hardware (ie: !i386, !alpha).

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-08-08 00:49:35 +00:00
Sean Chittenden
741a9a3263 Now that PostgreSQL is in feature freeze, update the -devel port to a
2003-07-21 snapshot.  Sans small tweaks, updates to error codes/messages,
and any problems found in the formal beta, this is going to be 7.4.  Please
let me know if anyone has any problems running this (this version has amd64
support too!).  Release notes:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-07-22 18:48:36 +00:00
Sean Chittenden
81e7742353 PostgreSQL 7.4 is a few weeks from hitting beta. Update the -devel port to
aid shaking out bugs.  Too many fixes, performance bits, protocol changes,
and features have been changed/added in the last month to summarize.  See
the release notes for details.

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-06-30 22:20:30 +00:00
Sean Chittenden
3f2afec718 Repack the -devel port now that version 3.0 of the wire protocol has been
finalized between the client and server.  While here, fix the plist, change
WITH_PGCRYPTO to be WITHOUT_PGCRYPTO that way the port defaults to
installing the crypto libraries.  Now that we have hardware support for
crypto devices, go out of our way to make sure that pgcrypto uses
openssl where applicable and reads from /dev/urandom for entropy.
2003-05-09 01:36:37 +00:00
Sean Chittenden
3bf5efbfd5 Upgrade PostgreSQL-devel to 2003-05-06. Requires devel/bison1875 to
build.  New version includes many protocol updates and other various
goodies.  See the release notes for details.

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-05-07 06:24:10 +00:00
Sean Chittenden
1c21b2058f Update to snapshot of PostgreSQL on 2003.02.16. 2003-02-17 01:07:35 +00:00
Sean Chittenden
926df10142 Update to a a 2003-01-26 snapshot of PostgreSQL. Documentation is not
included in this port at the moment, please see the developer docs online.

http://developer.postgresql.org/docs/postgres/

For a list of changes (mostly significant improvements for large queries):

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
2003-01-27 23:22:02 +00:00
Sean Chittenden
56eeb6e4e9 Update PostgreSQL to 7.3.1. Fix spac64[1].
PR:		ports/46666
Submitted by:	[1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl>
Obtained from:	[1] PostgreSQL repo
2003-01-02 04:04:39 +00:00
Sean Chittenden
c64e2df724 Update PostgreSQL-devel to 7.3 release. Once the ports freeze is over the
mainline postgresql7 port will be updated.  7.3 introduces many new
features, most notably schemas, drop column, table functions, and
prepared queries were added in this release.  Please read the release
notes for details.

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3

Approved by:	portmgr
2002-11-28 08:35:51 +00:00
Sean Chittenden
59148f3e9f Updated PostgreSQL to 7.3 rc1. 2002-11-20 21:07:48 +00:00
Sean Chittenden
84706ed727 Update to PostgreSQL 7.3 beta 5. 2002-11-08 22:38:20 +00:00
Sean Chittenden
b152472191 Updated PostgreSQL to 7.3beta4. This version fixes all known problems
on -CURRENT and should be the last release before rc1.  Updated the
optimized CFLAGS as well.

PR:		ports/44893
Submitted by:	Vladimir Chukharev <chu@gpi.ru>
2002-11-05 02:14:55 +00:00
Sean Chittenden
6e6ddae191 Update postgresql-devel to 7.3 beta3 and add a make check to perform
the regression tests[1].  Update the MASTER_SITES list so that it isn't
painfully slow to obtain the tarballs.  Added several new US mirrors to
help distribute the load.  An initdb is required when upgrading.

PR:		ports/44526
Submitted by:	[1] Vladimir Chukharev <chu@gpi.ru>
2002-10-27 20:16:19 +00:00
Sean Chittenden
3256a1e431 Updated to 7.3b2. Many improvements and bug fixes over previous beta.
The location of the distfiles has changed with this release, compensate
accordingly.  Re-initdb required.

Approved by:	portmgr/knu (mentor)
2002-09-29 08:45:45 +00:00
Sean Chittenden
11d66f7e29 Adding a development port for PostgreSQL. postgresql-devel will have its
distfiles periodically updated to track PostgreSQL between major releases.
Port is repo copied from databases/postgresql7 and has been updated to
7.3b1.

Approved by:	portmgr && knu (mentor)
2002-09-23 22:01:46 +00:00
Trevor Johnson
c80f4eaad8 Update to 7.2.2, which fixes several security bugs. Do not install
documentation--it will be in a separate port.

PR:			42009
Submitted by:		Palle Girgensohn (maintainer)
2002-08-26 08:12:40 +00:00
Ying-Chieh Liao
b345761190 upgrade to 7.2.1
PR:		36975
Submitted by:	maintainer
2002-04-11 04:58:11 +00:00
Vanilla I. Shu
0c0bcdc10b Upgrade to 7.2, and spilit into several ports.
PR:		ports/34855
Submitted by:	maintainer.
2002-02-19 08:23:22 +00:00
Clive Lin
5c871f4845 Update the PostgreSQL port to 7.1.3.
A note about how to install languages into a PostgreSQL database is added.

PR: ports/29916
Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER)
              Michal Pasternak <doc@lublin.t1.pl> (the note)
2001-08-21 04:31:39 +00:00
Ying-Chieh Liao
bcb99491a7 upgrade to 7.1.2
PR:		27676
Submitted by:	maintainer
2001-05-27 12:10:49 +00:00
Vanilla I. Shu
dc12b45807 Upgrade to 7.1.1
PR:		ports/27220
Submitted by:	maintainer
2001-05-09 06:00:37 +00:00
Vanilla I. Shu
bfb9f8e6c9 Upgrade to 7.1, change to new layout style.
PR:				ports/26741
Submitted by:	maintainer
2001-04-21 11:34:34 +00:00
Steve Price
a348e709cc Update to version 7.0.3.
PR:		23371
Submitted by:	maintainer
2000-12-11 03:22:07 +00:00
Akinori MUSHA
7145c7d0d1 Update to 7.0.2.
Fix NOPORTDOCS support.

Fix PLIST in many respects, especially for pgacess.
2000-06-20 05:08:07 +00:00
Andreas Klemm
af0564d809 upgrade postgresql to v 7.0 release
thanks for complete diffs ;-)
closed PR

PR:	18699
Obtained from:	Palle Girgensohn <girgen@partitur.se>
2000-05-24 14:11:19 +00:00
Andreas Klemm
358c2408d6 Update to postgresql 7 beta 5
closes PR

PR:		17736
2000-04-17 20:56:06 +00:00
Andreas Klemm
33820a8bca Long awaited upgrade to postgresql 6.5.3
Upgrade to pgaccess 0.98 follows

PR:		15708 15034
2000-01-03 06:45:51 +00:00
Chris Piazza
d72365ae81 Update to version 6.5.2.
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>
1999-10-10 22:06:35 +00:00
Andreas Klemm
20d2521641 Update postgresql to 6.5.1
maintenance release with bugfixes
Thanks for the complete submission !

Submitted by:	Palle Girgensohn <girgen@partitur.se>
1999-07-21 07:16:27 +00:00
Andreas Klemm
78c0c17b37 upgrade to postgresql 6.5
did some small modifications

Obtained from:	"Palle Girgensohn" <girgen@partitur.se>
1999-06-29 20:21:49 +00:00
Andreas Klemm
587a7150b3 Update from 6.4 to 6.4.2
Reviewed by:	me
Submitted by:	David Kelly <dkelly@nebula.tbe.com>
1999-01-19 21:18:31 +00:00
Marc G. Fournier
cde9cfb4d2 Upgrade to PostgreSQL v6.4
From: Cyrus Rahman <cr@jcmax.com>
1998-11-22 21:33:20 +00:00
Andreas Klemm
36f89aec96 Upgrade postgresql to version 6.3.2
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>
1998-04-21 21:52:10 +00:00
Andreas Klemm
d8d6ed40b4 update to 6.2.1, possibly more committs to come (PLIST) 1997-10-30 14:34:25 +00:00
Andreas Klemm
8f5d33e0f1 Upgrade from version 6.1.1 to 6.2
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
1997-10-03 14:13:36 +00:00
Andreas Klemm
addd670635 Upgrade from 6.1 to 6.1.1 1997-09-27 21:43:52 +00:00
Andreas Klemm
7849285de8 Update from 6.0 to 6.1
Enabled locale support, please tell me, if this ok or causes trouble.
Thanks.
1997-06-14 19:40:05 +00:00