Wingetlywingetly
← All apps

PostgreSQL 11

by PostgreSQL Global Development Groupv11

Last updated

The World's Most Advanced Open Source Relational Database

Install with winget

$ winget install --id PostgreSQL.PostgreSQL.11 --exact --version 11

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for PostgreSQL 11

PostgreSQL 11 uses EXE. The silent install switches are --mode unattended --unattendedmodeui none.

One-line silent install (x64, machine scope)
postgresql-11.22-1-windows-x64.exe --mode unattended --unattendedmodeui none

See the full silent install reference for PostgreSQL 11

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

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.

Installers · v11

ArchitectureTypeScopeInstallDownload
x64EXEmachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high7.2Patched in wingetCVE-2026-6471affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account....

  • medium4.3Patched in wingetCVE-2026-6470affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type...

  • low3.8Patched in wingetCVE-2026-6469affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies t...

  • high8.1Patched in wingetCVE-2026-6464affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the "COPY FROM STDIN" or "\copy FROM STDIN" command fails before the server indicates that it awaits input rows, psql pr...

  • high8.8Patched in wingetCVE-2026-19385affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Heap buffer overflow in PostgreSQL pg_dump of long function transform lists allows an object creator to execute arbitrary code as the operating system user running pg_dump, via a crafted transform list. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affecte...

  • high8.8Patched in wingetCVE-2026-18408affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql \restrict meta-command input expansion. The...

  • medium4.3Patched in wingetCVE-2026-18024affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Buffer over-read in PostgreSQL ascii() SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before Postgr...

  • low3.8Patched in wingetCVE-2026-16241affects before 14.24, 15.19, 16.15, +2 moreAug 13, 2026

    Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or...

Showing 8 of 25. Source: NVD, updated just now. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • PostgreSQL 10PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.10v10

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 17PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.17v17.11-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 16PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.16v16.15-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 18PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.18v18.6-3

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 12PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.12v12.22-1

    The World's Most Advanced Open Source Relational Database

  • psqlodbcPostgreSQL Global Development Group
    PostgreSQL.psqlODBCv18.00.0002

    The official PostgreSQL ODBC Driver

More from PostgreSQL Global Development Group or browse database, db.

Frequently asked questions

How do I install PostgreSQL 11 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PostgreSQL.PostgreSQL.11 --exact --version 11. winget downloads the installer from PostgreSQL Global Development Group and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install PostgreSQL 11 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PostgreSQL.PostgreSQL.11 --exact 11 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for PostgreSQL 11?
PostgreSQL 11 uses EXE. Run the downloaded installer with: postgresql-11.22-1-windows-x64.exe --mode unattended --unattendedmodeui none. The silent switches are --mode unattended --unattendedmodeui none.
How do I uninstall PostgreSQL 11 via winget?
Run: winget uninstall --id PostgreSQL.PostgreSQL.11 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from PostgreSQL 11's Apps & Features entry.
Is PostgreSQL 11 free?
PostgreSQL 11 is distributed under PostgreSQL. Refer to the publisher (https://www.postgresql.org/download/windows/) for the full license terms - Wingetly itself does not charge for installation.
Does PostgreSQL 11 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls PostgreSQL 11 directly from the publisher.
How do I keep PostgreSQL 11 up to date?
Run winget upgrade --id PostgreSQL.PostgreSQL.11 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of PostgreSQL 11 from microsoft/winget-pkgs.