[SCM] postgis.net branch website updated. clarity-final-162-gf30ada1

git at osgeo.org git at osgeo.org
Thu Nov 13 20:07:33 PST 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, website has been updated
       via  f30ada1c640553dac5282a2a08d550c708357c5d (commit)
      from  a3b679ec3d4de7698794b9005b825192e6bb5137 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f30ada1c640553dac5282a2a08d550c708357c5d
Author: Paul Ramsey <paul.ramsey at snowflake.com>
Date:   Thu Nov 13 20:06:34 2025 -0800

    Release 3.6.1

diff --git a/config.toml b/config.toml
index cb5643c..671a818 100644
--- a/config.toml
+++ b/config.toml
@@ -154,7 +154,7 @@ enableRobotsTXT = true
 
 
   [params.postgis]
-    version = "3.6.0"
+    version = "3.6.1"
     release_docs =  "https://download.osgeo.org/postgis/docs"
     release_source = "https://download.osgeo.org/postgis/source"
     release_notes = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag"
@@ -170,8 +170,8 @@ enableRobotsTXT = true
       is_dev = true
     [params.postgis.releases.36]
       minor = "3.6"
-      dev = "3.6.1dev"
-      tag = "3.6.0"
+      dev = "3.6.2dev"
+      tag = "3.6.1"
     [params.postgis.releases.35]
       minor = "3.5"
       dev = "3.5.5dev"
diff --git a/content/news/2025/11-13_postgis-3.6.1.md b/content/news/2025/11-13_postgis-3.6.1.md
new file mode 100644
index 0000000..c24c4dc
--- /dev/null
+++ b/content/news/2025/11-13_postgis-3.6.1.md
@@ -0,0 +1,76 @@
+---
+title: PostGIS 3.6.1
+layout: post
+category: news
+tags: [release, 3.6]
+author: Paul Ramsey
+thumbnail:
+date: "2025-11-12"
+---
+
+The PostGIS Team is pleased to publish PostGIS 3.6.1. This is a bug fix release that includes bug fixes since PostGIS 3.6.0.
+
+* This version requires PostgreSQL 12 - 18, Proj 6.1+, and GEOS 3.8+. To take advantage of all features, GEOS 3.12+ is needed.
+* SFCGAL 1.4+ is needed to enable postgis_sfcgal support. To take advantage of all SFCGAL features, SFCGAL 1.5+ is needed.
+
+### 3.6.1
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.6.1.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.6.1.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.6.1/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.6.1-en.pdf)
+
+* HTML Online [en]({{< loc "site.root">}}docs/manual-3.6/en/) [ja]({{< loc "site.root">}}docs/manual-3.6/ja/) [fr]({{< loc "site.root">}}docs/manual-3.6/fr/) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/zh_Hans/)
+
+* Cheat Sheets:
+  * postgis: [en]({{< loc "site.root">}}docs/manual-3.6/postgis_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.6/postgis_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.6/postgis_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/postgis_cheatsheet-zh_Hans.html)
+  * postgis_raster: [en]({{< loc "site.root">}}docs/manual-3.6/raster_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.6/raster_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.6/raster_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/raster_cheatsheet-zh_Hans.html)
+  * postgis_topology: [en]({{< loc "site.root">}}docs/manual-3.6/topology_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.6/topology_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.6/topology_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/topology_cheatsheet-zh_Hans.html)
+  * postgis_sfcgal: [en]({{< loc "site.root">}}docs/manual-3.6/sfcgal_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.6/sfcgal_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.6/sfcgal_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/sfcgal_cheatsheet-zh_Hans.html)
+  * address standardizer, postgis_tiger_geocoder: [en]({{< loc "site.root">}}docs/manual-3.6/tiger_geocoder_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.6/tiger_geocoder_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.6/tiger_geocoder_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.6/tiger_geocoder_cheatsheet-zh_Hans.html)
+
+
+
+
+<!--more-->
+
+### Fixes
+
+- [#5978](https://trac.osgeo.org/postgis/ticket/5978), geometry_columns needs to still parse table constraints (Paul Ramsey)
+- [#5987](https://trac.osgeo.org/postgis/ticket/5987), ST_GeometryN fails for non-collections (Paul Ramsey)
+- [#5991](https://trac.osgeo.org/postgis/ticket/5991), CircularString distance error (Paul Ramsey)
+- [#5994](https://trac.osgeo.org/postgis/ticket/5994), Null pointer in ST_AsGeoJsonRow (Alexander Kukushkin)
+- [#5998](https://trac.osgeo.org/postgis/ticket/5998), ST_Distance error on CurvePolygon (Paul Ramsey)
+- [#5962](https://trac.osgeo.org/postgis/ticket/5962), Consistent clipping of MULTI/POINT (Paul Ramsey)
+- [#5998](https://trac.osgeo.org/postgis/ticket/5998), [tiger_geocoder] [security] CVE-2022-2625, make sure tables requires by extension are owned by extension authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)
+- [#5754](https://trac.osgeo.org/postgis/ticket/5754), ST_ForcePolygonCCW reverses lines (Paul Ramsey)
+- [#5959](https://trac.osgeo.org/postgis/ticket/5959), [#5984](https://trac.osgeo.org/postgis/ticket/5984), Prevent histogram target overflow when analysing massive tables (Darafei Praliaskouski)
+- [#6012](https://trac.osgeo.org/postgis/ticket/6012), Remove memory leak from lwcircstring_from_lwpointarray (Paul Ramsey)
+- [#6013](https://trac.osgeo.org/postgis/ticket/6013), [tiger_geocoder] Load Tiger 2025 data (Regina Obe)
+- [#5983](https://trac.osgeo.org/postgis/ticket/5983), [topology] topology.FixCorruptTopoGeometryColumn to fix corruption caused by 3.6.0 upgrade (Regina Obe, Francois Bonzon)
+
+
+### Upgrading
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 3.0 and higher, do below which will upgrade all your postgis extensions.
+```postgres
+SELECT postgis_extensions_upgrade();
+```
+
+If you are upgrading postgis_topology and have topogeometry columns, make sure to run
+after the upgrade to fix topogeometry corruption:
+
+```postgres
+SELECT topology.FixCorruptTopoGeometryColumn(schema_name, table_name, feature_column)
+  FROM topology.layer;
+```
+
+
+### Other Issues
+
+If you come across any issues, feel free to report via our [ticket tracker](https://trac.osgeo.org/postgis) or [mailing list](https://lists.osgeo.org/listinfo/postgis-users) with details
+
+View all [tickets for 3.6.1 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.6.1

-----------------------------------------------------------------------

Summary of changes:
 config.toml                              |  6 +--
 content/news/2025/11-13_postgis-3.6.1.md | 76 ++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+), 3 deletions(-)
 create mode 100644 content/news/2025/11-13_postgis-3.6.1.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list