PostgreSQL Version Compatibility
pgAudit supports PostgreSQL 13 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 13 - 18) which will be maintained in a manner similar to the PostgreSQL project.
Aside from bug fixes, no further development is allowed for stable branches. New development, if any, will be strictly for the next unreleased major version of PostgreSQL.
pgAudit versions relate to PostgreSQL major versions as follows:
-
pgAudit v18.X is intended to support PostgreSQL 18.
-
pgAudit v17.X is intended to support PostgreSQL 17.
-
pgAudit v16.X is intended to support PostgreSQL 16.
-
pgAudit v1.7.X is intended to support PostgreSQL 15.
-
pgAudit v1.6.X is intended to support PostgreSQL 14.
-
pgAudit v1.5.X is intended to support PostgreSQL 13.