Global web icon
postgresql.org
https://www.postgresql.org/download/
Downloads - PostgreSQL
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.
Global web icon
postgresql.org
https://www.postgresql.org/docs/
Documentation - PostgreSQL
November 13, 2025: PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/intro-what…
PostgreSQL: Documentation: 18: 1. What Is PostgreSQL?
PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department.
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/index.html
PostgreSQL 18.1 Documentation
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 3. Advanced Features II. The SQL Language 4. SQL Syntax 5. Data Definition 6. Data Manipulation 7. Queries 8. Data Types 9. Functions and Operators 10. Type ...
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/tutorial-s…
PostgreSQL: Documentation: 18: Chapter 1. Getting Started
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  Up …
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/functions-…
9.2. Comparison Functions and Operators - PostgreSQL
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 are null, while IS NOT NULL is true when the row expression itself is non-null and all the row's fields are non-null.
Global web icon
postgresql.org
https://www.postgresql.org/docs/17/release-17.html
PostgreSQL: Documentation: 17: E.8. Release 17
The above items and other new features of PostgreSQL 17 are explained in more detail in the sections below.
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/history.ht…
PostgreSQL: Documentation: 18: 2. A Brief History of PostgreSQL
The object-relational database management system now known as PostgreSQL is derived from the POSTGRES package written at the University of California at Berkeley.
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/tutorial-i…
PostgreSQL: Documentation: 18: 1.1. Installation
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 on installation, and return to this guide when the installation is complete.
Global web icon
postgresql.org
https://www.postgresql.org/docs/current/app-psql.h…
PostgreSQL: Documentation: 18: psql
Description psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, issue them to PostgreSQL, and see the query results. Alternatively, input can be from a file or from command line arguments.