PostgreSQL

PostgreSQL is an open source, object-relational database built for extensibility, data integrity, and speed. Its concurrency support makes it fully ACID-compliant, and it supports dynamic loading and catalog-driven operations to let users customize its data types, functions, and more.


Quickstarts and intermediate tutorials to get started.
How to modify users and databases, improve performance and high availability, migrate data, and more.
Native and third-party tools, troubleshooting, and answers to frequently asked questions.
Explanations and definitions of core concepts in PostgreSQL.
Features, plans and pricing, availability, limits, known issues, and more.
Get help with technical support and answers to frequently asked questions.

Latest Updates

19 August 2024

  • PostgreSQL clusters now support pgvector v0.7.2. You can verify your access to this feature by running \dx from psql or querying pg_extension and locating vector in the output. If you do not have access to this pgvector version yet, update your PostgreSQL cluster. For a full list of supported extensions, see our guide Supported PostgreSQL Extensions.

17 June 2024

8 May 2024

  • You can no longer create new PostgreSQL 12 managed databases. However, you can still fork existing PostgreSQL 12 clusters until PostgreSQL 12’s end of life on 14 November 2024.

For more information, see all PostgreSQL release notes.