[SCM] PostGIS branch master updated. 3.7.0rc1-36-g3fbdf1147

git at osgeo.org git at osgeo.org
Mon Sep 7 13:14:09 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  3fbdf1147ed45c0836e7f29d5aa4e37c3c4cd52e (commit)
      from  17189b294f0094a60546c3f94973de6658f2db0b (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 3fbdf1147ed45c0836e7f29d5aa4e37c3c4cd52e
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 7 16:14:04 2026 -0400

    Update docs and pot

diff --git a/NEWS b/NEWS
index 069a05a2d..0a08513f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 PostGIS 3.7.0rc2
-2026/xx/xx
+2026/09/07
 
-This version requires GEOS 3.10+, PostgreSQL 14-19beta1, Proj 6.1+, and libgmp.
+This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and libgmp.
 To take advantage of all postgis extension features, GEOS 3.15+ is needed.
 To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed.
+Python 3 is a new requirement to build the documentation.
 
 * Breaking Changes *
 
@@ -171,9 +172,6 @@ To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed
           GDAL compatibility (Darafei Praliaskouski)
 
 
-
-
-
 PostGIS 3.7.0rc1
 2026/08/24
 This version requires GEOS 3.10+, PostgreSQL 14-19beta2, Proj 6.1+, libgmp.
diff --git a/README.postgis b/README.postgis
index 5fe870f4f..5c463f0e5 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
 :Version: 3.7.0
-:Date: 2026-09-01
+:Date: 2026-09-07
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 702dab7ae..5a60449c2 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -4714,7 +4714,7 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.14+ "
+"GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.15+ "
 "is required to take full advantage of all the new functions and features. "
 "GEOS is available for download from <link xlink:href=\"https://libgeos.org/"
 "\"> https://libgeos.org </link>."
@@ -4723,19 +4723,26 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports "
-"functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for "
-"download from <link xlink:href=\"https://gitlab.gnome.org/GNOME/libxml2/-/"
-"releases\">https://gitlab.gnome.org/GNOME/libxml2/-/releases</link>."
+"LibXML2. LibXML2 is currently used in some imports functions (ST_GeomFromGML "
+"and ST_GeomFromKML). LibXML2 is available for download from <link xlink:"
+"href=\"https://gitlab.gnome.org/GNOME/libxml2/-/releases\">https://gitlab."
+"gnome.org/GNOME/libxml2/-/releases</link>."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON "
-"via the function ST_GeomFromGeoJson. JSON-C is available for download from "
-"<link xlink:href=\"https://github.com/json-c/json-c/releases\">https://"
-"github.com/json-c/json-c/releases/</link>."
+"Perl is required to build PostGIS. Perl is available for download from <link "
+"xlink:href=\"https://www.perl.org/\">https://www.perl.org/</link>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"The iconv library is required by the shp2pgsql loader for encoding "
+"conversion. On GNU/Linux systems it is typically provided by libc; on other "
+"platforms you may need a separate <link xlink:href=\"https://www.gnu.org/"
+"software/libiconv/\">libiconv</link> package."
 msgstr ""
 
 #. Tag: para
@@ -4744,15 +4751,16 @@ msgid ""
 "The GNU Multiple Precision Arithmetic Library (libgmp). Used to control "
 "precision of math operations in PostGIS Topology. GMP is available for "
 "download from <link xlink:href=\"https://gmplib.org/\">https://gmplib.org/</"
-"link>."
+"link>. It is detected via <command>pkg-config</command> and has no fallback, "
+"so <command>pkg-config</command> must be available for a default build."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"GDAL, version 3+ is preferred. This is required for raster support. <link "
-"xlink:href=\"https://gdal.org/download.html\">https://gdal.org/download."
-"html</link>."
+"GDAL, version 2.4 or higher, is required for raster support. GDAL 3+ is "
+"preferred. <link xlink:href=\"https://gdal.org/download.html\">https://gdal."
+"org/download.html</link>."
 msgstr ""
 
 #. Tag: para
@@ -4776,6 +4784,26 @@ msgid ""
 "linkend=\"raster_configuration\"/>."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"JSON-C. JSON-C is currently used to import GeoJSON via the function "
+"ST_GeomFromGeoJson. JSON-C is available for download from <link xlink:"
+"href=\"https://github.com/json-c/json-c/releases\">https://github.com/json-c/"
+"json-c/releases/</link>. It is enabled by default but optional; if it is not "
+"found configure only warns and the build continues. Disable with <varname>--"
+"without-json</varname>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"GNU gettext for loader and documentation translation support. It may be "
+"disabled with <varname>--with-gettext=no</varname>. <link xlink:"
+"href=\"https://www.gnu.org/software/gettext/\">https://www.gnu.org/software/"
+"gettext/</link>."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -4786,7 +4814,7 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"SFCGAL, 1.4.1 or higher is required, 2.3+ is needed to be able to use all "
+"SFCGAL, 1.3.1 or higher is required, 2.3+ is needed to be able to use all "
 "functionality. SFCGAL can be used to provide additional 2D and 3D advanced "
 "analysis functions to PostGIS cf <xref linkend=\"reference_sfcgal\"/>. <link "
 "xlink:href=\"https://sfcgal.gitlab.io/sfcgal/\">https://sfcgal.gitlab.io/"
@@ -4822,6 +4850,18 @@ msgid ""
 "docbook.org/\"> http://www.docbook.org/ </link> ."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"Python 3 is required to run the manual example tester that generates the "
+"visual examples which the HTML and PDF documentation embed. The examples are "
+"executed against a live PostgreSQL server running the staged PostGIS build "
+"via <command>make -C regress visual-examples</command>; no Python database "
+"driver is required, the tooling talks to the server through the "
+"<command>psql</command> client. Python 3 is available from <link xlink:"
+"href=\"https://www.python.org/\"> https://www.python.org/ </link> ."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -13363,9 +13403,9 @@ msgstr ""
 #, no-c-format
 msgid ""
 "By default, GDAL logging is printed to stderr, and lower level debug "
-"messages are not printed at all. Turning this GUC to true will cause GDAL "
-"logging to be sent into the PostgreSQL logging stream, so you can see more "
-"or less of it by altering the <code>client_min_message</code> PostgreSQL GUC."
+"messages are not printed at all. Turning this GUC to true will cause "
+"detailed GDAL logging to be sent into the PostgreSQL server log. PostgreSQL "
+"clients receive only generic GDAL notice, debug, warning, or error messages."
 msgstr ""
 
 #. Tag: title
@@ -15346,8 +15386,8 @@ msgstr ""
 #, no-c-format
 msgid ""
 "Removes a geometry column from a spatial table. Note that schema_name will "
-"need to match the f_table_schema field of the table's row in the "
-"geometry_columns table."
+"need to match the f_table_schema field shown by the "
+"<varname>geometry_columns</varname> view."
 msgstr ""
 
 #. Tag: para
@@ -35894,10 +35934,10 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"This version requires GEOS 3.10+, PostgreSQL 14-19beta1, Proj 6.1+, libgmp. "
-"To take advantage of all features postgis extension features, GEOS 3.15+ is "
+"This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and "
+"libgmp. To take advantage of all postgis extension features, GEOS 3.15+ is "
 "needed. To take advantage of all postgis_sfcgal extension features SFCGAL "
-"2.3+ is needed."
+"2.3+ is needed. Python 3 is a new requirement to build the documentation."
 msgstr ""
 
 #. Tag: title
@@ -35967,6 +36007,14 @@ msgid ""
 "link>, CG_AlphaShape now returns a MultiPolygon (Jean Felder)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"[docs] Python 3 and an SVG rasterizer (rsvg-convert preferred, "
+"GraphicsMagick or ImageMagick supported) now required for doc building "
+"(Darafei Praliaskouski)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "New Features"
@@ -36072,22 +36120,6 @@ msgid ""
 "Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5950\">#5950</"
-"link>, Document POSTGIS_REGRESS_DB_OWNER for sandboxed regression roles "
-"(Darafei Praliaskouski)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/4332\">#4332</"
-"link>, Clarify the scope of several Function Reference categories (Darafei "
-"Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36096,14 +36128,6 @@ msgid ""
 "Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5109\">#5109</"
-"link>, Document the meaning of topology.next_left_edge and topology."
-"next_right_edge links (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36120,14 +36144,6 @@ msgid ""
 "Ramsey)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6022\">#6022</"
-"link>, Document ST_AsMVTGeom tile-coordinate simplification (Darafei "
-"Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36173,14 +36189,6 @@ msgid ""
 "(Darafei Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"[fuzzers] Centralize OSS-Fuzz build/dependency logic in PostGIS scripts, "
-"prefer requested CXX over pg_config --cc for internal C++ checks, and make "
-"fuzzer linking/runtime dependency packaging portable (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Enhancements"
@@ -36210,6 +36218,14 @@ msgid ""
 "liblwgeom header (Darafei Praliaskouski)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3776\">#3776</"
+"link>, [raster] Keep distinct 32-bit integer pixel values separate in "
+"ST_DumpAsPolygons (Darafei Praliaskouski)"
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36236,13 +36252,6 @@ msgid ""
 "Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/2898\">#2898</"
-"link>, Document SQL function cost tiers for contributors"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36259,16 +36268,6 @@ msgid ""
 "collapsed elements (Sandro Santilli)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3743\">#3743</"
-"link>, <link xlink:href=\"https://trac.osgeo.org/postgis/"
-"ticket/4385\">#4385</link>, [raster loader] Document raster2pgsql -s "
-"FROM_SRID:SRID reprojection support and clarify index creation timing for "
-"append loads (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36285,22 +36284,6 @@ msgid ""
 "GeometryCollections (Darafei Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5532\">#5532</"
-"link>, Validate the manual against DocBook XMLSchema in check-xml (Darafei "
-"Praliaskouski)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6087\">#6087</"
-"link>, Add a repository-owned CI status checker and static dashboard "
-"generator (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36333,13 +36316,6 @@ msgid ""
 "(Darafei Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/2386\">#2386</"
-"link>, Add raster2pgsql man page (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36367,31 +36343,6 @@ msgid ""
 "scripts are newer than core scripts (Darafei Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5593\">#5593</"
-"link>, Docs: render manual images with GraphicsMagick without temporary "
-"files, enabling parallel builds, keeping ImageMagick fallbacks working, and "
-"documenting the generator workflow for contributors (Darafei Praliaskouski)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5645\">#5645</"
-"link>, Docs: keep code operators ("=>") intact in translated "
-"manuals by enforcing verbatim CSS (Darafei Praliaskouski)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1408\">#1408</"
-"link>, Docs: flatten transparent manual images onto white backgrounds for "
-"PDF builds while keeping HTML images transparent (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36400,14 +36351,6 @@ msgid ""
 "Praliaskouski)"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1705\">#1705</"
-"link>, Infer constraint metadata for direct view and materialized view "
-"geometry columns (Darafei Praliaskouski)"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36416,6 +36359,15 @@ msgid ""
 "callbacks (Darafei Praliaskouski)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6073\">#6073</"
+"link>, <link xlink:href=\"https://trac.osgeo.org/postgis/"
+"ticket/6074\">#6074</link>, Stabilize geography LRS endpoint interpolation "
+"and pole centroid regressions on 32-bit systems (Darafei Praliaskouski)"
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -36424,6 +36376,255 @@ msgid ""
 "(Darafei Praliaskouski)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/4616\">#4616</"
+"link>, Detect pgsql2shp query keywords case-insensitively (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1986\">#1986</"
+"link>, ST_GeomFromGML support for GML ArcString and curved polygon rings "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/4749\">#4749</"
+"link>, Use point-in-polygon predicate fast paths for point-only "
+"GeometryCollections, including ST_Disjoint (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3676\">#3676</"
+"link>, Mark geometry and geography btree comparison support functions as "
+"leakproof (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/875\">GH-875</"
+"link>, Allow ST_OrderingEquals joins to use hash and merge join plans "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1168\">#1168</"
+"link>, [raster] Support curved geometry inputs in ST_AsRaster (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1416\">#1416</"
+"link>, ST_AsX3D outputs NURBSCURVE as X3D NurbsCurve and linearizes other "
+"curve geometries (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3705\">#3705</"
+"link>, ST_AsX3D outputs valid coordinate nodes for 2D multi-geometries and "
+"GeometryCollections (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://gitea.osgeo.org/postgis/postgis/"
+"pulls/484\">GT-484</link>, Use column-level SELECT privileges for metadata "
+"views (Arthur Bazin)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/1408\">#1408</"
+"link>, <link xlink:href=\"https://trac.osgeo.org/postgis/"
+"ticket/2386\">#2386</link>, <link xlink:href=\"https://trac.osgeo.org/"
+"postgis/ticket/2557\">#2557</link>, <link xlink:href=\"https://trac.osgeo."
+"org/postgis/ticket/2805\">#2805</link>, <link xlink:href=\"https://trac."
+"osgeo.org/postgis/ticket/2898\">#2898</link>, <link xlink:href=\"https://"
+"trac.osgeo.org/postgis/ticket/3743\">#3743</link>, <link xlink:"
+"href=\"https://trac.osgeo.org/postgis/ticket/4323\">#4323</link>, <link "
+"xlink:href=\"https://trac.osgeo.org/postgis/ticket/4332\">#4332</link>, "
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/4385\">#4385</"
+"link>, <link xlink:href=\"https://trac.osgeo.org/postgis/"
+"ticket/5109\">#5109</link>, <link xlink:href=\"https://trac.osgeo.org/"
+"postgis/ticket/5532\">#5532</link>, <link xlink:href=\"https://trac.osgeo."
+"org/postgis/ticket/5593\">#5593</link>, <link xlink:href=\"https://trac."
+"osgeo.org/postgis/ticket/5638\">#5638</link>, <link xlink:href=\"https://"
+"trac.osgeo.org/postgis/ticket/5645\">#5645</link>, <link xlink:"
+"href=\"https://trac.osgeo.org/postgis/ticket/5950\">#5950</link>, <link "
+"xlink:href=\"https://trac.osgeo.org/postgis/ticket/6022\">#6022</link>, "
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6082\">#6082</"
+"link>, <link xlink:href=\"https://github.com/postgis/postgis/"
+"pull/1161\">GH-1161</link>, <link xlink:href=\"https://gitea.osgeo.org/"
+"postgis/postgis/pulls/584\">GT-584</link>, Numerous doc enhancements "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Bug Fixes"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/1175\">GH-1175</"
+"link>, Guard missing operands before reading node tags in spatial "
+"selectivity estimation (Maksim Korotkov)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6118\">#6118</"
+"link>, Reject empty geometry type modifiers without an out-of-bounds read "
+"(Egor Ivkov)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Fix WKB and TWKB parser resource exhaustion on malformed input (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6038\">#6038</"
+"link>, Avoid stale relation lookups in geometry_columns after topology "
+"objects are dropped (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5487\">#5487</"
+"link>, Improve error detail for repeated upgrades after an incomplete "
+"deprecated-function cleanup (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5975\">#5975</"
+"link>, Initialize skipped union-find cluster ids deterministically (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5904\">#5904</"
+"link>, [topology] Avoid MinGW format warnings when logging topology ids "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/888\">GH-888</"
+"link>, [sfcgal] Avoid stale detoasted geometry access in CG_Visibility empty-"
+"input handling for SFCGAL < 2.2 (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/3179\">#3179</"
+"link>, Mark truncated libpgcommon PostgreSQL messages instead of silently "
+"dropping the tail (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6003\">#6003</"
+"link>, Avoid size_t formats in liblwgeom logging/error wrappers for MinGW "
+"builds (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/886\">GH-886</"
+"link>, ST_ClusterRelateWin validates NULL relate matrices before detoasting "
+"them (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/889\">GH-889</"
+"link>, ST_Relate pattern inversion avoids out-of-bounds access on short "
+"DE-9IM patterns (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/890\">GH-890</"
+"link>, Avoid GIDX BRIN summary merges across mismatched dimensions (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5959\">#5959</"
+"link>, Prevent histogram target overflow when analysing massive tables "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6080\">#6080</"
+"link>, Avoid out-of-bounds hex WKB lookup for high-bit input bytes (Darafei "
+"Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/4828\">#4828</"
+"link>, geometry_columns handles NOT VALID SRID checks without errors "
+"(Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/6048\">#6048</"
+"link>, [raster] ST_Clip no longer crashes when clipping sparse band "
+"selections (Darafei Praliaskouski)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<link xlink:href=\"https://github.com/postgis/postgis/pull/894\">GH-894</"
+"link>, [raster] Fix Float16 import, mixed nodata warping, band replacement "
+"cleanup, GDAL credential redaction, and Python GDAL compatibility (Darafei "
+"Praliaskouski)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "Reporting Problems"
@@ -38519,10 +38720,10 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"Although the old constraint-based method is still supported, direct pass-"
-"through view columns register correctly in <varname>geometry_columns</"
-"varname> for both typmod-based and constraint-based source columns. In this "
-"example we define a column using typmod and another using constraints."
+"Although the old-constraint based method is still supported, a constraint-"
+"based geometry column used directly in a view, will not register correctly "
+"in geometry_columns, as will a typmod one. In this example we define a "
+"column using typmod and another using constraints."
 msgstr ""
 
 #. Tag: para
@@ -38545,16 +38746,15 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"Both the typmod based geom view column and the direct constraint based view "
-"column register correctly."
+"The typmod based geom view column registers correctly, but the constraint "
+"based one does not."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"If the view applies a spatial function to the geometry, such as "
-"<function>ST_Transform</function>, you still need to cast the transformed "
-"column explicitly so the view can expose the correct type and SRID:"
+"This may change in future versions of PostGIS, but for now to force the "
+"constraint-based view column to register correctly, you need to do this:"
 msgstr ""
 
 #. Tag: title
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 3958a7e9f..2c134e4ae 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,8 +4,11 @@
     <section xml:id="release_notes_3_7_0">
     <title>PostGIS 3.7.0</title>
     <subtitle>2026/xx/xx</subtitle>
-    <para>This version requires GEOS 3.10+, PostgreSQL 14-19beta2, Proj 6.1+, libgmp. 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.3+ is needed.</para>
-     <simplesect>
+    <para>This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and libgmp.
+    To take advantage of all postgis extension features, GEOS 3.15+ is needed.
+    To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed.
+    Python 3 is a new requirement to build the documentation.</para>
+    <simplesect>
       <title>Breaking Changes</title>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5688">#5688</link>, [topology] topology building functions now interpret tolerance 0 (old default) to really mean 0 and want -1 (new default) to mean "use topology precision" (Sandro Santilli)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6024">#6024</link>, Remove support for PostgreSQL 12 and 13 (Regina Obe)</para>
@@ -15,6 +18,7 @@
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6079">#6079</link>, Remove support for GEOS < 3.10 (Sandro Santilli)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1793">#1793</link>, Remove ST_MemCollect aggregate (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://github.com/postgis/postgis/pull/848">GH-848</link>, CG_AlphaShape now returns a MultiPolygon (Jean Felder)</para>
+      <para>[docs] Python 3 and an SVG rasterizer (rsvg-convert preferred, GraphicsMagick or ImageMagick supported) now required for doc building (Darafei Praliaskouski)</para>
     </simplesect>
     <simplesect>
       <title>New Features</title>
@@ -31,51 +35,71 @@
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5992">#5992</link>, Optimize GiST index for repeated edge subdivision in topology (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5702">#5702</link>, Allow the compiler to detect the parallelism -flto=auto (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4798">#4798</link>, ST_AsGeoJSON warns about duplicate property keys (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5950">#5950</link>, Document POSTGIS_REGRESS_DB_OWNER for sandboxed regression roles (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4332">#4332</link>, Clarify the scope of several Function Reference categories (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4222">#4222</link>, [raster] ST_DumpAsPolygons honours PostgreSQL interrupts (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5109">#5109</link>, Document the meaning of topology.next_left_edge and topology.next_right_edge links (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5889">#5889</link>, [topology] Include representative locations in topology build errors (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2614">#2614</link>, Use GEOSPreparedDistance and caching to accelerate ST_DWithin (Paul Ramsey)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6022">#6022</link>, Document ST_AsMVTGeom tile-coordinate simplification (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://github.com/postgis/postgis/pull/839">GH-839</link>, ST_Multi support for TIN and surfaces (Loïc Bartoletti)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4398">#4398</link>, Add ST_CatmullSmoothing smoothes but retains original vertices (Paul Ramsey)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4560">#4560</link>, ST_3DInterpolatePoint for M interpolation from XYZ inputs (Paul Ramsey)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1291">#1291</link>, ST_MakePolygon support for curved rings (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://gitea.osgeo.org/postgis/postgis/pulls/270">GT-270</link>, Add NURBSCurve (Loïc Bartoletti)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2863">#2863</link>, Add ST_XSize, ST_YSize, ST_ZSize, and ST_MSize dimension helpers (Darafei Praliaskouski)</para>
-      <para>[fuzzers] Centralize OSS-Fuzz build/dependency logic in PostGIS scripts, prefer requested CXX over pg_config --cc for internal C++ checks, and make fuzzer linking/runtime dependency packaging portable (Darafei Praliaskouski)</para>
     </simplesect>
     <simplesect>
       <title>Enhancements</title>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2045">#2045</link>, pgsql2shp query dumps no longer require temporary table privileges (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1577">#1577</link>, [loader] Report unsupported .zip archive input before trying to open shapefile sidecar files (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3158">#3158</link>, Move geometry and geography typmod bit helpers out of the public liblwgeom header (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3776">#3776</link>, [raster] Keep distinct 32-bit integer pixel values separate in ST_DumpAsPolygons (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4678">#4678</link>, [raster] Move st_sum4ma neighborhood callback to C (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2116">#2116</link>, [raster] Add ST_Value nearest-neighbor boundary options (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2804">#2804</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/4315">#4315</link>, [raster] Support two-argument ST_MapAlgebra callbacks and pass callback call data as actual arguments (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2898">#2898</link>, Document SQL function cost tiers for contributors</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6062">#6062</link>, [topology] Stop using recursive snapping, for improved robustness (Sandro Santilli)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6065">#6065</link>, Improved winding order computation robustness for rings having collapsed elements (Sandro Santilli)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3743">#3743</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/4385">#4385</link>, [raster loader] Document raster2pgsql -s FROM_SRID:SRID reprojection support and clarify index creation timing for append loads (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2137">#2137</link>, [raster] Reuse matching source raster overviews in raster2pgsql -l (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4749">#4749</link>, Use point-in-polygon predicate fast paths for point-only GeometryCollections (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5532">#5532</link>, Validate the manual against DocBook XMLSchema in check-xml (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6087">#6087</link>, Add a repository-owned CI status checker and static dashboard generator (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2807">#2807</link>, [raster] Preserve missing NODATA values in ST_MapAlgebra outputs (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2832">#2832</link>, [raster] Avoid padding single-tile raster2pgsql overviews when padding is not requested (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2623">#2623</link>, Generate a pgsql2shp GID field when exporting geometry-only shapefiles (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2850">#2850</link>, Preserve pgsql2shp numeric precision and scale in DBF metadata (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2386">#2386</link>, Add raster2pgsql man page (Darafei Praliaskouski)</para>
       <para>Build PostgreSQL extension modules with `-fno-semantic-interposition` when available so LTO can optimize same-DSO calls to exported PostGIS entry points directly instead of routing through the module PLT; in a local PostgreSQL 18 `pgbench` microbenchmark over 100k four-point groups this reduced `ST_Collect` aggregate latency by about 4% (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5973">#5973</link>, Install PostGIS utilities under `pg_config --bindir` by default and document `pg_config`-derived install paths more accurately (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2808">#2808</link>, Clarify postgis_full_version() output when installed component scripts are newer than core scripts (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5593">#5593</link>, Docs: render manual images with GraphicsMagick without temporary files, enabling parallel builds, keeping ImageMagick fallbacks working, and documenting the generator workflow for contributors (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5645">#5645</link>, Docs: keep code operators ("=>") intact in translated manuals by enforcing verbatim CSS (Darafei Praliaskouski)</para>
-      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1408">#1408</link>, Docs: flatten transparent manual images onto white backgrounds for PDF builds while keeping HTML images transparent (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2838">#2838</link>, Emit valid X3D Coordinate nodes for 2D polygon output (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://github.com/postgis/postgis/pull/899">GH-899</link>, [raster] Honor PostgreSQL interrupts in long-running GDAL progress callbacks (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6073">#6073</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/6074">#6074</link>, Stabilize geography LRS endpoint interpolation and pole centroid regressions on 32-bit systems (Darafei Praliaskouski)</para>
       <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/2583">#2583</link>, Preserve Z/ZM dimensional qualifiers in ST_AsEWKT output for TIN (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4616">#4616</link>, Detect pgsql2shp query keywords case-insensitively (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1986">#1986</link>, ST_GeomFromGML support for GML ArcString and curved polygon rings (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4749">#4749</link>, Use point-in-polygon predicate fast paths for point-only GeometryCollections, including ST_Disjoint (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3676">#3676</link>, Mark geometry and geography btree comparison support functions as leakproof (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/875">GH-875</link>, Allow ST_OrderingEquals joins to use hash and merge join plans (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1168">#1168</link>, [raster] Support curved geometry inputs in ST_AsRaster (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1416">#1416</link>, ST_AsX3D outputs NURBSCURVE as X3D NurbsCurve and linearizes other curve geometries (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3705">#3705</link>, ST_AsX3D outputs valid coordinate nodes for 2D multi-geometries and GeometryCollections (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://gitea.osgeo.org/postgis/postgis/pulls/484">GT-484</link>, Use column-level SELECT privileges for metadata views (Arthur Bazin)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/1408">#1408</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/2386">#2386</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/2557">#2557</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/2805">#2805</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/2898">#2898</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/3743">#3743</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/4323">#4323</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/4332">#4332</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/4385">#4385</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5109">#5109</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5532">#5532</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5593">#5593</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5638">#5638</link
 >, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5645">#5645</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/5950">#5950</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/6022">#6022</link>, <link xlink:href="https://trac.osgeo.org/postgis/ticket/6082">#6082</link>, <link xlink:href="https://github.com/postgis/postgis/pull/1161">GH-1161</link>, <link xlink:href="https://gitea.osgeo.org/postgis/postgis/pulls/584">GT-584</link>, Numerous doc enhancements (Darafei Praliaskouski)</para>
+    </simplesect>
+    <simplesect>
+      <title>Bug Fixes</title>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/1175">GH-1175</link>, Guard missing operands before reading node tags in spatial selectivity estimation (Maksim Korotkov)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6118">#6118</link>, Reject empty geometry type modifiers without an out-of-bounds read (Egor Ivkov)</para>
+      <para>Fix WKB and TWKB parser resource exhaustion on malformed input (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6038">#6038</link>, Avoid stale relation lookups in geometry_columns after topology objects are dropped (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5487">#5487</link>, Improve error detail for repeated upgrades after an incomplete deprecated-function cleanup (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5975">#5975</link>, Initialize skipped union-find cluster ids deterministically (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5904">#5904</link>, [topology] Avoid MinGW format warnings when logging topology ids (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/888">GH-888</link>, [sfcgal] Avoid stale detoasted geometry access in CG_Visibility empty-input handling for SFCGAL < 2.2 (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3179">#3179</link>, Mark truncated libpgcommon PostgreSQL messages instead of silently dropping the tail (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6003">#6003</link>, Avoid size_t formats in liblwgeom logging/error wrappers for MinGW builds (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/886">GH-886</link>, ST_ClusterRelateWin validates NULL relate matrices before detoasting them (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/889">GH-889</link>, ST_Relate pattern inversion avoids out-of-bounds access on short DE-9IM patterns (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/890">GH-890</link>, Avoid GIDX BRIN summary merges across mismatched dimensions (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5959">#5959</link>, Prevent histogram target overflow when analysing massive tables (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6080">#6080</link>, Avoid out-of-bounds hex WKB lookup for high-bit input bytes (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/4828">#4828</link>, geometry_columns handles NOT VALID SRID checks without errors (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6048">#6048</link>, [raster] ST_Clip no longer crashes when clipping sparse band selections (Darafei Praliaskouski)</para>
+      <para><link xlink:href="https://github.com/postgis/postgis/pull/894">GH-894</link>, [raster] Fix Float16 import, mixed nodata warping, band replacement cleanup, GDAL credential redaction, and Python GDAL compatibility (Darafei Praliaskouski)</para>
     </simplesect>
   </section>
 </appendix>

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

Summary of changes:
 NEWS                                |   8 +-
 README.postgis                      |   2 +-
 doc/po/templates/postgis-manual.pot | 460 ++++++++++++++++++++++++++----------
 doc/release_notes.xml               |  54 +++--
 4 files changed, 373 insertions(+), 151 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list