@@ -51,23 +51,40 @@ <h2>Latest Releases</h2>
5151 < div class ="text ">
5252 < p >
5353 < strong >
54- 2025-09-04 -
55- < a href ="/about/news/postgresql-18-rc-1- released-3130 / ">
56- PostgreSQL 18 RC 1 Released!
54+ 2025-09-25 -
55+ < a href ="/about/news/postgresql-18-released-3142 / ">
56+ PostgreSQL 18 Released!
5757 </ a >
5858 </ strong >
5959 </ p >
6060 < p >
61- The PostgreSQL Global Development Group announces that the
62- < a href ="/developer/beta/ "> first release candidate of PostgreSQL 18</ a >
63- is now available for < a href ="/download/ "> download</ a > . As a release
64- candidate, PostgreSQL 18 RC 1 will be mostly identical to the initial release of
65- PostgreSQL 18, though some more fixes may be applied prior to the general
66- availability of PostgreSQL 18.
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.
6764 </ p >
6865 < p >
69- The planned date for the general availability of PostgreSQL 18 is
70- September 25, 2025.
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.
78+ </ p >
79+ < 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.
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 > .
7188 </ p >
7289 < ul >
7390 {% for v in versions %}
@@ -151,32 +168,54 @@ <h2 class="centered-lines">Latest News</h2>
151168 <!-- Featured Post -->
152169 < header >
153170 < h3 >
154- < a href ="/about/news/postgresql-18-rc-1- released-3130 / ">
155- PostgreSQL 18 RC 1 !
171+ < a href ="/about/news/postgresql-18-released-3142 / ">
172+ PostgreSQL 18 Released !
156173 </ a >
157174 </ h3 >
158175 < ul class ="meta ">
159- < li > < i class ="far fa-clock "> </ i > 2025-09-04 </ li >
176+ < li > < i class ="far fa-clock "> </ i > 2025-09-25 </ li >
160177 <!--<li><i class="far fa-comments"></i> 0</li>-->
161178 </ ul >
162179 </ header >
163180 < p >
164- The PostgreSQL Global Development Group announces that the
165- < a href ="/developer/beta/ "> first release candidate of PostgreSQL 18</ a >
166- is now available for < a href ="/download/ "> download</ a > . As a release
167- candidate, PostgreSQL 18 RC 1 will be mostly identical to the initial release of
168- PostgreSQL 18, though some more fixes may be applied prior to the general
169- availability of PostgreSQL 18.
181+ The PostgreSQL Global Development Group today announced the release of
182+ < a href ="/docs/18/release-18.html "> PostgreSQL 18</ a > , the latest
183+ version of the world's most advanced open source database.
184+ </ p >
185+ < 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."
170206 </ p >
171207 < p >
172- The planned date for the general availability of PostgreSQL 18 is
173- September 25, 2025.
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.
174213 </ p >
175214 < ul class ="bold ">
176- < li > < a href ="/about/news/postgresql-18-rc-1-released-3130/ "> Release Announcement</ a > </ li >
215+ < li > < a href ="/about/news/postgresql-18-released-3142/ "> Release Announcement</ a > </ li >
216+ < li > < a href ="/about/press/ "> Press Kit & Translations</ a > </ li >
217+ < li > < a href ="/docs/18/release-18.html "> PostgreSQL 18 Release Notes</ a > </ li >
177218 < li > < a href ="/support/versioning/ "> Versioning Policy</ a >
178- < li > < a href ="/docs/18/release-18.html "> Beta Release Notes</ a > </ li >
179- < li > < a href ="/developer/beta/ "> Beta Testing Information</ a > </ li >
180219 < li > < a href ="/download/ "> Download</ a > </ li >
181220 </ ul >
182221 < a href ="/about/newsarchive/ " title ="Archives "> < button type ="button " class ="btn btn-primary btn-center btn-inline-block "> Browse Archives</ button > </ a >
0 commit comments