This document discusses extensions in PostgreSQL. It outlines the extensibility of PostgreSQL through extensions to functions, data types, languages and more. It describes core extensions that are included, common third party extensions like PostGIS, and how to install extensions using CREATE EXTENSION. It also discusses the PostgreSQL Extension Network (PGXN) for sharing and installing extensions.