
PostgreSQL: The world's most advanced open source database
1 day ago · 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 …
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!
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 …
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 …
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 …
PostgreSQL: Tutorials & Other Resources
Nov 13, 2025 · PostgreSQL: Tutorials & Other ResourcesTutorials & Other Resources
PostgreSQL: Documentation: 18: 9.18. Conditional Expressions
Nov 13, 2025 · NULL values in the argument list are ignored. The result will be NULL only if all the expressions evaluate to NULL. (This is a deviation from the SQL standard. According to the …
PostgreSQL: Documentation: 18: 9.7. Pattern Matching
Nov 13, 2025 · There are three separate approaches to pattern matching provided by PostgreSQL: the traditional SQL LIKE operator, the more recent SIMILAR TO operator (added …
PostgreSQL: Documentation: 18: 9.4. String Functions and Operators
Nov 13, 2025 · SQL defines some string functions that use key words, rather than commas, to separate arguments. Details are in Table 9.9. PostgreSQL also provides versions of these …