The PostGIS development team is pleased to announce the release of PostGIS 2.4.0beta1.
PostGIS 2.4.0 will be the first version to support PostgreSQL 10.
Best served with PostgreSQL 10beta4
and pgRouting 2.5.0beta
See the full list of changes in the news file.
We encourage everyone to test and in particular package maintainers
to insure no surprises at final release time.
IMPORTANT NOTES
From this point forward until release of PostGIS 2.4.0, no new functions will be added.
Only bug fixes will be addressed in future 2.4.0 betas and rcs.
In order to have Map Box Vector Tiles support enabled, you’ll need to compile with protobuf support
and pkg-config to verify the correct minimum version of protobuf-c see protobuf
for details. ST_FrechetDistance function will not be enabled if PostGIS is compiled with lower than GEOS 3.7.0.
GEOS 3.7.0 will be released around the same time as PostGIS 2.4.0 and will have a beta release in a week.
The PostGIS development team is pleased to announce the release of PostGIS 2.4.0alpha.
This is the first version to support PostgreSQL 10.
Best served with PostgreSQL 10beta2.
See the full list of changes in the news file.
The PostGIS development team is pleased to announce the release of PostGIS 2.3.3
As befits a patch release, the focus is on bugs and breakages.
Best served with PostgreSQL 9.6.3+
and pgRouting 2.4.1.
The PostGIS development team is pleased to announce the release of PostGIS 2.3.2
As befits a patch release, the focus is on bugs and breakages.
Best served with PostgreSQL 9.6.1+
and pgRouting 2.3.2.
The PostGIS development team is pleased to announce the release of PostGIS 2.2.5
As befits a patch release, the focus is on bugs and breakages.
The PostGIS development team is pleased to announce the release of PostGIS 2.3.1.
Best served with pgRouting 2.3.1
and PostgreSQL 9.6.1.
As befits a patch release, the focus is on bugs and breakages.
The PostGIS development team is pleased to announce the release of PostGIS 2.2.4
As befits a patch release, the focus is on bugs and breakages.
The PostGIS development team is pleased to announce the release of PostGIS 2.2.3
As befits a patch release, the focus is on bugs and breakages.
The PostGIS development team is pleased to announce the release of PostGIS 2.3.0.
This is the first version to utilize the parallel support functionality introduced in PostgreSQL 9.6.
As such, if you are using PostgreSQL 9.6, we strongly encourage you to use this version.
Parallel support will make many queries using PostGIS relationship operators and functions faster.
In order to take advantage of parallel query support, make sure to set max_parallel_workers_per_gather to something greater than 0
as noted in max_parallel_workers_per_gather PostgreSQL runtime configs
Best served with [PostgreSQL 9.6+] which is due out this week and pgRouting 2.3.0
which also just got released.
Packages from maintainers will be out in the coming days and weeks.
PostGIS 2.3.0rc1 is feature complete, so we’re looking for testing and feedback!
Best served with PostgreSQL 9.6rc1
and pgRouting 2.3.0-rc1
Please give this release candidate a try and report back any issues you encounter.
New things since 2.3.0beta1 release
Please report bugs that you find in this release.
Important / Breaking Changes