Skip to content

src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md #3117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/_includes/database_postgresql_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vim Syntax:
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">earthdistance</code></td>
<td align="left"><code>1.1</code></td>
<td align="left"><code>1.2</code></td>
<td align="left">calculate great-circle distances on the surface of the Earth</td>
</tr>
<tr valign="top">
Expand Down Expand Up @@ -108,27 +108,27 @@ vim Syntax:
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">postgis</code></td>
<td align="left"><code>3.5.1</code></td>
<td align="left"><code>3.5.2</code></td>
<td align="left">PostGIS geometry and geography spatial types and functions</td>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_raster</code></td>
<td align="left"><code>3.5.1</code></td>
<td align="left"><code>3.5.2</code></td>
<td align="left">PostGIS raster types and functions</td>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_sfcgal</code></td>
<td align="left"><code>3.5.1</code></td>
<td align="left"><code>3.5.2</code></td>
<td align="left">PostGIS SFCGAL functions</td>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_tiger_geocoder</code></td>
<td align="left"><code>3.5.1</code></td>
<td align="left"><code>3.5.2</code></td>
<td align="left">PostGIS tiger geocoder and reverse geocoder</td>
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_topology</code></td>
<td align="left"><code>3.5.1</code></td>
<td align="left"><code>3.5.2</code></td>
<td align="left">PostGIS topology spatial types and functions</td>
</tr>
<tr valign="top">
Expand All @@ -143,7 +143,7 @@ vim Syntax:
</tr>
<tr valign="top">
<td align="left"><code class="language-plaintext highlighter-rouge">timescaledb</code></td>
<td align="left"><code>2.17.2</code></td>
<td align="left"><code>2.19.3</code></td>
<td align="left">Enables scalable inserts and complex queries for time-series data</td>
</tr>
<tr valign="top">
Expand Down
41 changes: 41 additions & 0 deletions src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
modified_at: 2025-04-16 09:00:00
title: 'PostgreSQL - New Scalingo releases: 16.8, 15.12, 14.17 and 13.20'
---

Changelog:

## PostgreSQL 16

* `scalingo/postgresql:16.8.0-1`
* pg_repack v1.5.2
* PostGIS v3.5.2
* TimescaleDB v2.19.3
* Anonymizer: v2.0.0
* Vector: v0.8.0

## PostgreSQL 15

* `scalingo/postgresql:15.12.0-1`
* pg_repack v1.5.2
* PostGIS v3.5.2
* TimescaleDB v2.19.3
* Vector: v0.8.0

## PostgreSQL 14

* `scalingo/postgresql:14.17.0-1`
* pg_repack v1.5.2
* PostGIS v3.5.2
* TimescaleDB v2.19.3

## PostgreSQL 13

* `scalingo/postgresql:13.20.0-1`
* pg_repack v1.5.2
* PostGIS v3.5.2
* TimescaleDB v2.15.3

Docker image on [Docker Hub](https://hub.docker.com/r/scalingo/postgresql)

Default version is: `16.8.0-1`