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@
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
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.
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-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
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.
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
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>
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>
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)
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)
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>
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>
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