The 2.1.2 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.1, the 2.1.2 release. As befits a patch release, the focus is on bugs and breakages.
Best served with a bottle of GEOS 3.4.2.
<https://download.osgeo.org/postgis/source/postgis-2.1.2.tar.gz>
The 2.1.1 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.1, the 2.1.1 release. As befits a patch release, the focus is on bugs and breakages.
Best served with a bottle of GEOS 3.4.2.
<https://download.osgeo.org/postgis/source/postgis-2.1.1.tar.gz>
The 2.0.4 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2, the 2.0.4 release. As befits a patch release, the focus is on bugs and breakages.
Best served with a bottle of GEOS 3.3.9.
<https://download.osgeo.org/postgis/source/postgis-2.0.4.tar.gz>
Doc downloads:
html doc download pdf doc download
The 2.1.0 release of PostGIS is now available.
The PostGIS development team is proud to release PostGIS 2.1.0.
As befits a minor release, the focus is on speed improvements, more features, and bug fixes.
If you are currently using PostGIS 2.0+, you can go the soft upgrade path:
ALTER EXTENSION postgis UPDATE TO "2.1.0";
If you are running 2.1.0 of beta or an unreleased version
(and the above step fails with error “extension postgis has no update path from version x.x.x to version 2.1.0”)
, you need to first copy the file
in share\extensions\postgis–2.0.3–2.1.0.sql and change the 2.0.3 to the x.x.x noted in the error you are running.
Then follow the above upgrade step again.
Users of 1.5 and below will need to go the hard-upgrade path
documented in manual:
http://postgis.net/docs/manual-2.1/postgis_installation.html#hard_upgrade
Best served with a bottle of GEOS 3.4.1 and
PostgreSQL 9.3beta2 (planned release September).
The 2.1.0rc2 release of PostGIS is now available.
The PostGIS development team is proud to release a release candidate version of upcoming PostGIS 2.1.0.
As befits a minor release, the focus is on speed improvements, more features, and bug fixes.
We expect this to be the final release candidate before we officially release 2.1.0 slated for Aug 12th, 2013.
We’d appreciate it if you test it before final release and report
back with any issues you run into so we can have a smooth release.
If you are currently using PostGIS 2.0 (or 2.1.0 beta3+) using extension support, you can go the soft upgrade path:
ALTER EXTENSION postgis UPDATE TO "2.1.0rc2";
If you are running 2.1.0 of beta or an unreleased version
(and the above step fails with error “extension postgis has no update path from version x.x.x to version 2.1.0rc2”)
, you need to first copy the file
in share\extensions\postgis–2.0.3–2.1.0rc2.sql and change the 2.0.3 to the x.x.x noted in the error you are running.
Then follow the above upgrade step again.
Users of 1.5 and below will need to go the hard-upgrade path.
Best served with a bottle of GEOS 3.4.0 (planned release Aug 11th) and PostgreSQL 9.3beta2.
The 2.1.0rc1 release of PostGIS is now available.
The PostGIS development team is proud to release a release candidate version of upcoming PostGIS 2.1.0.
As befits a minor release, the focus is on speed improvements, more features, and bug fixes.
We expect this to be the final release candidate before we officially release 2.1.0.
We’d appreciate it if you test it before final release and report
back with any issues you run into so we can have a smooth release.
If you are currently using PostGIS 2.0 (or 2.1.0 beta3) using extension support, you can go the soft upgrade path:
ALTER EXTENSION postgis UPDATE TO “2.1.0rc1”;
If you are running 2.1.0 of beta or an unreleased version
(and the above step fails with error “extension postgis has no update path from version x.x.x to version 2.1.0rc1”)
, you need to first copy the file
in share\extensions\postgis–2.0.3–2.1.0rc1.sql and change the 2.0.3 to the x.x.x noted in the error you are running.
Then follow the above upgrade step again.
Users of 1.5 and below will need to go the hard-upgrade path.
Best served with a bottle of GEOS 3.4.0dev and PostgreSQL 9.3beta2.
The 2.1.0beta3 release of PostGIS is now available.
The PostGIS development team is proud to release a feature complete beta version of upcoming PostGIS 2.1.0.
As befits a minor release, the focus is on speed improvements, more features, and bug fixes.
While this beta release is feature complete, we expect some bugs and
we’d appreciate it if you test it before final release and report
back with any issues you run into so we can have a smooth release.
If you are currently using PostGIS 2.0+, you can go the soft upgrade path:
ALTER EXTENSION postgis UPDATE TO “2.1.0beta3”;
Users of 1.5 and below will need to go the hard-upgrade path.
Best served with a bottle of GEOS 3.4.0dev and PostgreSQL 9.3beta2. (which will also be released soon)
The 2.1.0beta2 release of PostGIS is now available.
The PostGIS development team is proud to release a feature complete beta version of upcoming PostGIS 2.1.0.
As befits a minor release, the focus is on speed improvements, more features, and bug fixes.
While this beta release is feature complete, we expect some bugs and
we’d appreciate it if you test it before final release and report
back with any issues you run into so we can have a smooth release.
If you are currently using PostGIS 2.0+, you can go the soft upgrade path:
ALTER EXTENSION postgis UPDATE TO “2.1.0beta2”;
Users of 1.5 and below will need to go the hard-upgrade path.
Best served with a bottle of GEOS 3.4.0dev and PostgreSQL 9.3beta1. (which will also be released soon)
The 2.0.3 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2, the 2.0.3 release. As befits a patch release, the focus is on bugs and breakages.
Best served with a bottle of GEOS 3.3.8.
<https://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz>
The 2.0.2 release of PostGIS is now available.
The PostGIS development team is happy to release the second patch version of PostGIS 2, the 2.0.2 release. As befits a patch release, the focus is on bugs and breakages, and there are a large number of obscure things that are now better in this release.