[SCM] PostGIS branch master updated. 3.6.0rc2-524-ge1dbdc5ff

git at osgeo.org git at osgeo.org
Fri Jun 12 09:58:36 PDT 2026


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".

The branch, master has been updated
       via  e1dbdc5fffeda2d1f32c82c8df0d043524788400 (commit)
      from  24e75f75b94ce51ce88fad7a4b9fadae12ae3ef3 (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 e1dbdc5fffeda2d1f32c82c8df0d043524788400
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 12 12:58:21 2026 -0400

    get rid of 3.6 news in release and make room for 3.7

diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 9fa7182f7..34e2034d9 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,57 +3,18 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
         <section>
-            <title>PostGIS 3.6.0rc2</title>
-            <para>2025/08/25</para>
-                        <para>This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
-            To take advantage of all features, GEOS 3.14+ is needed.
-            To take advantage of all SFCGAL features, SFCGAL 2.2+ is needed.</para>
-
-            <para>Many thanks to our translation teams, in particular:</para>
-            <para>Teramoto Ikuhiro (Japanese Team)</para>
-            <para>Daniel Nylander (Swedish Team)</para>
-            <para>Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)</para>
-            <para>Denys Kovshun (Ukrainian Team)</para>
-
-
+            <title>PostGIS 3.7.0beta1</title>
+            <para>2026/06/xx</para>
+            <para>This version requires GEOS 3.10 or higher. PostgreSQL 14-19beta1 required. Proj 6.1+ required.
+To take advantage of all features postgis extension features, GEOS 3.15+ is needed.
+To take advantage of all postgis_sfcgal extension features SFCGAL 2.2+ is needed.</para>
 
             <simplesect><title>Breaking Changes</title>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5799">#5799</link>, make ST_TileEnvelope clips envelopes to tile plane extent (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5829">#5829</link>, remove constraint checking from geometry_columns view (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3373">#3373</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/255">GT-255</link>, [topology] Support for upgrading domains (Ayo Adesugba, U.S. Census Bureau)</para>
-                <para><link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/252">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and PolyhedralSurface as unitary geometries,
-                    use ST_NumPatches/ST_PatchN for patch access (Loïc Bartoletti)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5359">#5359</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5897">#5897</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/260">GT-260</link>
-                [tiger_geocoder] Use @extschema:extension@ for PG >= 16 to schema qualify dependent extensions, switch to use typmod for tiger tables (Regina Obe)</para>
-            </simplesect>
 
-            <simplesect><title>Removed / Deprecate signatures</title>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5498">#5498</link> Drop st_approxquantile(raster, double precision), wasn't usable as it triggered
-                        is not unique error when used (Regina Obe)</para>
             </simplesect>
 
             <simplesect><title>New Features</title>
-                <para><link xlink:href="https://github.com/postgis/postgis/pull/803">GH-803</link>, [sfcgal] ADD CG_Simplify function (Loïc Bartoletti)</para>
-                <para><link xlink:href="https://github.com/postgis/postgis/pull/805">GH-805</link>, [sfcgal] Add M support for SFCGAL >= 1.5.0 (Loïc Bartoletti)</para>
-                <para><link xlink:href="https://github.com/postgis/postgis/pull/801">GH-801</link>, [sfcgal] ADD CG_3DAlphaWrapping function (Jean Felder)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5894">#5894</link>, [topology] TotalTopologySize (Sandro Santilli)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5890">#5890</link>, [topology] ValidateTopologyPrecision, MakeTopologyPrecise (Sandro Santilli)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5861">#5861</link>, [topology] Add --drop-topology switch to pgtopo_import (Sandro Santilli)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1247">#1247</link>, [raster] ST_AsRasterAgg (Sandro Santilli)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5784">#5784</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/223">GT-223</link> Export circ_tree_distance_tree_internal for mobilitydb use
-                        (Maxime Schoemans)</para>
-                <para><link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/228">GT-228</link> [sfcgal] Add new functions (Scale, Translate, Rotate, Buffer 3D and
-                        Straight Skeleton Partition) from SFCGAL 2 (Loïc Bartoletti)</para>
-                <para>[raster] New GUC postgis.gdal_cpl_debug, enables GDAL debugging messages
-                    and routes them into the PostgreSQL logging system. (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5841">#5841</link>, Change interrupt handling to remove use of pqsignal to support PG 18 (Paul Ramsey)</para>
-                <para>Add ST_CoverageClean to edge match and gap remove polygonal
-                    coverages (Paul Ramsey) from GEOS 3.14 (Martin Davis)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
-                <para>[raster] Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
+
             </simplesect>
         </section>
 </appendix>

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

Summary of changes:
 doc/release_notes.xml | 51 ++++++---------------------------------------------
 1 file changed, 6 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list