PostGIS Development Bloghttp://postgis.net/2021-02-10T09:35:11+00:00PieCrust 1.2.0PostGIS 3.1.12021-01-28T00:00:00+00:002021-01-28T00:00:00+00:00/2021/01/28/postgis-3.1.1Paul RamseyPaul Ramseyhttp://postgis.net<p>The PostGIS Team is pleased to release the release of PostGIS 3.1.1!</p>
<p>This release is a bug fix release, addressing issues found in the previous 3.1 release.</p>
<ul>
<li><a href="https://trac.osgeo.org/postgis/ticket/4814">#4814</a>, Crash passing collection with only empty components to ST_MakeValid</li>
<li><a href="https://trac.osgeo.org/postgis/ticket/4818">#4818</a>, Make the VSICURL synthetic driver work as documented</li>
<li><a href="https://trac.osgeo.org/postgis/ticket/4825">#4825</a>, Unstable results from ST_MakeValid</li>
<li><a href="https://trac.osgeo.org/postgis/ticket/4823">#4823</a>, Avoid listing the same geometry in different collections</li>
</ul>
Continue Reading by clicking title hyperlink .. PostGIS 3.1.02020-12-18T00:00:00+00:002020-12-18T00:00:00+00:00/2020/12/18/postgis-3.1.0Paul RamseyPaul Ramseyhttp://postgis.net<p>The PostGIS Team is pleased to release the release of PostGIS 3.1.0!</p>
<p>This version exposes the new features of <a href="https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html">GEOS 3.9</a> as well as numerous core performance enhancements for spatial joins, large object access, text format output and more.</p>
<p><a href="http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-1.html">Performance</a> is a key feature of this release, with improvements to spatial joins, <a href="https://rmr.ninja/2020-12-06-waiting-for-postgis-3-1-output/">text outputs</a>, <a href="https://rmr.ninja/2020-12-14-waiting-for-postgis-3-1-large_geometries/">large object reads</a>, <a href="https://rmr.ninja/2020-11-19-waiting-for-postgis-3-1-mvt/">vector tile output</a>, and a host of smaller tweaks.</p>
<p>The <a href="https://postgis.net/docs/ST_ClusterKMeans.html">k-means clustering</a> code has been enhanced to support weighting and higher dimensional clusters.</p>
<p>Geometry generators to create <a href="http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-2.html">hexagonal and square tilings</a> have been added, for simpler in-the-database summarization queries.</p>
<p>Finally, PostGIS exposes the <a href="http://blog.cleverelephant.ca/2020/12/waiting-postgis-31-3.html">latest enhancements</a> in the GEOS geometry library 3.9 version. The new overlay engine (aka “<a href="https://lin-ear-th-inking.blogspot.com/2020/10/overlayng-lands-in-jts-master.html">OverlayNG</a>”) provides <a href="https://lin-ear-th-inking.blogspot.com/2020/06/jts-overlayng-tolerant-topology.html">more robust</a> handling of difficult input geometries, using a set of <a href="https://lin-ear-th-inking.blogspot.com/2020/06/jts-overlayng-noding-strategies.html">new noding strategies</a> to process geometry. For the end user, this should mean no more “topology exceptions” when using the union, difference, intersection or symmetric difference functions. PostGIS also exposes the new fixed precision overlay capability via an additional grid-size parameter on <a href="http://postgis.net/docs/manual-dev/ST_Intersection.html">ST_Intersection</a> and the other overlay functions.</p>
Continue Reading by clicking title hyperlink .. PostGIS 3.1.0rc12020-12-14T00:00:00+00:002020-12-14T00:00:00+00:00/2020/12/14/postgis-3.1.0rc1Paul RamseyPaul Ramseyhttp://postgis.net<p>The PostGIS Team is pleased to release the release candidate of the upcoming PostGIS 3.1.0 release. This version is exposes some of the new performance and feature enhancements in GEOS 3.9 as well as numerous speed enhancements not requiring newer GEOS.</p>
<p>Best served with:</p>
<ul>
<li><a href="https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/">PostgreSQL 13.1</a></li>
<li><a href="https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html">GEOS 3.9</a></li>
<li><a href="https://lists.osgeo.org/pipermail/pgrouting-dev/2020-November/002149.html">pgRouting 3.1.1</a></li>
</ul>
Continue Reading by clicking title hyperlink .. PostGIS 3.1.0beta12020-12-09T00:00:00+00:002020-12-09T00:00:00+00:00/2020/12/09/postgis-3.1.0beta1Paul RamseyPaul Ramseyhttp://postgis.net<p>The PostGIS Team is pleased to release the first beta of the upcoming PostGIS
3.1.0 release. This version is exposes some of
the new performance and feature enhancements in not yet relesed GEOS 3.9 as well as numerous speed enhancements not requiring newer GEOS.
Requires GEOS 3.6+ and PostgreSQL 9.6+. To use MVT you will need protobuf-c 1.1. or higher.</p>
<p>Best served with:</p>
<ul>
<li><a href="https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/">PostgreSQL 13.1</a>,
GEOS 3.7 or higher is recommended.</li>
<li><a href="https://lists.osgeo.org/pipermail/pgrouting-dev/2020-November/002149.html">pgRouting 3.1.1</a></li>
</ul>
Continue Reading by clicking title hyperlink .. PostGIS 3.0.32020-11-20T00:00:00+00:002020-11-20T00:00:00+00:00/2020/11/20/postgis-3.0.3Regina ObeRegina Obehttp://postgis.net<p>The PostGIS Team is pleased to release PostGIS 3.0.3.</p>
<p>Best served with <a href="https://www.postgresql.org/docs/13/release-13-1.html">PostgreSQL 13.1</a>,
and <a href="https://geos.osgeo.org">GEOS 3.8.1</a></p>
<p><a href="https://lists.osgeo.org/pipermail/pgrouting-dev/2020-November/002149.html">pgRouting 3.1.1</a></p>
Continue Reading by clicking title hyperlink .. PostGIS 3.1.0alpha32020-11-19T00:00:00+00:002020-11-19T00:00:00+00:00/2020/11/19/postgis-3.1.0alpha3Regina ObeRegina Obehttp://postgis.net<p>The PostGIS Team is pleased to release the third alpha of upcoming PostGIS
3.1.0 release. This version is exposes some of
the new performance and feature enhancements in not yet relesed GEOS 3.9 as well as numerous speed enhancements not requiring newer GEOS.
Requires GEOS 3.6+ and PostgreSQL 9.6+. To use MVT you will need protobuf-c 1.1. or higher.</p>
<p>Best served with</p>
<p><a href="https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/">PostgreSQL 13.1</a>,
GEOS 3.7 or higher is recommended.</p>
<p><a href="https://lists.osgeo.org/pipermail/pgrouting-dev/2020-November/002149.html">pgRouting 3.1.1</a></p>
Continue Reading by clicking title hyperlink .. PostGIS 3.0.2, 2.5.5, 2.4.9 Released2020-08-15T00:00:00+00:002020-08-15T00:00:00+00:00/2020/08/15/postgis-patchesRegina ObeRegina Obehttp://postgis.net<p>The PostGIS development team is pleased to provide
bug fix and performance enhancements
3.0.2, 2.5.5, 2.4.9 for the 3.0, 2.5, and 2.4 stable branches.</p>
Continue Reading by clicking title hyperlink .. PostGIS 3.1.0alpha22020-07-18T00:00:00+00:002020-07-18T00:00:00+00:00/2020/07/18/postgis-3.1.0alpha2Regina ObeRegina Obehttp://postgis.net<p>The PostGIS Team is pleased to release the second alpha of upcoming PostGIS
3.1.0 release.</p>
<p>Best served with</p>
<p><a href="https://www.postgresql.org/about/news/2047/">PostgreSQL 13beta2</a>,
GEOS 3.7 or higher is recommended.</p>
<p><code>ST_MaximumInscribedCircle</code> requires compilation with <a href="https://git.osgeo.org/gitea/geos/geos">GEOS 3.9.0 in development</a> to be enabled.</p>
<p><a href="https://lists.osgeo.org/pipermail/pgrouting-dev/2020-July/002105.html">pgRouting 3.1.0</a> which will also be released soon.</p>
Continue Reading by clicking title hyperlink .. PostGIS 2.3.112020-05-31T00:00:00+00:002020-05-31T00:00:00+00:00/2020/05/31/postgis-2.3.11Regina ObeRegina Obehttp://postgis.net<p>The PostGIS Team is pleased to release PostGIS 2.3.11.
This is the last bug fix release of the PostGIS 2.3 series.
Please upgrade to 2.4 or higher if you want to continue receiving bug fixes.</p>
<ul>
<li><a href="https://download.osgeo.org/postgis/source/postgis-2.3.11.tar.gz">source download</a></li>
<li><a href="https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.3.11/NEWS">NEWS</a></li>
<li><a href="https://download.osgeo.org/postgis/docs/postgis-2.3.11.pdf">PDF docs en</a></li>
</ul>
<p>If you come across any issues, feel free to report via our ticket tracker
https://trac.osgeo.org/postgis or mailing list with details as described
<a href="https://postgis.net/support/">here</a>. For security issues, send reports to
security@postgis.net.</p>
Continue Reading by clicking title hyperlink .. PostGIS 2.5.42020-02-28T00:00:00+00:002020-02-28T00:00:00+00:00/2020/02/28/postgis-2.5.4Paul RamseyPaul Ramseyhttp://postgis.net<p>The PostGIS Team is pleased to release PostGIS 2.5.4.</p>
<ul>
<li><a href="https://download.osgeo.org/postgis/source/postgis-2.5.4.tar.gz">source download</a></li>
<li><a href="https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.5.4/NEWS">NEWS</a></li>
<li><a href="https://download.osgeo.org/postgis/docs/postgis-2.5.4.pdf">PDF docs en</a></li>
</ul>
Continue Reading by clicking title hyperlink ..