diff --git a/src/_includes/database_postgresql_extensions.md b/src/_includes/database_postgresql_extensions.md index b35ce216f..4528f17b9 100644 --- a/src/_includes/database_postgresql_extensions.md +++ b/src/_includes/database_postgresql_extensions.md @@ -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"> @@ -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"> @@ -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"> diff --git a/src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md b/src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md new file mode 100644 index 000000000..cc134e360 --- /dev/null +++ b/src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md @@ -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`