wiki:UsersWikiPostgreSQLPostGIS

Version 177 (modified by strk, 4 years ago) ( diff )

repology badge moved elsehwere, drop a link here

Current best

As of 16 November 2019, these versions are latest and give you best stable feature coverage.

PostGIS Support Matrix

Versions of PostgreSQL supported by which versions of PostGIS

PostgreSQL versionPostGIS 1.3 EOLPostGIS 1.4 EOLPostGIS 1.5 EOLPostGIS 2.0 EOLPostGIS 2.1 EOL PostGIS 2.2 EOL PostGIS 2.3PostGIS 2.4PostGIS 2.5PostGIS 3.0PostGIS 3.1 (Trunk)
PostGIS release date 2007/08/09 2009/07/24 2010/02/04 2012/04/03 2013/08/17 2015/10/07 2016/09/26 2017/09/30 2018/09/23 2019/10/20 2020/XX/XX
13NoNoNoNoNoNoNoNoNoYes*Yes*
12NoNoNoNoNoNoNoNoYesYesYes
11NoNoNoNoNoNoNoYes*YesYesYes
10NoNoNoNoNoNoYes (not recommended))YesYesYesYes
9.6NoNoNoNoNoYes (not recommended)YesYesYesYesYes
9.5NoNoNoNoNoYesYesYesYesYesNo
9.4NoNoNoNoYesYesYesYesYesNoNo
9.3 EOLNoNoNoNoYesYesYesYesNoNoNo
9.2 EOLNoNoYes (not recommended)YesYesYesYesNoNoNoNo
9.1 EOLNoNoYesYesYesYesNoNoNoNoNo
9.0 EOLNoNoYesYes (not recommended)Yes (not recommended)NoNoNoNoNoNo
8.4 EOLYesYesYesYes (not recommended)NoNoNoNoNoNoNo
8.3 EOLYesYesYesNoNoNoNoNoNoNoNo
8.2 EOLYesYesNoNoNoNoNoNoNoNoNo
8.1 EOLYesNoNoNoNoNoNoNoNoNoNo
8.0 EOLYes (not windows)NoNoNoNoNoNoNoNoNoNo
7.2-7.4 EOLYes (not windows)NoNoNoNoNoNoNoNoNoNo

Versions of PostGIS labeled 'EOL' will no longer receive any micro updates or security patches. If you are running these you should upgrade to the latest version you can.

The not recommended note means you can compile and install with that, but you'll be missing some functionality.

* Means it currently does or doesn't but may change at release time.

If you are compiling PostGIS 2.0+ with anything less than 9.1, you will not get CREATE EXTENSION support and will also not get KNN gist distance for geometry.

As a general rule, the PostGIS Project Steering committee tries to maintain support of PostGIS for at least two versions of PostgreSQL. We most often support more than 2 PostgreSQL versions, if requirements do not necessitate bumping up requirement without too much effort. We will rarely support more than 5 PostgreSQL versions on any release.

64-bit Windows version support started in PostGIS 2.0.0 (both 9.0 and 9.1)

Versions of GEOS support for PostGIS

The below chart shows which versions of GEOS work with which versions of PostGIS. The none means that you can get that version to work without GEOS, though its not recommended since a lot of functions will not be installed.

For the not recommended, this means that while you can get PostGIS to work with those versions, you'll be missing out on some PostGIS functions such as ST_Covers, ST_CoversBy and for PostGIS 1.5 the ST_HausdorffDistance and enhancements to ST_Buffer (both speed and functionality).

GEOS 3.1 brought cascade union.

GEOS 3.2 brought faster buffering and buffering enhancements, plus numerous enhancements with dealing with tolerance issues when unioning.

GEOS 3.3 brought ST_ValidReason, ST_MakeValid etc (in the PostGIS 2.0 releases), so these functions will be disabled in PostGIS 2.0 if you are not running GEOS 3.3. GEOS 3.3. also brought stability fixes for union/buffer not back-ported to 3.2. For PostGIS 1.5, although 3.3 does not add any additional functions, it does fix some crashers involving buffering and unioning not present in other minor releases, so suggested to use that if you can.

GEOS 3.4 introduced interruptibility features that allow you to cancel a query while in a GEOS loops. Prior versions of PostGIS/GEOS a query could run (even with statement timeout) until you ran out of memory. This new feature requires both PostGIS 2.1+ and GEOS 3.4+. 3.4 also brought ST_DelaunayTriangles so you won't get that in 2.1 if you don't compile for 3.4+.

GEOS 3.5 brought some enhancements needed new features in PostGIS 2.2 ST_Subdivide and ST_ClipByBox2D. GEOS 3.5 also brought ST_Voronoi so if compiled with lower than 3.5, the ST_Voronoi introduced in PostGIS 2.3 won't be available ST_VoronoiLines and ST_VoronoiPolygons.

GEOS 3.6.0 came out after 2.3.0 release, so most 2.3 distros will not have enabled - ST_MinimumClearance* that require 3.6, but may in 2.3.1

Geos VersionPostGIS 1.3 EOLPostGIS 1.4 EOLPostGIS 1.5 EOLPostGIS 2.0 EOLPostGIS 2.1 EOLPostGIS 2.2 EOLPostGIS 2.3PostGIS 2.4PostGIS 2.5
NoneYes (not recommended)NoNoNoNoNoNoNoNo
2.2 EOLYes (not recommended)NoNoNoNoNoNoNoNo
3.0 EOLYesYes (not recommended)NoNoNoNoNoNoNo
3.1 EOLYesYesYes (not recommended) (requires 3.1.1+)NoNoNoNoNoNo
3.2 EOLYesYesYesYes (not recommended)NoNoNoNoNo
3.3 EOLYesYesYes (preferred 3.3.3+)Yes (3.3.9+)Yes (not recommended)Yes*NoNoNo
3.4YesYesYes (preferred 3.4.2+)Yes (3.4.2+)YesYes*Yes*Yes*No
3.5YesYesYesYesYesYes (recommended)Yes*Yes*Yes*
3.6YesYesYesYesYesYesYes (recommended)Yes*Yes*
3.7YesYesYesYesYesYesYesYesYes
3.8*YesYesYesYesYesYesYesYesYes

Versions of GDAL support for PostGIS

PostGIS raster functionality (introduced in 2.0) depends on GDAL so to get raster functionality, you'll need to compile with GDAL support and preferably 1.9 or above. Although you can compile PostGIS 2.0 without raster support, you really should rethink that decision, especially if you are a package maintainer (you'll have a lot of pissed off users if you do :)). For PostgreSQL 9.1 extension support, compiling with raster support is ABSOLUTELY required since the postgis extension includes the raster functionality.

  • Means it currently does or doesn't but may change at release time.
GDAL VersionPre - PostGIS 2.0PostGIS 2.0PostGIS 2.1PostGIS 2.2PostGIS 2.3PostGIS 2.4
1.7N/AYes (not recommended)NoNoNo
1.8N/AYes (not recommended)Yes (not recommended)Yes*Yes*
1.9N/AYesYesYesYes
1.10N/AYesYesYesYesYes
1.11N/AYesYesYesYesYes
2.0N/ANoNoYesYesYes
2.1N/ANoNoYesYesYes
2.2N/ANoNoYesYesYes

Packaging status

See UsersWikiPackages

Note: See TracWiki for help on using the wiki.