Skip to content

Commit 6b2407c

Browse files
authored
Merge pull request #3117 from Scalingo/feat/STORY-1872/new-pg-minors
src/changelog/databases/_posts/2025-04-16-postgresql-16.8.0-1.md
2 parents 24c61ba + c93bf1e commit 6b2407c

File tree

2 files changed

+48
-7
lines changed

2 files changed

+48
-7
lines changed

src/_includes/database_postgresql_extensions.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vim Syntax:
5353
</tr>
5454
<tr valign="top">
5555
<td align="left"><code class="language-plaintext highlighter-rouge">earthdistance</code></td>
56-
<td align="left"><code>1.1</code></td>
56+
<td align="left"><code>1.2</code></td>
5757
<td align="left">calculate great-circle distances on the surface of the Earth</td>
5858
</tr>
5959
<tr valign="top">
@@ -108,27 +108,27 @@ vim Syntax:
108108
</tr>
109109
<tr valign="top">
110110
<td align="left"><code class="language-plaintext highlighter-rouge">postgis</code></td>
111-
<td align="left"><code>3.5.1</code></td>
111+
<td align="left"><code>3.5.2</code></td>
112112
<td align="left">PostGIS geometry and geography spatial types and functions</td>
113113
</tr>
114114
<tr valign="top">
115115
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_raster</code></td>
116-
<td align="left"><code>3.5.1</code></td>
116+
<td align="left"><code>3.5.2</code></td>
117117
<td align="left">PostGIS raster types and functions</td>
118118
</tr>
119119
<tr valign="top">
120120
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_sfcgal</code></td>
121-
<td align="left"><code>3.5.1</code></td>
121+
<td align="left"><code>3.5.2</code></td>
122122
<td align="left">PostGIS SFCGAL functions</td>
123123
</tr>
124124
<tr valign="top">
125125
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_tiger_geocoder</code></td>
126-
<td align="left"><code>3.5.1</code></td>
126+
<td align="left"><code>3.5.2</code></td>
127127
<td align="left">PostGIS tiger geocoder and reverse geocoder</td>
128128
</tr>
129129
<tr valign="top">
130130
<td align="left"><code class="language-plaintext highlighter-rouge">postgis_topology</code></td>
131-
<td align="left"><code>3.5.1</code></td>
131+
<td align="left"><code>3.5.2</code></td>
132132
<td align="left">PostGIS topology spatial types and functions</td>
133133
</tr>
134134
<tr valign="top">
@@ -143,7 +143,7 @@ vim Syntax:
143143
</tr>
144144
<tr valign="top">
145145
<td align="left"><code class="language-plaintext highlighter-rouge">timescaledb</code></td>
146-
<td align="left"><code>2.17.2</code></td>
146+
<td align="left"><code>2.19.3</code></td>
147147
<td align="left">Enables scalable inserts and complex queries for time-series data</td>
148148
</tr>
149149
<tr valign="top">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
modified_at: 2025-04-16 09:00:00
3+
title: 'PostgreSQL - New Scalingo releases: 16.8, 15.12, 14.17 and 13.20'
4+
---
5+
6+
Changelog:
7+
8+
## PostgreSQL 16
9+
10+
* `scalingo/postgresql:16.8.0-1`
11+
* pg_repack v1.5.2
12+
* PostGIS v3.5.2
13+
* TimescaleDB v2.19.3
14+
* Anonymizer: v2.0.0
15+
* Vector: v0.8.0
16+
17+
## PostgreSQL 15
18+
19+
* `scalingo/postgresql:15.12.0-1`
20+
* pg_repack v1.5.2
21+
* PostGIS v3.5.2
22+
* TimescaleDB v2.19.3
23+
* Vector: v0.8.0
24+
25+
## PostgreSQL 14
26+
27+
* `scalingo/postgresql:14.17.0-1`
28+
* pg_repack v1.5.2
29+
* PostGIS v3.5.2
30+
* TimescaleDB v2.19.3
31+
32+
## PostgreSQL 13
33+
34+
* `scalingo/postgresql:13.20.0-1`
35+
* pg_repack v1.5.2
36+
* PostGIS v3.5.2
37+
* TimescaleDB v2.15.3
38+
39+
Docker image on [Docker Hub](https://hub.docker.com/r/scalingo/postgresql)
40+
41+
Default version is: `16.8.0-1`

0 commit comments

Comments
 (0)