Commit Graph

194 Commits

Author SHA1 Message Date
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
fgsch
17318bc15d Sync comment with reality. 2011-05-08 23:11:36 +00:00
pea
0722051832 Update to 9.0.4.
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-4.html

ok ajacoutot@, jasper@
2011-04-19 08:39:21 +00:00
pea
f475a8102b Add an explanation about cluster's encoding.
Spotted by ajacoutot@

ok ajacoutot@
2011-04-07 14:45:25 +00:00
pea
ec7eff9ad3 Allow PostgreSQL to run on Loongson.
With help of miod@ (thx !)

ok jasper@
2011-04-07 13:54:16 +00:00
ajacoutot
1ffbcaa750 Remove all redirections -- rc.subr(8) now takes care of it. 2011-03-17 16:49:27 +00:00
ajacoutot
564c909458 Remove now uneeded redirection. 2011-03-09 18:51:48 +00:00
pea
fa243c7d12 Add a small upgrade howto.
idea from sthen@
ok sthen@, landry@
looks good espie@
2011-02-09 10:53:12 +00:00
pea
6c67d07d32 Update to 9.0.3.
+ CVE fix (CVE-2010-4015)
+ fix nasty behavior:
  - Before exiting walreceiver, ensure all the received WAL is fsync'd to disk.
    Otherwise the standby server could replay some un-synced WAL, conceivably leading
    to data corruption if the system crashes just at that point.
  - Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed

Tested in a bulk by landry@

ok ajacoutot@, landry@, sthen@
2011-02-02 14:10:45 +00:00
ajacoutot
ae70c849c2 Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
ajacoutot
e133cd7a34 Cope with recent class handling in rc.subr. 2011-01-04 16:03:00 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
jasper
ac44ce0243 - bump after uuid rename, reminded by aja@ 2010-12-24 09:07:38 +00:00
pea
f0bf60f4e0 Bugfixes update to 9.0.2
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-2.html

ok ajacoutot@
2010-12-17 10:27:18 +00:00
ajacoutot
a790ad3f29 Fix variable names in rc script. Breakage spotted by pea@
While here, deal with the pidfile in pre, not post.

ok pea@ (maintainer)
2010-12-15 11:32:26 +00:00
ajacoutot
a973364d79 Move to using daemon_user.
ok pea@ (maintainer)
2010-12-13 16:14:38 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
espie
9de7d94549 a few depends I missed 2010-11-15 12:44:20 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
landry
71d721d201 pkg-readme filename comes from ${FULLPKGNAME}, fixes packaging. 2010-11-09 09:07:28 +00:00
ajacoutot
6ec76fdbc6 Add missing RCS id. 2010-11-08 14:57:56 +00:00
pea
bea13cc2c7 * MAJOR UPGRADE *
+ upgrade to 9.0.1
+ move readme to new location
+ add a rc script

A dump / restore is needed for this upgrade.
See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt
if you need help for this.

ok jasper@, eric@
2010-11-08 14:12:24 +00:00
espie
cd474773cf bye bye old LIB_DEPENDS 2010-11-06 22:50:02 +00:00
espie
880de1aa40 USE_GROFF=Yes 2010-10-18 17:06:05 +00:00
pea
b8ddf1b93b Update to 8.4.5
Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

ok jasper@

note: i will update it to 9.0.1 in a few days
2010-10-08 06:50:23 +00:00
jasper
c38e147ab2 - SECURITY update of postgresql to 8.4.4
fixes CVE-2010-1169 CVE-2010-1447 and CVE-2010-1170.

ok pea@ (MAINTAINER)
2010-05-18 12:01:23 +00:00
pea
af71728075 Update to 8.4.3
Please note that pg_standby is now in the -contrib package

ok jasper@, sthen@
2010-03-23 10:24:45 +00:00
pea
500570cb81 Update to 8.4.2
Please note:
if you have any hash indexes, you should REINDEX them after updating to 8.4.2,
to repair possible damage.

Changelog:
http://www.postgresql.org/docs/current/static/release-8-4-2.html

ok sthen@
2009-12-16 14:34:58 +00:00
pea
bde43e2c4c Take maintainership
discussed with many.
please commit jasper@
2009-10-02 16:03:02 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
pea
41f7f6f53e Update to 8.4.1.
Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-1.html
Security fixes: http://www.postgresql.org/support/security

"fine by me" mbalmer@, ok sthen@
2009-09-14 20:22:27 +00:00
pea
78bfd95a99 Upgrade PostgreSQL to the latest version 8.4.0.
Initial diff (for rc and beta) from simon@

ok mbalmer@, simon@
commitski jasper@

BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
2009-07-21 19:43:45 +00:00
pea
aa6ab40b2f Update to 8.3.7
See http://www.postgresql.org/docs/8.3/static/release-8-3-7.html

ok mbalmer@
2009-03-18 14:34:10 +00:00
pea
53e9a2408d Upgrade to 8.3.6.
See http://www.postgresql.org/docs/8.3/static/release-8-3-6.html

ok mbalmer@ ajacoutot@
2009-02-07 16:56:31 +00:00
pea
76e693807e Upgrade to PostgreSQL 8.3.5: bug fix release.
OK mbalmer@, ajacoutot@
2008-11-04 12:56:50 +00:00
brad
3710ae3fbb Upgrade to PostgreSQL 8.3.4; bug fix release.
ok mbalmer@
2008-10-09 06:05:39 +00:00
brad
e82a2ea57d Upgrade to PostgreSQL 8.3.3; bug fix release.
ok mbalmer@
2008-07-18 06:57:30 +00:00
simon
764a999f9a Major update to version 8.3.1 - be sure to dump your databases before
you apply this and restore afterwards!

Additionally, implicit typecasts are history and not supported anymore.
Versions prior to 8.3 had the feature (some say bug) that functions,
expecting an argument to be of a certain type, have casted a variable of
any other type to the expected type, if possible.
This has changed now.  Tests surfaced rare occurrences of regressions,
which were then fixed in about ten minutes - and that code was not even
in the ports tree;  no issues found there.

A few more things have changed, namely tsearch2 went from contrib to the
core and native uuid type support was added;  for details read the
release announcement at
http://www.postgresql.org/docs/8.3/static/release-8-3.html.

tests & ok mbalmer@ (maintainer)
2008-03-24 17:26:12 +00:00
mbalmer
9287e2bc1f Cumulative security update to PostgreSQL 8.2.6 that fixes five security
vulnerabilities.

See http://www.postgresql.org/about/news.905 for details.
2008-01-07 16:34:52 +00:00
mbalmer
8582b7c834 Update PostgreSQL to version 8.2.5.
Release date: 2007-09-17
This release contains a variety of fixes from 8.2.4.

A dump/restore is not required for those running 8.2.X.

See http://www.postgresql.org/docs/8.2/static/release-8-2-5.html for a list
of all changes.
2007-09-20 19:20:48 +00:00
simon
cc00442a1a remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:34:00 +00:00
jasper
e4b7b5a4c2 forgot to bump pkgnames after PFRAG.shared removal, sorry..
noticed by naddy@
2007-07-09 19:31:07 +00:00
jasper
32a30e5331 -NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
+SHARED_ONLY=	Yes

ok ajacoutot@, simon@, mbalmer@ (for the postgresql bits)
2007-07-04 19:18:45 +00:00
mbalmer
a02d138551 Fix a typo in the server README.OpenBSD file.
Noticed by Ingo Schwarze <schwarze@usta.de>.
2007-06-07 20:39:51 +00:00
mbalmer
cdb944d540 Give better advice on what to put in /etc/rc.local, unclutters output
at system startup time.
2007-05-18 16:21:30 +00:00
mbalmer
4c03b5ccd9 Fix a typo. 2007-04-28 08:26:34 +00:00
mbalmer
391ab2f140 Security update to PostgreSQL 8.2.4.
This fixes several bugs and one vulnerability (CVE-2007-2138).
2007-04-23 15:25:17 +00:00
espie
e7142515bb you can't have inter-packages WANTLIB, you've got to go through LIB_DEPENDS
so that build proceeds correctly.

noticed by naddy@, kili@, bug by sturm@

bump PKGNAME for people who managed to build the broken version.
2007-04-15 18:26:03 +00:00
sturm
5099324475 WANTLIB 2007-04-13 20:40:51 +00:00