[SCM] PostGIS branch master updated. 3.5.0-463-g70c1d9236

git at osgeo.org git at osgeo.org
Tue Jul 15 09:37:34 PDT 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".

The branch, master has been updated
       via  70c1d92368411ba51e87f6df0444817619742e82 (commit)
       via  a45d4c67b741c0b8356fe5e67454c4715b148b7b (commit)
      from  f9406fae8081d2039a046e55b35db0f2eacb433d (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 70c1d92368411ba51e87f6df0444817619742e82
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 15 12:34:20 2025 -0400

    Take out localized pdf building
    It's giving false errors which are caused by issue with docker image
    docker image is failing on asian pdf builds, but debbie builds them fine

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 0bddad15b..9ec7caa0c 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -749,169 +749,3 @@ steps:
           include:
             - "doc/po/uk/*.po"
 
-### TARGET pdf
-  pdf-it_IT:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/it_IT local-pdf
-    depends_on: [ build-images, check-xml-it_IT ]
-    when:
-       - path:
-          include:
-            - "doc/po/it_IT/*.po"
-
-  pdf-pt_BR:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/pt_BR local-pdf
-    depends_on: [ build-images, check-xml-pt_BR ]
-    when:
-       - path:
-          include:
-            - "doc/po/pt_BR/*.po"
-
-  pdf-fr:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/fr local-pdf
-    depends_on: [ build-images, check-xml-fr ]
-    when:
-       - path:
-          include:
-            - "doc/po/fr/*.po"
-
-  pdf-es:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/es local-pdf
-    depends_on: [ build-images, check-xml-es ]
-    when:
-       - path:
-          include:
-            - "doc/po/es/*.po"
-
-  pdf-pl:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/pl local-pdf
-    depends_on: [ build-images, check-xml-pl ]
-    when:
-       - path:
-          include:
-            - "doc/po/pl/*.po"
-
-  pdf-ka:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/ka local-pdf
-    depends_on: [ build-images, check-xml-ka ]
-    when:
-       - path:
-          include:
-            - "doc/po/ka/*.po"
-
-  pdf-ko_KR:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/ko_KR local-pdf
-    depends_on: [ build-images, check-xml-ko_KR ]
-    when:
-       - path:
-          include:
-            - "doc/po/ko_KR/*.po"
-
-  pdf-da:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/da local-pdf
-    depends_on: [ build-images, check-xml-da ]
-    when:
-       - path:
-          include:
-            - "doc/po/da/*.po"
-
-  pdf-de:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/de local-pdf
-    depends_on: [ build-images, check-xml-de ]
-    when:
-       - path:
-          include:
-            - "doc/po/de/*.po"
-
-  pdf-ja:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/ja local-pdf
-    depends_on: [ build-images, check-xml-ja ]
-    when:
-       - path:
-          include:
-            - "doc/po/ja/*.po"
-
-  pdf-ru:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/ru local-pdf
-    depends_on: [ build-images, check-xml-ru ]
-    when:
-       - path:
-          include:
-            - "doc/po/ru/*.po"
-
-  pdf-zh_Hans:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/zh_Hans local-pdf
-    depends_on: [ build-images, check-xml-zh_Hans ]
-    when:
-       - path:
-          include:
-            - "doc/po/zh_Hans/*.po"
-
-  pdf-ro:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/ro local-pdf
-    depends_on: [ build-images, check-xml-ro ]
-    when:
-       - path:
-          include:
-            - "doc/po/ro/*.po"
-
-  pdf-sv:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/sv local-pdf
-    depends_on: [ build-images, check-xml-sv ]
-    when:
-       - path:
-          include:
-            - "doc/po/sv/*.po"
-
-  pdf-uk:
-    image: *test_image
-    pull: true
-    commands:
-      - make -C build-docs/doc/po/uk local-pdf
-    depends_on: [ build-images, check-xml-uk ]
-    when:
-       - path:
-          include:
-            - "doc/po/uk/*.po"
-
diff --git a/.woodpecker/update-docs-localized.sh b/.woodpecker/update-docs-localized.sh
index 98c3a6a14..ecc9b7110 100755
--- a/.woodpecker/update-docs-localized.sh
+++ b/.woodpecker/update-docs-localized.sh
@@ -5,7 +5,10 @@ cd $(dirname $0)
 SUPPORTED_LANGUAGES=$(grep ^translations ../doc/Makefile.in | cut -d= -f2)
 #SUPPORTED_LANGUAGES="ja de fr zh_Hans" # restrict built translations
 
-TARGETS="check-xml html cheatsheets check-cheatsheets pdf"
+# TODO: Put back pdf localized building once woodpecker docker image works with it
+#  These are false errors as debbie builds the pdfs fine and tests anyway
+#TARGETS="check-xml html cheatsheets check-cheatsheets pdf"
+TARGETS="check-xml html cheatsheets check-cheatsheets"
 
 cat docs.yml | sed '/DO NOT EDIT/q' > docs.yml.new
 

commit a45d4c67b741c0b8356fe5e67454c4715b148b7b
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 15 12:25:13 2025 -0400

    Update release notes

diff --git a/NEWS b/NEWS
index 464175683..7a933102f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.6.0dev
-xxxx/xx/xxx
+2025/07/xx
 
 This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.12+ is needed.
@@ -7,9 +7,9 @@ To take advantage of all SFCGAL features, SFCGAL 2.1+ is needed.
 
 Many thanks to our translation teams, in particular:
 
-Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
 Teramoto Ikuhiro (Japanese Team)
 Daniel Nylander (Swedish Team)
+Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
 
 * Breaking Changes *
 
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 0d0d14278..632587e34 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -4059,6 +4059,28 @@ msgid ""
 "tables, including indexes and TOAST data."
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Upgrades the specified topology to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Takes a topology name and upgrades it to support large ids (int8) for "
+"topology and primitive ids. The function upgrades the following: - face "
+"(face_id column from int4 to int8, face_id_seq from int4 to int8) - node "
+"(node_id column from int4 to int8, containing_face column from int4 to int8, "
+"node_id_seq from int4 to int8) - edge_data (edge_id column from int4 to "
+"int8, edge_data_edge_id_seq from int4 to int8, left_face and right_face "
+"columns from int4 to int8, start_node and end_node columns from int4 to "
+"int8, next_left_edge and next_right_edge columns from int4 to int8) - "
+"relation (topogeo_id column from int4 to int8, element_id from int4 to int8) "
+"- topology (useslargeids column set to true)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "Topology Statistics Management"
@@ -4129,7 +4151,8 @@ msgstr ""
 #, no-c-format
 msgid ""
 "The <varname>srid</varname> is the <link linkend=\"spatial_ref_sys\">spatial "
-"reference system</link> SRID for the topology."
+"reference system</link> SRID for the topology. The SRID defaults to -1 "
+"(unknown) if not specified."
 msgstr ""
 
 #. Tag: para
@@ -4144,6 +4167,21 @@ msgstr ""
 msgid "<varname>hasz</varname> defaults to false if not specified."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>topoid</varname> optional explicit identifier (allows deterministic "
+"topology id assignment, needs to be unique)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<varname>useslargeids</varname> optional, defaults to false. If true, the "
+"topology will be created to support large ids (int8) for topology and "
+"primitive ids."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -35118,12 +35156,12 @@ msgstr ""
 
 #. Tag: title
 #, no-c-format
-msgid "PostGIS 3.6.0alpha1"
+msgid "PostGIS 3.6.0beta1"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "2025/05/17"
+msgid "2025/07/xx"
 msgstr ""
 
 #. Tag: para
@@ -35134,6 +35172,26 @@ msgid ""
 "advantage of all SFCGAL features, SFCGAL 2.1+ is needed."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid "Many thanks to our translation teams, in particular:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Teramoto Ikuhiro (Japanese Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Daniel Nylander (Swedish Team)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "Breaking Changes"
@@ -35154,6 +35212,33 @@ msgid ""
 "link>, remove constraint checking from geometry_columns view (Paul Ramsey)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"<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)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<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)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"<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)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "New Features"
@@ -35214,8 +35299,9 @@ msgstr ""
 #, no-c-format
 msgid ""
 "<link xlink:href=\"https://trac.osgeo.org/postgis/ticket/5784\">#5784</"
-"link>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use "
-"(Maxime Schoemans)"
+"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)"
 msgstr ""
 
 #. Tag: para
@@ -35242,6 +35328,18 @@ msgid ""
 "(Paul Ramsey)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"Add ST_CoverageClean to edge match and gap remove polygonal coverages (Paul "
+"Ramsey) from GEOS 3.14 (Martin Davis)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)"
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "Reporting Problems"
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index bf9da66bf..1b0faab56 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,15 +3,26 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
         <section>
-            <title>PostGIS 3.6.0alpha1</title>
-            <para>2025/05/17</para>
+            <title>PostGIS 3.6.0beta1</title>
+            <para>2025/07/xx</para>
                         <para>This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
             To take advantage of all features, GEOS 3.12+ is needed.
             To take advantage of all SFCGAL features, SFCGAL 2.1+ 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>
+
+
+
             <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>
             </simplesect>
 
             <simplesect><title>New Features</title>
@@ -22,13 +33,17 @@
                 <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>, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use
+                <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>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:
 .woodpecker/docs.yml                 | 166 -----------------------------------
 .woodpecker/update-docs-localized.sh |   5 +-
 NEWS                                 |   4 +-
 doc/po/templates/postgis-manual.pot  | 108 +++++++++++++++++++++--
 doc/release_notes.xml                |  21 ++++-
 5 files changed, 127 insertions(+), 177 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list