
PostgreSQL: The world's most advanced open source database
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.
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.
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].
Documentation - PostgreSQL
November 13, 2025: PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
About - PostgreSQL
Nov 13, 2025 · PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most …
psqlodbc - PostgreSQL ODBC driver
The driver continued to be maintained by Byron Nikolaidis, the developer at Insight who overhauled the driver for some time. The driver is currently maintained by a number of contributors to the …
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 Language …
PostgreSQL: Documentation: 18: Chapter 8. Data Types
Nov 13, 2025 · Most of the alternative names listed in the “Aliases” column are the names used internally by PostgreSQL for historical reasons. In addition, some internally used or deprecated types …
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 computers …
9.2. Comparison Functions and Operators - PostgreSQL
Nov 13, 2025 · If it is enabled, PostgreSQL will convert x = NULL clauses to x IS NULL. If the expression is row-valued, then IS NULL is true when the row expression itself is null or when all the row's fields …