The 2.1.6 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.1, the 2.1.6 release. As befits a patch release, the focus is on bugs, breakages, and performance issues. Users with large tables of points will want to priorize this patch, for substantial (~50%) disk space savings.
The last couple weeks have seen two interesting updates in the world of PostgreSQL “foreign data wrappers” (FDW). Foreign data wrappers allow you to access remote data inside your database, exactly like other tables. PostgreSQL ships with two example implementations, one for accessing text files, and the other for accessing remote PostgreSQL servers.
The two updates of interest to PostGIS users are:
- The Oracle FDW implementation was recently enhanced to support spatial columns, so an Oracle table with SDO_GEOMETRY columns can be exposed in PostgreSQL as a table with PostGIS geometry columns.
- A new OGR FDW implementation was released that supports exposing any OGR data source as a table with PostGIS geometry columns.
Now you can access your PostGIS data without even going to the trouble of importing it first!
The 2.1.5 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.1, the 2.1.5 release. As befits a patch release, the focus is on bugs, breakages, and performance issues
<https://download.osgeo.org/postgis/source/postgis-2.1.5.tar.gz>
The 2.1.4 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.1, the 2.1.4 release. As befits a patch release, the focus is on bugs, breakages, and performance issues
<https://download.osgeo.org/postgis/source/postgis-2.1.4.tar.gz>
It has come to our attention that the PostGIS Raster support
may give more privileges to users than an administrator is
willing to grant. These include reading files from the filesystem
and opening connections to network hosts.
The 2.0.5 release of PostGIS is now available.
The PostGIS development team is happy to release patch for PostGIS 2.0, the 2.0.5 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.5.tar.gz>
Doc downloads:
html doc download pdf doc download
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).