[SCM] postgis.net branch website updated. clarity-final-164-g2138b6c

git at osgeo.org git at osgeo.org
Wed Nov 19 23:02:32 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  2138b6cf3caa40b2ad14566b7f948f5926146f03 (commit)
      from  b15eee7a50004f296ab618d4e7a551f37f60387b (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 2138b6cf3caa40b2ad14566b7f948f5926146f03
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Nov 20 02:02:22 2025 -0500

    Announce release of PostGIS 3.6.1 windows bundle for PostgreSQL 18

diff --git a/content/documentation/getting_started/install_windows/enabling_postgis.md b/content/documentation/getting_started/install_windows/enabling_postgis.md
index c1fde57..e81d0ee 100644
--- a/content/documentation/getting_started/install_windows/enabling_postgis.md
+++ b/content/documentation/getting_started/install_windows/enabling_postgis.md
@@ -25,7 +25,7 @@ CREATE EXTENSION fuzzystrmatch;
 CREATE EXTENSION postgis_tiger_geocoder;
 
 
--- need to upgrade the postgis packaged extensions do 
+-- need to upgrade the postgis packaged extensions do
 SELECT postgis_extensions_upgrade();
 ```
 
@@ -45,7 +45,7 @@ CREATE EXTENSION pgrouting;
 -- for upgrading an existing install
 ALTER EXTENSION pgrouting UPDATE;
 
--- see version details 
+-- see version details
 SELECT * FROM pgr_full_version();
 ```
 
@@ -59,7 +59,7 @@ These extension you'll find in the `extras` PostgreSQL versioned folder if you w
     and non-spatial data sources
     Note if you get an error accessing https sources,
     you need to define the CURL_CA_BUNDLE system environment variable to something like
-    C:\Program Files\PostgreSQL\15\ssl\certs\ca-bundle.crt 
+    C:\Program Files\PostgreSQL\15\ssl\certs\ca-bundle.crt
     This is an option in installer for PostGIS 3.4.1 bundle and above**/
 
 CREATE EXTENSION ogr_fdw;
@@ -86,6 +86,7 @@ You will also find available in the `extras` [PostgreSQL versioned](https://winn
 ```postgres
 -- confirm you don't have any existing pre-loaded libraries,
 -- if you do make sure to readd when alter system
+-- This seems to be no longer needed for MobilityDb 1.3.0 and up (which is part of PostGIS 3.6 bundles)
 SHOW shared_preload_libraries;
 ALTER SYSTEM  SET shared_preload_libraries = 'postgis-3';
 
@@ -103,7 +104,7 @@ Now you are ready to enable mobilitydb in a database.
 CREATE EXTENSION mobilitydb;
 -- show current version and dependencies
 SELECT mobilitydb_full_version();
--- updating existing install 
+-- updating existing install
 ALTER EXTENSION mobilitydb UPDATE;
 ```
 
@@ -117,13 +118,14 @@ See the [Getting Started]({{< ref "/documentation/getting_started/" >}}) section
 #### pgSphere
 
 [pgSphere](https://pgsphere.org) is an extension used for managing spherical geometries. It is used primarily for managing astrononomical data.
-It has no reliance on PostGIS.  It is not yet packaged with the PostGIS bundle, but will be in the future. You will find the binaries 
+It has no reliance on PostGIS.  PostGIS Windows Bundle 3.6.1 is the first version of the bundle to include this. You will find the binaries
 for it in the respective *extras* folder of each [PostgreSQL buildbot folder][1] of the respective PostgreSQL versions.
 
 To install, copy the files into your PostgreSQL install and run in your databases of choice
 
 ```
 CREATE EXTENSION pg_sphere;
+SELECT pg_sphere_version();
 ```
 
 [1]: https://winnie.postgis.net/download/windows/
diff --git a/content/documentation/getting_started/install_windows/released_versions.md b/content/documentation/getting_started/install_windows/released_versions.md
index bb6d0d8..5e19155 100644
--- a/content/documentation/getting_started/install_windows/released_versions.md
+++ b/content/documentation/getting_started/install_windows/released_versions.md
@@ -6,20 +6,20 @@ geekdocHidden: true
 geekdocHiddenTocTree: false
 ---
 
-PostGIS 3.6.0 came out Sept 2nd, 2025. Windows PostGIS Bundle 3.6.0 installers for PostgreSQL 18 was last released Oct 13th 2025.
+PostGIS 3.6.1 came out Nov 13th, 2025. Windows PostGIS Bundle 3.6.1 installers for PostgreSQL 18 was last released Nov 20th 2025.
 
 Binaries for versions of PostgreSQL 13-18 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 18(64-bit) available on [OSGeo downloads][5] and application stackbuilder.
-Installers for PostgreSQL 13-17 will be available when PostGIS 3.6.1 comes out.
+Installers for PostgreSQL 13-17 will be available soon.
 
-Note that this version does not include shp2pgsql-gui.  We plan to include this in the 3.6.1 release after fixing some issues.
+Note: This is the first release that includes pgSphere
 
-PostGIS 3.6.0 bundle includes:
+PostGIS 3.6.1 bundle includes:
 
-  * PostGIS 3.6.0 with MVT support, with raster, [GEOS](https://libgeos.org/posts/2025-08-21-geos-3-14-released/) 3.14.0, [PROJ](https://proj.org/download.html#past-releases) 8.2.1, [SFCGAL](http://sfcgal.org) support (2.2.0), address_standardizer, topology
-  * PostGIS Tiger geocoder extension - Tiger 2024
-  * pgRouting 4.0 [pgRouting 4.0.0-alpha](https://docs.pgrouting.org/4.0/en/index.html)
+  * PostGIS 3.6.1 with MVT support, with raster, [GEOS](https://libgeos.org/posts/2025-08-21-geos-3-14-released/) 3.14.1, [PROJ](https://proj.org/download.html#past-releases) 8.2.1, [SFCGAL](http://sfcgal.org) support (2.2.0), address_standardizer, topology
+  * PostGIS Tiger geocoder extension - Tiger 2025
+  * pgRouting 4.0 [pgRouting 4.0.0](https://docs.pgrouting.org/4.0/en/index.html)
   * Commandline raster loader (raster2pgsql), shapefile import/export (shp2pgsql,pgsql2shp)
-  * Commandline [osm2pgrouting main](https://github.com/pgRouting/osm2pgrouting/wiki/Documentation-for-osm2pgrouting-v2.3) for loading data from .osm files into pgRouting routable format
+  * Commandline [osm2pgrouting 3.0.0](https://github.com/pgRouting/osm2pgrouting/tree/v3.0.0) for loading data from .osm files into pgRouting routable format
   * [ogrfdw 1.1.7](https://github.com/pramsey/pgsql-ogr-fdw/releases/tag/v1.1.7)  - spatial foreign data wrapper for
 		reading both spatial (spatial columns become postgis geometry) and non-spatial data.    [IMPORT FOREIGN SCHEMA](http://www.postgresonline.com/journal/archives/359-Import-Foreign-Schema-for-ogr_fdw-for-PostgreSQL-9.5.html) support
 
@@ -29,7 +29,8 @@ PostGIS 3.6.0 bundle includes:
   * [h3-pg](https://github.com/zachasme/h3-pg) 4.1.4
     for using Uber h3 api and converting h3 index representations to postgis geometry/geography/raster (raster support is new in this release).
   * [MobilityDB](https://mobilitydb.com) [v1.3.0-alpha](https://github.com/MobilityDB/MobilityDB/releases/tag/v1.3.0-alpha)
-    for managing trajectories.  Includes many temporal spatial types and functions for them. Refer to [Enabling PostGIS Extensions: MobilityDb](../enabling_postgis/#mobilitydb) for guidance.
+    for managing trajectories.  Includes many temporal spatial and non-spatial types and functions and operators for them. Refer to [Enabling PostGIS Extensions: MobilityDb](../enabling_postgis/#mobilitydb) for guidance.
+ * [pgSphere](https://github.com/postgrespro/pgsphere)[1.5.2](https://github.com/postgrespro/pgsphere/releases/tag/1.5.2) for spherical geometries. (NEW in this release)
 
 The simplest way to get PostGIS on Windows for the EnterpriseDb Windows PostgreSQL distribution is using the StackBuilder.
 

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

Summary of changes:
 .../install_windows/enabling_postgis.md               | 12 +++++++-----
 .../install_windows/released_versions.md              | 19 ++++++++++---------
 2 files changed, 17 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list