Contents
PostGIS
PostGIS
is a spatial database extension which adds support for geographic objects.
PostGIS
has been under development since ca. 2001 and is one of the few third-party extensions mentioned in the PostgreSQL documentation.
Release history
"Point releases" (e.g. 2.5.0) are (since 2015) released approximately once a year, to coincide with the release of a new major PostgreSQL version. Support for the oldest PostgreSQL version supported by the previous release will then be dropped.
This list notes the date of the main "point releases" and the PostgreSQL versions they are compatible with; for a detailed list of changes, click on the "NEWS" link which references the relevant file in the source code repository.
- 2021-12-18: PostGIS 3.2.0 (9.6 ~ 14; NEWS, release announcement)
- 2020-12-18: PostGIS 3.1.0 (9.6 ~ 13; NEWS, release announcement)
- 2019-10-20: PostGIS 3.0.0 (9.5 ~ 12; NEWS, release announcement)
- 2018-09-23: PostGIS 2.5.0 (9.4 ~ 11; NEWS, release announcement)
- 2017-09-30: PostGIS 2.4.0 (9.3 ~ 10; NEWS, release announcement)
- 2016-09-26: PostGIS 2.3.0 (9.2 ~ 9.6; NEWS, release announcement; extension can no longer be relocated)
- 2015-10-07: PostGIS 2.2.0 (9.1 ~ 9.5; NEWS, release announcement)
- 2013-08-17: PostGIS 2.1.0 (?? ~ 9.3; NEWS, release announcement)
- 2012-04-03: PostGIS 2.0.0 (?? ~ 9.1; NEWS, release announcement; implementation as a PostgreSQL extension)
- 2010-02-04: PostGIS 1.5.0 (?? ~ 8.4; NEWS, release announcement)
- 2009-07-24: PostGIS 1.4.0 (?? ~ 8.4; NEWS, release announcement)
For an overview of historical development and releases up until PostGIS 1.3, see this page: PostGIS History.
References
- PostGIS website: https://postgis.net/
- Online manual: Current PostGIS Manual
- PostGIS Git repository: https://git.osgeo.org/gitea/postgis/postgis