1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
|
{%extends "base/base.html" %}
{% load pgfilters %}
{%block title%}The world's most advanced open source database{%endblock%}
{%block meta%}
<meta name="description" content="The official site for PostgreSQL, the world's most advanced open source database" />
{%endblock%}
{%block layoutblock%}
<div class="jumbotron jumbotron-fluid pg-jumbotron">
<div class="container">
<h1 class="text-white pg-jumbotron-header">PostgreSQL: The World's Most Advanced Open Source Relational Database</h1>
<div class="row">
<div class="col text-center">
<a class="btn btn-light btn-rounded" role="button" href="/download/">Download <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
<a class="btn btn-light btn-rounded" role="button" href="/about/">New to PostgreSQL?</a>
</div>
</div>
</div>
</div>
<!-- END Jumbotron -->
<div class="container margin">
<!-- Start First Feature Row -->
<div class="row">
<!-- Feature -->
<div class="col-lg-6 feature">
<img src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo">
<h2>New to PostgreSQL?</h2>
<div class="text">
<p>
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development
that has earned it a strong reputation for reliability, feature robustness, and performance.
</p>
<p>
There is a wealth of information to be found describing how to <a href="/download/">install</a> and <a href="/docs/">use</a> PostgreSQL through the <a href="/docs/">official documentation</a>.
The <a href="/community/">open source community</a>
provides many helpful places to become familiar with PostgreSQL,
discover how it works, and find career opportunities. Learn more on
how to <a href="/community/">engage with the community</a>.
</p>
</div>
<a href="/about/" title="Learn More"><button type="button" class="btn btn-center btn-primary btn-inline-block">Learn More</button></a>
<a href="/about/featurematrix/" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
<a href="/about/governance/" title="Governance"><button type="button" class="btn btn-center btn-primary btn-inline-block">Governance</button></a>
</div>
<!-- END Feature -->
<!-- Feature -->
<div class="col-lg-6 feature">
<i class="fas fa-download"></i>
<h2>Latest Releases</h2>
<div class="text">
<p>
<strong>
2025-05-08 -
<a href="/about/news/postgresql-175-169-1513-1418-and-1321-released-3072/">
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!
</a>
</strong>
</p>
<p>
The PostgreSQL Global Development Group has <a href="/download/">released an update</a>
to all supported versions of PostgreSQL, including 17.5, 16.9, 15.13, 14.18, and 13.21.
</p>
<p>
For the more information about this release, please review the
<a href="/docs/release/">release notes</a>. You can download
PostgreSQL from the <a href="/download/">download</a> page.
</p>
<p>
<strong>
2025-05-08 -
<a href="/about/news/postgresql-18-beta-1-released-3070/">
PostgreSQL 18 Beta 1 Released!
</a>
</strong>
</p>
<p>
The PostgreSQL Global Development Group announces that the first beta release of
PostgreSQL 18 is now <a href="/download/">available for download</a>.
This release contains previews of all features when PostgreSQL 18 is made
generally available, though some details of the release can change during the
beta period.
</p>
<p>
You can find information about all of the PostgreSQL 18 features and changes in
the <a href="/docs/18/release-18.html">release notes</a>.
</p>
<p>
For the more information about this release, please review the
<a href="/docs/release/">release notes</a>. You can download
PostgreSQL from the <a href="/download/">download</a> page.
</p>
<ul>
{% for v in versions %}
<li class="{% cycle '' 'pg-bg-gray' %}"><strong>{{ v.numtree }}.{{ v.latestminor }}</strong> · {{ v.reldate|date:"Y-m-d" }} · <a href="/docs/{{ v.numtree }}/{{ v.relnotes }}">Notes</a></li>
{% endfor %}
</ul>
</div>
<a href="/download/" title="Download"><button type="button" class="btn btn-center btn-primary">Download</button></a>
<a href="/support/versioning/" title="Why Upgrade?"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Why Upgrade?</button></a>
<a href="/support/security/" title="Security"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Security</button></a>
</div>
<!-- END Feature -->
</div>
<!-- END First Feature Row -->
<!-- Start Second Feature Row -->
<div class="row">
<!-- Feature -->
<div class="col-lg-6 feature">
<i class="fas fa-calendar-alt"></i>
<h2>Upcoming Events</h2>
<div class="text">
<ul>
{% for event in events %}
<li class="{% cycle '' 'pg-bg-gray' %} {% if not event.badged%}non-badged{% endif %}">
{% if event.badged %}
<img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
{% endif %}
{{ event.displaydate|safe }} · <a href="/about/event/{{ event.title|slugify }}-{{ event.id }}/">{{ event.title }}</a>
</li>
{% endfor %}
</ul>
<p>
<img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
indicates that an event is recognised under the <a href="/about/policies/conferences/">community event guidelines</a> and is directly helping the PostgreSQL community.
</p>
</div>
<a href="/about/events/" title="Check Schedule"><button type="button" class="btn btn-center btn-primary btn-inline-block">Check Schedule</button></a>
<a href="/account/events/new/" title="Add Your Event"><button type="button" class="btn btn-center btn-primary btn-inline-block">Add Your Event</button></a>
</div>
<!-- END Feature -->
<!-- Feature -->
<div class="col-lg-6 feature">
<i class="fas fa-envelope"></i>
<h2>Mailing Lists</h2>
<div class="text">
<p>
The PostgreSQL <a href="https://lists.postgresql.org" target="_blank" rel="noopener">mailing lists</a> enable you to interact with active community participants on subjects related to the development of PostgreSQL, discovering how to use PostgreSQL, or learning about upcoming events and product releases.
</p>
<p>
In order to manage your mailing list subscription, you need a <a href="/account/">PostgreSQL community account</a>. <a href="/account/">Signing up</a> is easy and gives you direct access to the <a href="/community/">global PostgreSQL community</a>.
</p>
</div>
<a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary btn-inline-block">Subscribe</button></a>
<a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">View Archives</button></a>
</div>
<!-- END Feature -->
</div>
<!-- END Second Feature Row -->
</div>
<!-- CTA -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 cta cta-3"></div>
<div class="col-lg-6 cta-text">
<h2>Learning Opportunities Ahead</h2>
<p class="text-left">
Want to learn more about PostgreSQL and help build the community? Come to one of the many events, local user groups, & training sessions where you can meet experienced PostgreSQL users and enhance your database skills.
</p>
<a href="/about/events/" title="Browse Events"><button type="button" class="btn btn-light btn-rounded">Browse Events</button></a>
<a href="/community/user-groups/" title="Browse User Groups"><button type="button" class="btn btn-light btn-rounded">Browse User Groups</button></a>
</div>
</div>
</div>
<!-- END CTA -->
<!-- News -->
<div class="container">
<div class="row">
<div class="col-lg-7">
<h2 class="centered-lines">Latest News</h2>
<!-- Featured Post -->
<header>
<h3>
<a href="/about/news/postgresql-18-beta-1-released-3070/">
PostgreSQL 18 Beta 1 Released!
</a>
</h3>
<ul class="meta">
<li><i class="far fa-clock"></i> 2025-05-08</li>
<!--<li><i class="far fa-comments"></i> 0</li>-->
</ul>
</header>
<p>
The PostgreSQL Global Development Group announces that the first beta release of
PostgreSQL 18 is now <a href="/download/">available for download</a>.
This release contains previews of all features when PostgreSQL 18 is made
generally available, though some details of the release can change during the
beta period.
</p>
<p>
You can find information about all of the PostgreSQL 18 features and changes in
the <a href="/docs/18/release-18.html">release notes</a>.
</p>
<p>
In the spirit of the open source PostgreSQL community, we strongly encourage you
to test the new features of PostgreSQL 18 on your systems to help us eliminate
bugs and other issues. While we do not advise you to run PostgreSQL 18 Beta 1 in
production environments, we encourage you to find ways to run your typical
application workloads against this beta release.
</p>
<p>
Your testing and feedback helps the community ensure that PostgreSQL 18
upholds our standards of delivering a stable, reliable release of the
world's most advanced open source relational database. Please read more about
our <a href="/developer/beta/">beta testing process</a> and how
you can contribute.
</p>
<ul class="bold">
<li><a href="/about/news/postgresql-18-beta-1-released-3070/">Release Announcement</a></li>
<li><a href="/docs/release/">Release Notes</a></li>
<li><a href="/support/versioning/">Versioning Policy</a>
<li><a href="/download/">Download</a></li>
</ul>
<a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">Browse Archives</button></a>
<a href="/account/news/new/" title="Submit News"><button type="button" class="btn btn-primary btn-center btn-inline-block">Submit News</button></a>
</div>
<div class="col-lg-5">
<div class="sidebar">
<!-- Archives -->
<ul class="divided">
{% for n in news %}
<li>
<h3><a href="/about/news/{{ n.title|slugify }}-{{ n.id }}/">{{ n.title }}</a></h3>
<ul class="meta">
<li><i class="far fa-clock"></i> {{ n.displaydate }} by {{ n.org.name }}</li>
</ul>
</li>
{% endfor %}
</ul>
<!-- END Archives -->
</div>
</div>
</div>
</div>
<!-- Blog -->
<div class="container margin">
<div class="row">
<div class="col-md-12">
<h2 class="centered-lines"><span>PLANET POSTGRESQL</span></h2>
<div class="feature"><i class="fas fa-globe"></i></div>
</div>
</div>
<!-- First Row Planet PostgreSQL -->
<div class="row">
<!-- First Column First Row Planet PostgreSQL -->
{%for post in planet %}
<div class="col-md-4">
<div class="text-center">
<h3><a href="{{ post.url }}">{{ post|planet_title }}</a></h3>
<ul class="meta">
<li><i class="far fa-comments"></i> {{ post|planet_author }}</li>
<li><i class="far fa-clock"></i> {{ post.date }}</li>
</ul>
</div>
</div>
{% endfor %}
</div>
<!-- END First Row Planet PostgreSQL -->
<div class="row">
<div class="col-sm-12">
<a href="https://planet.postgresql.org" title="Browse Archives" target="_blank" rel="noopener"><button type="button" class="btn btn-center btn-primary">Browse Archives</button></a>
</div>
</div>
</div>
<!-- SUBMIT A BUG -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 cta-text">
<h2>Seeing unexpected behavior?</h2>
<p>
The PostgreSQL community takes pride in releasing software that reliably stores your data. If you believe you've discovered a bug, please click the button below and follow the instructions on how to submit a bug.
</p>
<a href="/account/submitbug/" title="Submit a Bug"><button type="button" class="btn btn-light btn-rounded">Submit a Bug</button></a>
</div>
<div class="col-lg-6 cta cta-2"></div>
</div>
</div>
<!-- END SUBMIT A BUG -->
{%endblock%}
|