Skip to content

Commit 0ba37ed

Browse files
committed
2024-11-14 release
1 parent b1305e2 commit 0ba37ed

File tree

4 files changed

+52
-65
lines changed

4 files changed

+52
-65
lines changed

templates/index.html

Lines changed: 41 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -51,40 +51,33 @@ <h2>Latest Releases</h2>
5151
<div class="text">
5252
<p>
5353
<strong>
54-
2024-09-26 -
55-
<a href="/about/news/postgresql-17-released-2936/">
56-
PostgreSQL 17 Released!
54+
2024-11-14 -
55+
<a href="/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/">
56+
PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released!
5757
</a>
5858
</strong>
5959
</p>
6060
<p>
61-
The PostgreSQL Global Development Group today announced the release of
62-
<a href="/docs/17/release-17.html">PostgreSQL 17</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 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21.
64+
This release fixes 4 <a href="/support/security/">security vulnerabilities</a>
65+
and over 35 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 17 builds on decades of open source development, improving
67-
its performance and scalability while adapting to emergent data access
68-
and storage patterns. This release of PostgreSQL adds significant
69-
overall performance gains, including an overhauled memory management
70-
implementation for vacuum, optimizations to storage access and
71-
improvements for high concurrency workloads, speedups in bulk loading
72-
and exports, and query execution improvements for indexes.
73-
PostgreSQL 17 has features that benefit brand new workloads and
74-
critical systems alike, such as additions to the developer experience
75-
with the SQL/JSON <code>JSON_TABLE</code> command, and enhancements to
76-
logical replication that simplify management of high availability
77-
workloads and major version upgrades.
69+
<strong>This is the final release of PostgreSQL 12</strong>.
70+
PostgreSQL 12 is now end-of-life and will no longer receive security
71+
and bug fixes. If you are running PostgreSQL 12 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 17, please review the
81-
<a href="/docs/17/release-17.html">release notes</a>. You can download
82-
PostgreSQL 17 from the <a href="/download/">download</a> page.
83-
</p>
84-
<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>.
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.
8881
</p>
8982
<ul>
9083
{% for v in versions %}
@@ -168,54 +161,41 @@ <h2 class="centered-lines">Latest News</h2>
168161
<!-- Featured Post -->
169162
<header>
170163
<h3>
171-
<a href="/about/news/postgresql-17-released-2936/">
172-
PostgreSQL 17 Released!
164+
<a href="/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/">
165+
PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released!
173166
</a>
174167
</h3>
175168
<ul class="meta">
176-
<li><i class="far fa-clock"></i>&nbsp;2024-09-26</li>
169+
<li><i class="far fa-clock"></i>&nbsp;2024-11-14</li>
177170
<!--<li><i class="far fa-comments"></i> 0</li>-->
178171
</ul>
179172
</header>
180173
<p>
181-
The PostgreSQL Global Development Group today announced the release of
182-
<a href="/docs/17/release-17.html">PostgreSQL 17</a>, the latest
183-
version of the world's most advanced open source database.
184-
</p>
185-
<p>
186-
PostgreSQL 17 builds on decades of open source development, improving
187-
its performance and scalability while adapting to emergent data access
188-
and storage patterns. This release of PostgreSQL adds significant
189-
overall performance gains, including an overhauled memory management
190-
implementation for vacuum, optimizations to storage access and
191-
improvements for high concurrency workloads, speedups in bulk loading
192-
and exports, and query execution improvements for indexes.
193-
PostgreSQL 17 has features that benefit brand new workloads and
194-
critical systems alike, such as additions to the developer experience
195-
with the SQL/JSON <code>JSON_TABLE</code> command, and enhancements to
196-
logical replication that simplify management of high availability
197-
workloads and major version upgrades.
174+
The PostgreSQL Global Development Group has
175+
<a href="/download/">released an update</a> to all supported versions
176+
of PostgreSQL, including 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21.
177+
This release fixes 4 <a href="/support/security/">security vulnerabilities</a>
178+
and over 35 bugs reported over the last several months. You can find
179+
details on the fixes in the <a href="/docs/release/">release notes</a>.
198180
</p>
199181
<p>
200-
"PostgreSQL 17 highlights how the global open source community, which
201-
drives the development of PostgreSQL, builds enhancements that help
202-
users at all stages of their database journey," said Jonathan Katz, a
203-
member of the PostgreSQL core team. "Whether it's improvements for
204-
operating databases at scale or new features that build on a
205-
delightful developer experience, PostgreSQL 17 will enhance your data
206-
management experience."
182+
<strong>This is the final release of PostgreSQL 12</strong>.
183+
PostgreSQL 12 is now end-of-life and will no longer receive security
184+
and bug fixes. If you are running PostgreSQL 12 in a production
185+
environment, we suggest that you make plans to upgrade to a newer,
186+
supported version of PostgreSQL. Please see our
187+
<a href="/support/versioning/">versioning policy</a> for more
188+
information.
207189
</p>
208190
<p>
209-
PostgreSQL, an innovative data management system known for its
210-
reliability, robustness, and extensibility, benefits from over 25
211-
years of open source development from a global developer community and
212-
has become the preferred open source relational database for
213-
organizations of all sizes.
191+
For the more information about this release, please review the
192+
<a href="/docs/release/">release notes</a>. You can download
193+
PostgreSQL from the <a href="/download/">download</a> page.
214194
</p>
215195
<ul class="bold">
216-
<li><a href="/about/news/postgresql-17-released-2936/">Release Announcement</a></li>
217-
<li><a href="/about/press/">Press Kit &amp; Translations</a></li>
218-
<li><a href="/docs/17/release-17.html">PostgreSQL 17 Release Notes</a></li>
196+
<li><a href="/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/">Release Announcement</a></li>
197+
<li><a href="/docs/release/">Release Notes</a></li>
198+
<li><a href="/about/press/">PostgreSQL 17 Press Kit &amp; Translations</a></li>
219199
<li><a href="/support/versioning/">Versioning Policy</a>
220200
<li><a href="/download/">Download</a></li>
221201
</ul>

templates/pages/about/policies/coc.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%block cocmain%}
55
<h1>Code of Conduct <i class="fas fa-gavel"></i></h1>
66

7-
<p><em>Last updated: May 2, 2022. {%git_changes_link%}</em></p>
7+
<p><em>Last updated: October 4, 2024. {%git_changes_link%}</em></p>
88

99

1010
<h2>Introduction</h2>
@@ -236,4 +236,11 @@ <h2>Conclusion</h2>
236236
<p>In all interactions with the community, use your professional judgment, and
237237
keep the discussion focused on moving our project and our community forward
238238
in a positive direction for all.</p>
239+
240+
<h2>Licence</h2>
241+
242+
<p>
243+
The PostgreSQL Code of Conduct is released under the
244+
<a href="/about/licence/">PostgreSQL Licence</a>.
245+
</p>
239246
{%endblock%}

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 14th, 2024</li>
2928
<li>February 13th, 2025</li>
3029
<li>May 8th, 2025</li>
3130
<li>August 14th, 2025</li>
31+
<li>November 13th, 2025</li>
3232
</ul>
3333

3434
<h2>Next major release</h2>

templates/pages/include/topbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
September 26, 2024: <a href="/about/news/postgresql-17-released-2936/">
2-
PostgreSQL 17 Released!
1+
November 14, 2024: <a href="/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/">
2+
PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 Released!
33
</a>

0 commit comments

Comments
 (0)