PostgreSQL 18 website content refresh
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 25 Sep 2025 02:15:37 +0000 (22:15 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 25 Sep 2025 02:24:54 +0000 (22:24 -0400)
This is an annual pass over all of the content on the website to
ensure it's up-to-date for the press release.

templates/core/about.html
templates/pages/developer/beta.html
templates/pages/developer/roadmap.html

index 50c167c711ba08da18aa957d0284c70eff6ce0d0..8bdd9dfc361e2f41c22c45193ffbdfa728864b3f 100644 (file)
@@ -5,7 +5,7 @@
 <h1>About <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo" /></h1>
 
 <h2>What is PostgreSQL?</h2>
-<p>PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.  The origins of PostgreSQL date back to 1986 as part of the <a href="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has more than 35 years of active development on the core platform.</p>
+<p>PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.  The origins of PostgreSQL date back to 1986 as part of the <a href="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has nearly 40 years of active development on the core platform.</p>
 <p>PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions.  PostgreSQL runs on <a href="/download/">all major operating systems</a>, has been <a href="https://en.wikipedia.org/wiki/ACID" target="_blank" rel="noopener">ACID</a>-compliant since 2001, and has powerful add-ons such as the popular <a href="https://postgis.net/" target="_blank" rel="noopener">PostGIS</a> geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.</p>
 <p><a href="/docs/current/tutorial.html">Getting started</a> with using PostgreSQL has never been easier - pick a project you want to build, and let PostgreSQL safely and robustly store your data.</p>
 
@@ -13,7 +13,7 @@
 <p>
   PostgreSQL comes with <a href="/about/featurematrix/">many features</a> aimed to help developers build applications, administrators to protect data integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the dataset.  In addition to being <a href="/about/license/">free and open source</a>, PostgreSQL is highly extensible. For example, you can define your own data types, build out custom functions, even write code from <a href="/docs/current/xplang.html">different programming languages</a> without recompiling your database!
 </p>
-<p>PostgreSQL tries to conform with the <a href="/docs/current/features.html">SQL standard</a> where such conformance does not contradict traditional features or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over time. As of the version 16 release in September 2023, PostgreSQL conforms to at least 170 of the 177 mandatory features for SQL:2023 Core conformance. As of this writing, no relational database meets full conformance with this standard.
+<p>PostgreSQL tries to conform with the <a href="/docs/current/features.html">SQL standard</a> where such conformance does not contradict traditional features or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over time. As of the version 18 release in September 2025, PostgreSQL conforms to at least 170 of the 177 mandatory features for SQL:2023 Core conformance. As of this writing, no relational database meets full conformance with this standard.
 </p>
 <p>Below is an inexhaustive list of various features found in PostgreSQL, with more being added in every <a href="/developer/roadmap/">major release</a>:
 </p>
@@ -50,6 +50,7 @@
       <li>Table partitioning</li>
       <li>All transaction isolation levels defined in the SQL standard, including Serializable</li>
       <li>Just-in-time (JIT) compilation of expressions</li>
+      <li>Asynchronous I/O (AIO)</li>
     </ul>
   </li>
   <li>
@@ -64,7 +65,7 @@
   <li>
     <strong>Security</strong>
     <ul>
-      <li>Authentication: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, and more</li>
+      <li>Authentication: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, OAuth 2.0, and more</li>
       <li>Robust access-control system</li>
       <li>Column and row-level security</li>
       <li>Multi-factor authentication with certificates and an additional method</li>
       <h3>35+ Years Development</h3>
     </div>
     <div class="col-sm-3 feature-grid">
-      <h3>700+ Contributors</h3>
+      <h3>725+ Contributors</h3>
     </div>
     <div class="col-sm-3 feature-grid">
-      <h3>59,000+ Commits</h3>
+      <h3>61,000+ Commits</h3>
     </div>
     <div class="col-sm-3 feature-grid">
       <h3>70+ Local User Groups</h3>
   </div>
   <div class="row">
     <div class="col-sm-3 feature-grid">
-      <h3>1,700,000+ Lines of C</h3>
+      <h3>1,780,000+ Lines of C</h3>
     </div>
     <div class="col-sm-3 feature-grid">
-      <h3>700+ Events</h3>
+      <h3>720+ Events</h3>
     </div>
     <div class="col-sm-3 feature-grid">
       <h3>Millions of Happy Users</h3>
index b611f4d61987e07ff3b40670c3137aa5ab412b8a..734554bfc6d4843799a1e8964590a27c22630fc4 100644 (file)
     are subject to changes that are backwards incompatible at any time during
     the development of the betas, and could possibly be removed altogether.</p>
 
-{% comment %}
 <p>
   <strong>PostgreSQL 18 is released</strong>. The first beta of version 19
   is not yet available for testing. Beta testing of version 19 will begin in
   May 2026.
 </p>
-{% endcomment %}
 
+{% comment %}
 <p>
-  The current beta release is <strong>PostgreSQL 18 Beta 3</strong>.  For more
+  The current beta release is <strong>PostgreSQL 18 RC 1</strong>.  For more
   information on the current beta release and how to test, please view the links
   below.
 </p>
@@ -66,4 +65,5 @@
     <a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank" rel="noopener">A Guide to PostgreSQL Beta Testing</a>
   </li>
 </ul>
+{% endcomment %}
 {%endblock%}
index e858cf4db3ec6a388e47a7ada48742cfd23b6828..0fa7e7f6774efe6a99b3ef31181dcef3437c8d37 100644 (file)
@@ -34,8 +34,8 @@ releases is:
 <h2>Next major release</h2>
 
 <p>
-  The next major release of PostgreSQL is planned to be the 18 release. This
-  release is planned for September 2025.
+  The next major release of PostgreSQL is planned to be the 19 release. This
+  release is planned for September 2026.
 </p>
 
 <p>While there are no formal requirements for each PostgreSQL release, there