15 Commits

Author SHA1 Message Date
jeremy e18d6ac6e8 Update to PostgreSQL 16.1
This adds textproc/icu4c as a dependency, since PostgreSQL 16 requires
that by default.  This allows additional collations to work.

Bulk testing by tb@

Input from tb@ and sthen@

OK tb@, sthen@
2023-11-29 23:41:15 +00:00
naddy 7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
pea 6605c8bf4b Major update to 10.1
With the help of jeremy@, thanks you !!
Tested in a bulk by ajacoutot@, thanks you :)

ok jeremy@
2017-11-30 16:13:12 +00:00
jeremy 55e0b1aa19 Update to PostgreSQL 9.6.1
This moves pg_upgrade to a subpackage, and has that
subpackage depend on postgresql-previous.

pthread is removed from WANTLIB, as it is no longer
needed for suppoting threaded extensions.

This adds support for PostgreSQL 9.6's new BSD
authentication.

OK pea@ landry@
2016-12-18 18:18:27 +00:00
pea cbf363bf45 Update to 9.5.2
Tested in a bulk by ajacoutot@
ok jeremy@
2016-05-13 14:27:48 +00:00
sthen 728a484e69 SECURITY update to PostgreSQL 9.4.6: various fixes including one for
CVE-2016-0773, an issue with regular expression parsing. Various other fixes.

Note: ..."if you are upgrading an installation that contains any GIN
indexes that use the (non-default) jsonb_path_ops operator class, see
the first changelog entry"...
http://www.postgresql.org/docs/current/static/release-9-4-6.html

OK pea@
2016-02-13 21:54:28 +00:00
pea dc69be6808 Update to 9.4.0
Tested in a bulk build by landry@

help and ok jeremy@, sthen@
2015-01-08 15:01:11 +00:00
jeremy 6fe1722afb Major update to 9.3.0. As usual, a dump/restore is required.
Add plpython subpackage. Move some contrib module .so files to the
contrib subpackage.

OK pea@ (MAINTAINER), bulk testing by landry@
2013-10-15 02:18:16 +00:00
pea b39c6fccaa Major update to PostgreSQL 9.2.1.
As usual a dump/restore is required.

ok jasper@ jeremy@ landry@
2012-09-24 19:57:02 +00:00
pea ed27f8a671 Major upgrade to PostgreSQL 9.1.0
A dump/restore is required.

Tested in a bulk by jasper@, thanks !

ok jasper@, jeremy@
2011-09-23 09:46:14 +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
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
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 1f0785bc5c Update to PostgreSQL 8.2.1
Please note that a database dump/restore is required to upgrade to this
version.  See the full details at the following URL:
http://www.postgresql.org/docs/current/static/release-8-2.html

requested, tested and ok by robert, simon
2007-01-17 16:47:25 +00:00
mbalmer af7df5ea1a SHARED_LIBS
ok bernd
2006-01-07 11:11:17 +00:00