About 14,900 results
Open links in new tab
  1. Windows installers - PostgreSQL

    Nov 13, 2025 · This installer can run in graphical or silent install modes. The Windows installer is designed to be a straightforward, fast way to get up and running with Postgres.

  2. Downloads - PostgreSQL

    Nov 13, 2025 · 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.

  3. PostgreSQL: Documentation: 18: 1.1. Installation

    Nov 13, 2025 · PostgreSQL can be installed by any unprivileged user; no superuser (root) access is required. If you are installing PostgreSQL yourself, then refer to Chapter 17 for instructions …

  4. Chapter 16. Installation from Binaries - PostgreSQL

    Nov 13, 2025 · PostgreSQL is available in the form of binary packages for most common operating systems today. When available, this is the recommended way to install PostgreSQL …

  5. Running & Installing PostgreSQL On Native Windows

    Dec 15, 2013 · The easiest way to install PostgreSQL on Windows is with the One Click installer package maintained by EnterpriseDB, which you can get from the page linked to above.

  6. Instalando y Ejecutando PostgreSQL en Windows de manera nativa

    Nov 22, 2008 · ¿Qué necesito para instalar PostgreSQL en Windows? The easiest way to install PostgreSQL on Windows is with the Windows Installer package available from the …

  7. PostgreSQL: Documentation: 18: 17.7. Platform-Specific Notes

    Nov 13, 2025 · PostgreSQL for Windows can be built using MinGW, a Unix-like build environment for Windows. It is recommended to use the MSYS2 environment for this and also to install any …

  8. Chapter 18. Installation from Source Code on Windows - PostgreSQL

    Nov 13, 2025 · There are several different ways of building PostgreSQL on Windows. The simplest way to build with Microsoft tools is to install Visual Studio 2022 and use the included …

  9. Building and Installing PostgreSQL Extension Modules

    Aug 31, 2023 · The PostgreSQL project distributes Windows binaries built using the Microsoft Visual Studio toolset, and you can build similar binaries yourself. Such builds are not …

  10. Compiling psqlODBC on Windows - PostgreSQL

    This page describes how to build the PostgreSQL ODBC Driver on Windows. There are three methods to build: from command line using nmake makefiles, from Powershell using MSBuild …