PostgreSQL Downloads
PostgreSQL is available for download as ready-to-use packages or installers for
various platforms, as well as a source code archive if you want to build it
yourself.
Packages and Installers
Select your operating system family:
Linux
macOS
Windows
BSD
Solaris
Source code
The source code can be found in the main file browser
or you can access the source control repository directly
at git.postgresql.org.
Instructions for building from source can be found in the
documentation.
Beta/RC Releases and development snapshots (unstable)
There are source code and binary packages
of beta and release candidates, and of the current development code available
for testing and evaluation of new features. Note that these builds should
be used for testing purposes only, and not for production systems.
3rd party distributions
Ready to run stacks
‘LAPP’, ‘MAPP’ and ‘WAPP’ (Linux/Mac/Windows + Apache + PHP + PostgreSQL)
stacks are available from
BitNami.
Additional Software
Software Catalogue
There is much software available that is not bundled with PostgreSQL. The Software
Catalogue offers a listing of many commercial and Open Source applications, interfaces and extensions to PostgreSQL
that you may find useful.
If you wish to have your product listed in the catalogue, please fill out this form.
File Browser
You can download most of the software we publish from a mirror site using our File Browser.
Interactive installer by EDB
Download the installer
certified by EDB for all supported PostgreSQL versions.
Note! This installer is hosted by EDB and not on the PostgreSQL community servers.
If you have issues with the website it’s hosted on, please contact
webmaster@enterprisedb.com.
This installer includes the PostgreSQL server, pgAdmin; a graphical tool for managing and developing
your databases, and StackBuilder; a package manager that can be used to download and install
additional PostgreSQL tools and drivers. Stackbuilder includes management,
integration, migration, replication, geospatial, connectors and other tools.
This installer can run in graphical or silent install modes.
The installer is designed to be a straightforward, fast way to get up and running with
PostgreSQL on Windows.
Advanced users can also download a
zip archive
of the binaries, without the installer.
This download is intended for users who wish to include PostgreSQL as part of another application installer.
Platform support
The installers are tested by EDB on the following platforms.
They can generally be expected to run on other comparable versions,
for example, desktop releases of Windows:
PostgreSQL Version | 64 Bit Windows Platforms | 32 Bit Windows Platforms |
---|---|---|
16 | 2022, 2019 | |
15 | 2019, 2016 | |
14 | 2019, 2016 | |
13 | 2019, 2016 | |
12 | 2019, 2016, 2012 R2 | |
11 | 2019, 2016, 2012 R2 | |
10 | 2016, 2012 R2 & R1, 7, 8, 10 | 2008 R1, 7, 8, 10 |
PostgreSQL.PostgreSQL, Release version: 15.3.1
Command Line
Download Links For Version 15.3.1
Download Links For Version 9.6.24
Download Links For Version 15.2.2
Download Links For Version 14
Download Links For Version 14.5
Download Links For Version 13
Download Links For Version 13.8
Download Links For Version 12.7.2
Download Links For Version 12.7.1
Download Links For Version 12.6.3
Download Links For Version 12.4.1
Download Links For Version 12.3
Download Links For Version 12.12
Download Links For Version 11.17
Download Links For Version 10.22
Download Links For Version 13.3.2
Download Links For Version 13.2
Download Links For Version 13.3.1
Download Links For Version 13.0
Download Links For Version 13.2.2
Info
last updated 5/23/2023 1:17:15 AM
Publisher:
License:
Dependencies
No dependency information
Share
Before it was named PostgreSQL, the Object-Relational Database Management System (ORDBMS) was known as POSTGRES, which was distributed under an MIT License. The name was changed to PostgreSQL in 1996 and it remains unchanged until present day.
PostgreSQL is often compared to the arguably more popular MySQL. Both are database systems but each comes with its own pros and cons. While MySQL is a more lightweight solution suitable to handle a wide range of web applications, PostgreSQL can handle highly complicated data operations better than MySQL.
Features and Highlights
PostgreSQL is available as an open source software. That means everyone can use and even modify it according to their needs. And that’s just the first of so many benefits one can get from using the database system.
As an ORDBMS, PostgreSQL offers more flexibility than an RDBMS solution. That’s because it supports some object-oriented capabilities in addition to its relational features.
Instead of using locks for concurrency control, PostgreSQL uses a multiversion model to deal with data consistency. This technique is called multi-version concurrency control (MVCC) and it is a big draw for businesses. It allows concurrent interaction with the data without the need for a read-write lock for every single interaction. As a result, business efficiency can be improved significantly.
Another advantage of using PostgreSQL lies in its system catalog which is used to store relevant information. What makes PostgreSQL’s catalog different compared to conventional relational database systems is the larger amount of the information it stores due to the fact that it can hold more varied information.
The PostgreSQL database can also be extended by users, unlike the conventional ones where specific modules must be loaded to extend the databases.
PostgreSQL is highly customizable too. Interested users can develop and add plugins to customize the database system so that it fits their specific requirements. For those who don’t know how to create a custom plugin for PostgreSQL, there are guides available that can be found on the internet.
What makes PostgreSQL more interesting is the database size it can hold. There is no restriction. It can handle a huge database even if it contains 4 PB of data. This is another reason of why PostgreSQL is more preferable than other database systems to manage a huge amount of data in a business environment.
PostgreSQL Free Download for Windows
Armed with a large list of awesome features, PostgreSQL is such a powerful database system that a lot of big companies around the world use it to manage their complex data. A few notable ones among those companies include Apple, Cisco, Fujitsu, Sun Microsystem, and Spotify.
Also, the solid community of PostgreSQL is a huge plus not just for beginners who encounter problems in learning the database system, but also for advanced users who always eager to improve their knowledge on PostgreSQL.
It is thanks to the community-driven development that PostgreSQL has such a solid support from its users worldwide. The large number of extensions to extend the capabilities of PostgreSQL would not be achievable otherwise. You can click the link below to download PostgreSQL for Windows:
Editor:
Download PostgreSQL Binaries
The links below allow you to download archives of the files installed by our PostgreSQL installers. These archives are provided as
a convenience for expert users; unless you specifically need these files, you should download an installer instead.
Binaries from installer Version 16
Binaries from installer Version 15.4
Binaries from installer Version 14.9
Binaries from installer Version 13.12
Binaries from installer Version 12.16
Binaries from installer Version 11.21
Binaries from installer Version 10.23
Binaries from installer Version 9.6.24
Binaries from installer Version 9.5.25
Binaries from installer Version 9.4.26(Not supported)
Binaries from installer Version 9.3.25(Not
supported)
Binaries from installer Version 9.2.24(Not
supported)
Binaries from installer Version 9.1.24(Not
supported)
Additional Resources
View Popular Webcasts
View live and
pre-recorded webcasts covering database technology topics.
Postgres Plus and PostgreSQL Training
Explore the different
educational opportunities available to Postgres DBAs and developers.