[SCM] postgis.net branch website updated. clarity-final-257-g356cc8c

git at osgeo.org git at osgeo.org
Sun Aug 23 04:02:26 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.net".

The branch, website has been updated
       via  356cc8ce3466a74076206d19ed461ef30acdf963 (commit)
      from  6f2e247f76e9d92dfae32af93e8f2f512801f6a7 (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 356cc8ce3466a74076206d19ed461ef30acdf963
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 23 07:02:18 2026 -0400

    postgis-tiger-geocoder 2025.2

diff --git a/content/news/2026/08-23_postgis-tiger-geocoder-2025.2.md b/content/news/2026/08-23_postgis-tiger-geocoder-2025.2.md
new file mode 100644
index 0000000..cf52704
--- /dev/null
+++ b/content/news/2026/08-23_postgis-tiger-geocoder-2025.2.md
@@ -0,0 +1,49 @@
+---
+title: PostGIS Tiger Geocoder 2025.2
+layout: post
+category: news
+tags: [release,tiger_geocoder, tiger-2025, tiger-2025.2]
+author: Regina Obe
+date: "2026-08-23"
+thumbnail:
+---
+
+The PostGIS development team is pleased to provide `postgis_tiger_geocoder` extension.
+This is the very second release since the break from the PostGIS core.
+This version requires PostgreSQL 16 and above and should work with any supported PostGIS version.
+
+PostGIS 3.6 series is the last series to include `postgis_tiger_geocoder`.
+PostGIS 3.7 will be shipped without `postgis_tiger_geocoder`.
+
+`postgis_tiger_geocoder` has its own dedicated repo at [OSGeo Gitea postgis_tiger_geocoder](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder)
+under the PostGIS org.
+
+The versioning model is versioned based on the year of the [Census US Tiger dataset](https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html) that is current at time of it's release.
+
+<!--more-->
+
+* **2025.2** [source]({{< loc "postgis.release_source">}}/postgis_tiger_geocoder/postgis_tiger_geocoder-2025.2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis_tiger_geocoder/postgis_tiger_geocoder-2025.2.tar.gz.md5) [NEWS](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/src/tag/2025.2/NEWS.md) [README](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/src/tag/2025.2/README.md) [docs](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/src/tag/2025.2/postgis_tiger_geocoder.md)
+
+Note that postgis_tiger_geocoder is a plpgsql only extension, so if per-chance you don't have available, you can use the [pre-built extension files](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/releases/tag/2025.2) that are prefixed with postgis_tiger_geocoder-pg<pgversion> and copy these into your share/extension.
+
+For installing, refer to [Installing the extension](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/src/tag/2025.2/README.md#installing-the-extension)
+
+If you are upgrading from an older release do:
+
+```sql
+ALTER EXTENSION postgis_tiger_geocoder UPDATE;
+```
+
+If you get an `ERROR:  extension "postgis_tiger_geocoder" has no update path from version "x to version "2025.2"`
+or you are upgrading from a development version, do:
+
+```sql
+ALTER EXTENSION postgis_tiger_geocoder UPDATE TO "ANY";
+ALTER EXTENSION postgis_tiger_geocoder UPDATE;
+```
+
+## Bug Fixes and Enhancements
+
+- [GT-35](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/issues/35) Fix installation target (Devrim Gündüz)
+- [GT-38](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/pulls/38) Fix parallel builds (Paul Ramsey)
+- [GT-40](https://gitea.osgeo.org/postgis/postgis_tiger_geocoder/issues/40) Schema qualify extension dependencies (Regina Obe)

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

Summary of changes:
 .../2026/08-23_postgis-tiger-geocoder-2025.2.md    | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 content/news/2026/08-23_postgis-tiger-geocoder-2025.2.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list