Skip to content

Commit ef143f9

Browse files
committed
PostgreSQL 17 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 a924910 commit ef143f9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

templates/core/about.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ <h1>About <img class="logo" src="/media/img/about/press/elephant.png" alt="Postg
66

77
<h2>What is PostgreSQL?</h2>
88
<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>
9-
<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>
9+
<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 179 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 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.
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>
@@ -75,7 +75,7 @@ <h2>Why use PostgreSQL?</h2>
7575
<ul>
7676
<li>Stored functions and procedures</li>
7777
<li>Procedural Languages: PL/pgSQL, Perl, Python, and Tcl. There are other languages available through extensions, e.g. Java, JavaScript (V8), R, Lua, and Rust</li>
78-
<li>SQL/JSON constructors and path expressions</li>
78+
<li>SQL/JSON constructors, query functions, path expressions, and JSON_TABLE</li>
7979
<li>Foreign data wrappers: connect to other databases or streams with a standard SQL interface</li>
8080
<li>Customizable storage interface for tables</li>
8181
<li>Many extensions that provide additional functionality, including PostGIS</li>
@@ -95,7 +95,7 @@ <h2>Why use PostgreSQL?</h2>
9595

9696
<h2>Any questions?</h2>
9797
<p>
98-
The first place to go to for any questions on PostgreSQL is its <a href="/docs/">world-renowned documentation</a> which discusses how to use PostgreSQL in-depth.
98+
The first place to go to for any questions on PostgreSQL is its <a href="/docs/">world-renowned documentation</a>, which discusses how to use PostgreSQL in-depth.
9999
</p>
100100
<p>
101101
We also have many <strong><a href="/list/">mailing lists</a></strong> where you can connect and participate in the <a href="/community/">community</a>. There are also many <a href="/about/events/">events</a> and <a href="/community/user-groups/">local user groups</a> where you can connect with other PostgreSQL users.
@@ -142,15 +142,15 @@ <h3>35+ Years Development</h3>
142142
<h3>700+ Contributors</h3>
143143
</div>
144144
<div class="col-sm-3 feature-grid">
145-
<h3>56,500+ Commits</h3>
145+
<h3>59,000+ Commits</h3>
146146
</div>
147147
<div class="col-sm-3 feature-grid">
148148
<h3>70+ Local User Groups</h3>
149149
</div>
150150
</div>
151151
<div class="row">
152152
<div class="col-sm-3 feature-grid">
153-
<h3>1,600,000+ Lines of C</h3>
153+
<h3>1,700,000+ Lines of C</h3>
154154
</div>
155155
<div class="col-sm-3 feature-grid">
156156
<h3>700+ Events</h3>

templates/pages/developer/beta.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ <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>
35-
<strong>PostgreSQL 16 is released</strong>. The first beta of version 17
36-
is not yet available for testing. Beta testing of version 17 will begin in
37-
May 2024.
34+
<strong>PostgreSQL 17 is released</strong>. The first beta of version 18
35+
is not yet available for testing. Beta testing of version 18 will begin in
36+
May 2025.
3837
</p>
39-
{% endcomment %}
4038

39+
{% comment %}
4140
<p>
4241
The current beta release is <strong>PostgreSQL 17 RC1</strong>. For more
4342
information on the current beta release and how to test, please view the links
@@ -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 17 release. This
38-
release is planned for September 2024.
37+
The next major release of PostgreSQL is planned to be the 18 release. This
38+
release is planned for September 2025.
3939
</p>
4040

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

0 commit comments

Comments
 (0)