Skip to content

Commit 606fd48

Browse files
committed
PostgreSQL 17 release announcement!
1 parent ef143f9 commit 606fd48

File tree

2 files changed

+68
-30
lines changed

2 files changed

+68
-30
lines changed

templates/index.html

Lines changed: 66 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,40 @@ <h2>Latest Releases</h2>
5151
<div class="text">
5252
<p>
5353
<strong>
54-
2024-09-05 -
55-
<a href="/about/news/postgresql-17-rc1-released-2926/">
56-
PostgreSQL 17 RC1 Released!
54+
2024-09-26 -
55+
<a href="/about/news/postgresql-17-released-2936/">
56+
PostgreSQL 17 Released!
5757
</a>
5858
</strong>
5959
</p>
6060
<p>
61-
The PostgreSQL Global Development Group announces that the
62-
first release candidate of
63-
<a href="/docs/17/release-17.html">PostgreSQL 17</a> is now available
64-
for <a href="/download/">download</a>. As a release candidate,
65-
PostgreSQL 17 RC 1 will be mostly identical to the initial release of
66-
PostgreSQL 17, though some more fixes may be applied prior to the
67-
general availability of PostgreSQL 17.
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.
6864
</p>
6965
<p>
70-
The planned date for the general availability of PostgreSQL 17 is
71-
September 26, 2024.
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.
78+
</p>
79+
<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>.
7288
</p>
7389
<ul>
7490
{% for v in versions %}
@@ -152,33 +168,55 @@ <h2 class="centered-lines">Latest News</h2>
152168
<!-- Featured Post -->
153169
<header>
154170
<h3>
155-
<a href="/about/news/postgresql-17-rc1-released-2926/">
156-
PostgreSQL 17 RC1 Released!
171+
<a href="/about/news/postgresql-17-released-2936/">
172+
PostgreSQL 17 Released!
157173
</a>
158174
</h3>
159175
<ul class="meta">
160-
<li><i class="far fa-clock"></i>&nbsp;2024-09-05</li>
176+
<li><i class="far fa-clock"></i>&nbsp;2024-09-26</li>
161177
<!--<li><i class="far fa-comments"></i> 0</li>-->
162178
</ul>
163179
</header>
164180
<p>
165-
The PostgreSQL Global Development Group announces that the
166-
first release candidate of
167-
<a href="/docs/17/release-17.html">PostgreSQL 17</a> is now available
168-
for <a href="/download/">download</a>. As a release candidate,
169-
PostgreSQL 17 RC 1 will be mostly identical to the initial release of
170-
PostgreSQL 17, though some more fixes may be applied prior to the
171-
general availability of PostgreSQL 17.
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.
198+
</p>
199+
<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."
172207
</p>
173208
<p>
174-
The planned date for the general availability of PostgreSQL 17 is
175-
September 26, 2024.
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.
176214
</p>
177215
<ul class="bold">
178-
<li><a href="/about/news/postgresql-17-rc1-released-2926/">Release Announcement</a></li>
179-
<li><a href="/docs/17/release-17.html">PostgreSQL 17 Beta Release Notes</a></li>
180-
<li><a href="/developer/beta/">Beta Testing Information</a></li>
181-
<li><a href="/support/versioning/">Versioning Policy</a></li>
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>
219+
<li><a href="/support/versioning/">Versioning Policy</a>
182220
<li><a href="/download/">Download</a></li>
183221
</ul>
184222
<a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">Browse Archives</button></a>

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 5, 2024: <a href="/about/news/postgresql-17-rc1-released-2926/">
2-
PostgreSQL 17 RC1 Released!
1+
September 26, 2024: <a href="/about/news/postgresql-17-released-2936/">
2+
PostgreSQL 17 Released!
33
</a>

0 commit comments

Comments
 (0)