Title: PostgreSQL Extensions Author: Horst Prote Posted: 2026-06-17 Revision: 1 News-Item-Format: 2.0 Display-If-Installed: www-apps/gitlab Starting with version 19.1.0 GitLab recommends the pg_stat_statements PG extension. To list the current PG extensions run as the PG admin user: psql -d -c "\dx" To create the extension do: psql -d -c "CREATE EXTENSION IF NOT EXISTS pg_stat_statements;"