Files
postgres-web/templates/pages/developer/roadmap.html
2025-05-07 23:49:46 -04:00

49 lines
2.0 KiB
HTML

{%extends "base/page.html"%}
{%block title%}Roadmap{%endblock%}
{%block contents%}
<h1>Roadmap <i class="fas fa-road"></i></h1>
<p>PostgreSQL is a noncommercial, all volunteer, free software project, and as
such there is no formal list of feature requirements required for development.
We enjoy allowing developers to explore the topics of their choosing, though
we also ensure that all new features committed to PostgreSQL are thoroughly
vetted by our community of contributors and committers.
</p>
<h2>Upcoming minor releases</h2>
<p>
The PostgreSQL project aims to make <em>at least</em> one minor release every quarter,
on a predefined schedule. If it becomes necessary due to an important bugfix or
security issue, more releases will be made between these dates, so this list should
be considered a minimum. At each of these dates, a new minor release will be made
for each <a href="/support/versioning/">supported version</a>.
</p>
<p>
The target date for these releases are, unless otherwise stated, the second
Thursday of February, May, August, and November. The current schedule for upcoming
releases is:
</p>
<ul>
<li>August 14th, 2025</li>
<li>November 13th, 2025</li>
<li>February 12th, 2026</li>
<li>May 14th, 2026</li>
</ul>
<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.
</p>
<p>While there are no formal requirements for each PostgreSQL release, there
are several places you can look to find out more information on upcoming
features:</p>
<ul>
<li>General <a href="https://wiki.postgresql.org/wiki/Development_information" target="_blank" rel="noopener">development information</a> - A wiki page about various aspects of the PostgreSQL development process</li>
<li>Information about the current <a href="https://commitfest.postgresql.org/" target="_blank" rel="noopener">CommitFest</a> - An overview about the status on patches for the current commitfest</li>
</ul>
{%endblock%}