# pgAudit — PostgreSQL extension compatibility with PostgreSQL major versions For pgAudit, supported postgresql versions is PostgreSQL 14 or greater; oldest postgresql version supported is 14; newest postgresql version supported is 19, recorded from its source on 2026-08-31; source re-checked 2026-09-14. - **Extension:** pgAudit _(our reading, not quoted from the source)_ - **Supported PostgreSQL versions:** PostgreSQL 14 or greater _(verified: appears in the quote below)_ - **Oldest PostgreSQL version supported:** 14 _(our reading, not quoted from the source)_ - **Newest PostgreSQL version supported:** 19 _(our reading, not quoted from the source)_ ## What the source says > pgAudit supports PostgreSQL 14 or greater. In order to support new functionality introduced in each PostgreSQL release, pgAudit maintains a separate branch for each PostgreSQL major version (currently PostgreSQL 14 - 19) ## Source - https://raw.githubusercontent.com/pgaudit/pgaudit/master/README.md Last verified: 2026-09-14. Review by: 2026-12-29. Part of [PostgreSQL extension compatibility with PostgreSQL major versions](https://referencesource.org/postgres-extension-postgresql-version-compatibility/).