
PostgreSQL: The world's most advanced open source database
The official site for PostgreSQL, the world's most advanced open source database
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.
Documentation - PostgreSQL
November 13, 2025: PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
Windows installers - PostgreSQL
Nov 13, 2025 · 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 [email protected].
PostgreSQL 17 Released!
Sep 26, 2024 · PostgreSQL 17 builds on decades of open source development, improving its performance and scalability while adapting to emergent data access and storage patterns.
PostgreSQL 18.1 Documentation
Nov 13, 2025 · Preface 1. What Is PostgreSQL? 2. A Brief History of PostgreSQL 3. Conventions 4. Further Information 5. Bug Reporting Guidelines I. Tutorial 1. Getting Started 2. The SQL …
PostgreSQL: Documentation: 18: 1. What Is PostgreSQL?
Nov 13, 2025 · PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley …
PostgreSQL: Documentation: 18: Part I. Tutorial
Nov 13, 2025 · The tutorial is intended to give an introduction to PostgreSQL, relational database concepts, and the SQL language. We assume some general knowledge about how to use …
PostgreSQL: Documentation: 18: Chapter 1. Getting Started
Nov 13, 2025 · Chapter 1. Getting Started Table of Contents 1.1. Installation 1.2. Architectural Fundamentals 1.3. Creating a Database 1.4. Accessing a Database Prev …
PostgreSQL: Documentation: 18: Part II. The SQL Language
Nov 13, 2025 · This part describes the use of the SQL language in PostgreSQL. We start with describing the general syntax of SQL, then how to create tables, how to populate the …