Skip to content

Commit 063d478

Browse files
committed
2025-11-13 update release
1 parent 2ff74de commit 063d478

File tree

3 files changed

+45
-58
lines changed

3 files changed

+45
-58
lines changed

templates/index.html

Lines changed: 42 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -51,40 +51,39 @@ <h2>Latest Releases</h2>
5151
<div class="text">
5252
<p>
5353
<strong>
54-
2025-09-25 -
55-
<a href="/about/news/postgresql-18-released-3142/">
56-
PostgreSQL 18 Released!
54+
2025-11-13 -
55+
<a href="/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/">
56+
PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
5757
</a>
5858
</strong>
5959
</p>
6060
<p>
61-
The PostgreSQL Global Development Group today announced the release of
62-
<a href="/docs/18/release-18.html">PostgreSQL 18</a>, the latest
63-
version of the world's most advanced open source database.
61+
The PostgreSQL Global Development Group has
62+
<a href="/download/">released an update</a> to all supported versions
63+
of PostgreSQL, including 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23.
64+
This release fixes 2 <a href="/support/security/">security vulnerabilities</a>
65+
and over 50 bugs reported over the last several months. You can find
66+
details on the fixes in the <a href="/docs/release/">release notes</a>.
6467
</p>
6568
<p>
66-
PostgreSQL 18 improves performance for workloads of all sizes through
67-
a new I/O subsystem that has demonstrated up to 3× performance
68-
improvements when reading from storage, and also increases the number
69-
of queries that can use indexes. This release makes major-version
70-
upgrades less disruptive, accelerating upgrade times and reducing the
71-
time required to reach expected performance after an upgrade
72-
completes. Developers also benefit from PostgreSQL 18 features,
73-
including virtual generated columns that compute values at query time,
74-
and the database-friendly <code>uuidv7()</code> function that provides
75-
better indexing and read performance for UUIDs. PostgreSQL 18 makes it
76-
easier to integrate with single-sign on (SSO) systems with support for
77-
OAuth 2.0 authentication.
69+
<strong>This is the final release of PostgreSQL 13</strong>.
70+
PostgreSQL 13 is now end-of-life and will no longer receive security
71+
and bug fixes. If you are running PostgreSQL 13 in a production
72+
environment, we suggest that you make plans to upgrade to a newer,
73+
supported version of PostgreSQL. Please see our
74+
<a href="/support/versioning/">versioning policy</a> for more
75+
information.
7876
</p>
7977
<p>
80-
For the full list of features in PostgreSQL 18, please review the
81-
<a href="/docs/18/release-18.html">release notes</a>. You can download
82-
PostgreSQL 18 from the <a href="/download/">download</a> page.
78+
For the more information about this release, please review the
79+
<a href="/docs/release/">release notes</a>. You can download
80+
PostgreSQL from the <a href="/download/">download</a> page.
8381
</p>
8482
<p>
85-
For the <a href="/about/press/"></a>full press release</a>
86-
and <a href="/about/press/">translations of the release announcement</a>,
87-
please visit the <a href="/about/press/">press kit</a>.
83+
For more information on PostgreSQL 18, the latest major version of
84+
PostgreSQL, please see the <a href="/about/press/"></a>full press release</a>
85+
and <a href="/about/press/">translations of the release announcement</a>
86+
in the <a href="/about/press/">press kit</a>.
8887
</p>
8988
<ul>
9089
{% for v in versions %}
@@ -168,12 +167,12 @@ <h2 class="centered-lines">Latest News</h2>
168167
<!-- Featured Post -->
169168
<header>
170169
<h3>
171-
<a href="/about/news/postgresql-18-released-3142/">
172-
PostgreSQL 18 Released!
170+
<a href="/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/">
171+
PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
173172
</a>
174173
</h3>
175174
<ul class="meta">
176-
<li><i class="far fa-clock"></i>&nbsp;2025-09-25</li>
175+
<li><i class="far fa-clock"></i>&nbsp;2025-11-13</li>
177176
<!--<li><i class="far fa-comments"></i> 0</li>-->
178177
</ul>
179178
</header>
@@ -183,38 +182,26 @@ <h3>
183182
version of the world's most advanced open source database.
184183
</p>
185184
<p>
186-
PostgreSQL 18 improves performance for workloads of all sizes through
187-
a new I/O subsystem that has demonstrated up to 3× performance
188-
improvements when reading from storage, and also increases the number
189-
of queries that can use indexes. This release makes major-version
190-
upgrades less disruptive, accelerating upgrade times and reducing the
191-
time required to reach expected performance after an upgrade
192-
completes. Developers also benefit from PostgreSQL 18 features,
193-
including virtual generated columns that compute values at query time,
194-
and the database-friendly <code>uuidv7()</code> function that provides
195-
better indexing and read performance for UUIDs. PostgreSQL 18 makes it
196-
easier to integrate with single-sign on (SSO) systems with support for
197-
OAuth 2.0 authentication.
198-
</p>
199-
<p>
200-
"The efforts of the global open source community shape every
201-
PostgreSQL release and help deliver features that meet users where
202-
their data resides," said Jonathan Katz, a member of the PostgreSQL
203-
core team. "PostgreSQL 18 builds on the project's long, rich history
204-
of delivering a reliable and robust data management experience, while
205-
continuing to expand the workloads it can support."
185+
The PostgreSQL Global Development Group has
186+
<a href="/download/">released an update</a> to all supported versions
187+
of PostgreSQL, including 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23.
188+
This release fixes 2 <a href="/support/security/">security vulnerabilities</a>
189+
and over 50 bugs reported over the last several months. You can find
190+
details on the fixes in the <a href="/docs/release/">release notes</a>.
206191
</p>
207192
<p>
208-
PostgreSQL, an innovative data management system known for its
209-
reliability, robustness, and extensibility, benefits from nearly 30
210-
years of open source development from a global developer community and
211-
has become the preferred open source relational database for
212-
organizations of all sizes.
193+
<strong>This is the final release of PostgreSQL 13</strong>.
194+
PostgreSQL 13 is now end-of-life and will no longer receive security
195+
and bug fixes. If you are running PostgreSQL 13 in a production
196+
environment, we suggest that you make plans to upgrade to a newer,
197+
supported version of PostgreSQL. Please see our
198+
<a href="/support/versioning/">versioning policy</a> for more
199+
information.
213200
</p>
214201
<ul class="bold">
215-
<li><a href="/about/news/postgresql-18-released-3142/">Release Announcement</a></li>
216-
<li><a href="/about/press/">Press Kit &amp; Translations</a></li>
217-
<li><a href="/docs/18/release-18.html">PostgreSQL 18 Release Notes</a></li>
202+
<li><a href="/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/">Release Announcement</a></li>
203+
<li><a href="/docs/release/">Release Notes</a></li>
204+
<li><a href="/about/press/">PostgreSQL 18 Press Kit</a></li>
218205
<li><a href="/support/versioning/">Versioning Policy</a>
219206
<li><a href="/download/">Download</a></li>
220207
</ul>

templates/pages/developer/roadmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ <h2>Upcoming minor releases</h2>
2525
releases is:
2626
</p>
2727
<ul>
28-
<li>November 13th, 2025</li>
2928
<li>February 12th, 2026</li>
3029
<li>May 14th, 2026</li>
3130
<li>August 13th, 2026</li>
31+
<li>November 12th, 2026</li>
3232
</ul>
3333

3434
<h2>Next major release</h2>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
September 25, 2025: <a href="/about/news/postgresql-18-released-3142/">
2-
PostgreSQL 18 Released!
1+
November 13, 2025: <a href="/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/">
2+
PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
33
</a>

0 commit comments

Comments
 (0)