PostgreSQL 17 website content refresh
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 24 Sep 2024 02:49:01 +0000 (22:49 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 26 Sep 2024 02:17:10 +0000 (22:17 -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 14d7e2c403873de5cc96f3fc274732d2cd9088c8..50c167c711ba08da18aa957d0284c70eff6ce0d0 100644 (file)
@@ -6,14 +6,14 @@
 
 <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 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>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>
 
 <h2>Why use PostgreSQL?</h2>
 <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 179 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 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>
 <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>
@@ -75,7 +75,7 @@
     <ul>
       <li>Stored functions and procedures</li>
       <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>
-      <li>SQL/JSON constructors and path expressions</li>
+      <li>SQL/JSON constructors, query functions, path expressions, and JSON_TABLE</li>
       <li>Foreign data wrappers: connect to other databases or streams with a standard SQL interface</li>
       <li>Customizable storage interface for tables</li>
       <li>Many extensions that provide additional functionality, including PostGIS</li>
@@ -95,7 +95,7 @@
 
 <h2>Any questions?</h2>
 <p>
-  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.
+  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.
 </p>
 <p>
   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.
       <h3>700+ Contributors</h3>
     </div>
     <div class="col-sm-3 feature-grid">
-      <h3>56,500+ Commits</h3>
+      <h3>59,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,600,000+ Lines of C</h3>
+      <h3>1,700,000+ Lines of C</h3>
     </div>
     <div class="col-sm-3 feature-grid">
       <h3>700+ Events</h3>
index 700411661351a6561d91dbd1671bd30cd4f4ec27..d2400d790da76aebc1de4f9c10f422c91ba96f1c 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 16 is released</strong>. The first beta of version 17
-  is not yet available for testing. Beta testing of version 17 will begin in
-  May 2024.
+  <strong>PostgreSQL 17 is released</strong>. The first beta of version 18
+  is not yet available for testing. Beta testing of version 18 will begin in
+  May 2025.
 </p>
-{% endcomment %}
 
+{% comment %}
 <p>
   The current beta release is <strong>PostgreSQL 17 RC1</strong>.  For more
   information on the current beta release and how to test, please view the links
@@ -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 3f8d86e51150e69beb2f2b579e33ed4229adf0d0..2f0a5901ae81a560aafd7a7aae846d31d4b957fc 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 17 release. This
-  release is planned for September 2024.
+  The next major release of PostgreSQL is planned to be the 18 release. This
+  release is planned for September 2025.
 </p>
 
 <p>While there are no formal requirements for each PostgreSQL release, there