[SCM] PostGIS branch stable-3.3 updated. 3.3.7-73-g77a390f2e
git at osgeo.org
git at osgeo.org
Sat Feb 7 13:24:45 PST 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, stable-3.3 has been updated
via 77a390f2e97d1a5fb9f6cad8ba0fa438b6fd208f (commit)
via 365f2940ccf344157f2d58a376d0242e270a68d2 (commit)
from e20d4da2f119e193c195afe7087d14772b969b29 (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 77a390f2e97d1a5fb9f6cad8ba0fa438b6fd208f
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 7 16:24:39 2026 -0500
Prepare for releae of PostGIS 3.3.9
diff --git a/NEWS b/NEWS
index b8e5e4ae8..f57ba5eba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.3.9dev
-xxxx-xx-xx
+PostGIS 3.3.9
+2026-02-07
PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features.
Proj 4.9+ required.
@@ -33,6 +33,7 @@ Proj 4.9+ required.
- #5998, [tiger_geocoder] [security] CVE-2022-2625, make sure tables required
by extension are owned by extension
authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)
+ - #5853, Issue with topology and tiger geocoder upgrade scripts (Regina Obe, Spencer Bryson)
PostGIS 3.3.8
diff --git a/README.postgis b/README.postgis
index 3859b0623..ce24a03bf 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.3.7
-:Date: 2024-09-05
+:Version: 3.3.9
+:Date: 2026-02-07
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index dd5ad6183..9e124976a 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=9dev
+POSTGIS_MICRO_VERSION=9
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 244ba3287..67b405bf5 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -11,7 +11,7 @@ export PROJECTS=/projects
export MSYS2_ARG_CONV_EXCL=/config/tags
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.13.1
+ export GEOS_VER=3.14.1
export GDAL_VER=3.9.2
export PROJ_VER=8.2.1
export SFCGAL_VER=1.5.2
@@ -64,6 +64,7 @@ fi;
export CGAL_VER=5.6.1
BOOST_VER=1.84.0
export BOOST_VER_WU=1_84_0
+export XMLLINT=
export LZ4_PATH=${PROJECTS}/lz4/rel-lz4-${LZ4_VER}w${OS_BUILD}${GCC_TYPE}
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 23d9501d1..292f6160c 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,42 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.3.9</title>
+ <para>2026/02/07</para>
+ <para>PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features. Proj 4.9+ required.</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5978">5978</ulink>, fix parsing of constraints in geometry_columns (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5977">5977</ulink>, Fix downgrade protection with standard conforming strings off (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5951">5951</ulink>, [topology] Fix crash in ST_GetFaceEdges with corrupted topology (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5947">5947</ulink>, [topology] Fix crash in ST_ModEdgeHeal (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5922">5922</ulink>, [topology] Fix crash in TopoGeo_AddLinestring with EMPTY input (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5908">5908</ulink>, [topology] Fix crash in GetFaceContainingPoint (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5907">5907</ulink>, [topology] Fix crash in TopoGeo_AddPolygon with EMPTY input (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5876">5876</ulink>, Fix ST_AddPoint with empty point argument (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5829">5829</ulink>, geometry_columns with non-standard constraints (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5818">5818</ulink>, GT-244 Fix CG_IsSolid function (Loïc Bartoletti)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5885">5885</ulink>, Fix documentation about grid-based overlay operations (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5921">5921</ulink>, Crash freeing uninitialized pointer (Arsenii Mukhin)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5912">5912</ulink>, Crash on GML with xlink and no prefix (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5905">5905</ulink>, Crash on deeply nested geometries (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5909">5909</ulink>, ST_ValueCount crashes on empty table (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5917">5917</ulink>, ST_Relate becomes unresponsive (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5985">5985</ulink>, Fix configure issue with Debian 12 and 13 (Regina Obe, Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5991">5991</ulink>, CircularString distance error (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5962">5962</ulink>, Consistent clipping of MULTI/POINT (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5989">5989</ulink>, CurvePolygon distance error (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/6023">6023</ulink>, Fix robustness issue in ptarray_contains_point (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/6027">6027</ulink>, Fix RemoveUnusedPrimitives without topology in search_path (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/6028">6028</ulink>, crash indexing malformed empty polygon (Paul Ramsey)</para>
+ <para><ulink url="https://github.com/postgis/postgis/pull/841">GH-841</ulink>, small memory leak in address_standardizer (Maxim Korotkov)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5998">5998</ulink>, [tiger_geocoder] [security] CVE-2022-2625, make sure tables required
+ by extension are owned by extension
+ authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5853">5853</ulink>, Issue with topology and tiger geocoder upgrade scripts (Regina Obe, Spencer Bryson)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.3.8</title>
<para>2024/12/22</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 7d1c36bbe..1de7c484b 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -85,6 +85,7 @@ UPGRADEABLE_VERSIONS = \
3.1.10 \
3.1.11 \
3.1.12 \
+ 3.1.13 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -94,6 +95,7 @@ UPGRADEABLE_VERSIONS = \
3.2.6 \
3.2.7 \
3.2.8 \
+ 3.2.9 \
3.3.0 \
3.3.1 \
3.3.2 \
commit 365f2940ccf344157f2d58a376d0242e270a68d2
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 7 16:13:49 2026 -0500
Bug in upgrade scripts for topology and tiger geocoder
References #5853 for PostGIS 3.3.9
diff --git a/extensions/postgis_extension_helper.sql.in b/extensions/postgis_extension_helper.sql.in
index 632385133..8bf3f8dea 100644
--- a/extensions/postgis_extension_helper.sql.in
+++ b/extensions/postgis_extension_helper.sql.in
@@ -16,7 +16,7 @@
---------------------------
-- postgis_extension_remove_objects: This function removes objects of a particular class from an extension
-- this is needed because there is no ALTER EXTENSION DROP FUNCTION/AGGREGATE command
--- and we can't CREATE OR REPALCe functions whose signatures have changed and we can drop them if they are part of an extention
+-- and we can't CREATE OR REPALCe functions whose signatures have changed and we can drop them if they are part of an extension
-- So we use this to remove it from extension first before we drop
CREATE FUNCTION postgis_extension_remove_objects(param_extension text, param_type text)
RETURNS boolean AS
@@ -30,7 +30,7 @@ DECLARE
var_sql_list text := '';
var_pgsql_version integer := pg_catalog.current_setting('server_version_num');
BEGIN
- var_class := CASE WHEN pg_catalog.lower(param_type) OPERATOR(pg_catalog.=)'function' OR pg_catalog.lower(param_type) OPERATOR(pg_catalog.=) 'aggregate' THEN 'pg_catalog.pg_proc' ELSE '' END;
+ var_class := CASE WHEN pg_catalog.lower(param_type) OPERATOR(pg_catalog.=) 'function' OR pg_catalog.lower(param_type) OPERATOR(pg_catalog.=) 'aggregate' THEN 'pg_proc' ELSE '' END;
var_is_aggregate := CASE WHEN pg_catalog.lower(param_type) OPERATOR(pg_catalog.=) 'aggregate' THEN true ELSE false END;
IF var_pgsql_version OPERATOR(pg_catalog.<) 110000 THEN
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 +++--
README.postgis | 4 ++--
Version.config | 2 +-
ci/winnie/winnie_common.sh | 3 ++-
doc/release_notes.xml | 36 ++++++++++++++++++++++++++++++
extensions/postgis_extension_helper.sql.in | 4 ++--
extensions/upgradeable_versions.mk | 2 ++
7 files changed, 48 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list