Skip to content

Commit b571224

Browse files
committed
PostgreSQL 18 website content refresh
This is an annual pass over all of the content on the website to ensure it's up-to-date for the press release.
1 parent f272bcc commit b571224

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

templates/core/about.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<h1>About <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo" /></h1>
66

77
<h2>What is PostgreSQL?</h2>
8-
<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>
8+
<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>
99
<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>
1010
<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>
1111

1212
<h2>Why use PostgreSQL?</h2>
1313
<p>
1414
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!
1515
</p>
16-
<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.
16+
<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.
1717
</p>
1818
<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>:
1919
</p>
@@ -50,6 +50,7 @@ <h2>Why use PostgreSQL?</h2>
5050
<li>Table partitioning</li>
5151
<li>All transaction isolation levels defined in the SQL standard, including Serializable</li>
5252
<li>Just-in-time (JIT) compilation of expressions</li>
53+
<li>Asynchronous I/O (AIO)</li>
5354
</ul>
5455
</li>
5556
<li>
@@ -64,7 +65,7 @@ <h2>Why use PostgreSQL?</h2>
6465
<li>
6566
<strong>Security</strong>
6667
<ul>
67-
<li>Authentication: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, and more</li>
68+
<li>Authentication: GSSAPI, SSPI, LDAP, SCRAM-SHA-256, Certificate, OAuth 2.0, and more</li>
6869
<li>Robust access-control system</li>
6970
<li>Column and row-level security</li>
7071
<li>Multi-factor authentication with certificates and an additional method</li>
@@ -139,21 +140,21 @@ <h2>What's a database project without statistics?</h2>
139140
<h3>35+ Years Development</h3>
140141
</div>
141142
<div class="col-sm-3 feature-grid">
142-
<h3>700+ Contributors</h3>
143+
<h3>725+ Contributors</h3>
143144
</div>
144145
<div class="col-sm-3 feature-grid">
145-
<h3>59,000+ Commits</h3>
146+
<h3>61,000+ Commits</h3>
146147
</div>
147148
<div class="col-sm-3 feature-grid">
148149
<h3>70+ Local User Groups</h3>
149150
</div>
150151
</div>
151152
<div class="row">
152153
<div class="col-sm-3 feature-grid">
153-
<h3>1,700,000+ Lines of C</h3>
154+
<h3>1,780,000+ Lines of C</h3>
154155
</div>
155156
<div class="col-sm-3 feature-grid">
156-
<h3>700+ Events</h3>
157+
<h3>720+ Events</h3>
157158
</div>
158159
<div class="col-sm-3 feature-grid">
159160
<h3>Millions of Happy Users</h3>

templates/pages/developer/beta.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ <h1>Beta Information <i class="fa fa-code"></i></h1>
3030
are subject to changes that are backwards incompatible at any time during
3131
the development of the betas, and could possibly be removed altogether.</p>
3232

33-
{% comment %}
3433
<p>
3534
<strong>PostgreSQL 18 is released</strong>. The first beta of version 19
3635
is not yet available for testing. Beta testing of version 19 will begin in
3736
May 2026.
3837
</p>
39-
{% endcomment %}
4038

39+
{% comment %}
4140
<p>
42-
The current beta release is <strong>PostgreSQL 18 Beta 3</strong>. For more
41+
The current beta release is <strong>PostgreSQL 18 RC 1</strong>. For more
4342
information on the current beta release and how to test, please view the links
4443
below.
4544
</p>
@@ -66,4 +65,5 @@ <h1>Beta Information <i class="fa fa-code"></i></h1>
6665
<a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank" rel="noopener">A Guide to PostgreSQL Beta Testing</a>
6766
</li>
6867
</ul>
68+
{% endcomment %}
6969
{%endblock%}

templates/pages/developer/roadmap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h2>Upcoming minor releases</h2>
3434
<h2>Next major release</h2>
3535

3636
<p>
37-
The next major release of PostgreSQL is planned to be the 18 release. This
38-
release is planned for September 2025.
37+
The next major release of PostgreSQL is planned to be the 19 release. This
38+
release is planned for September 2026.
3939
</p>
4040

4141
<p>While there are no formal requirements for each PostgreSQL release, there

0 commit comments

Comments
 (0)