Extended logging via pseudo-autonomous transactions
pgext.cloud · Source code · License text · Control file · PGXN
| Package | pgelog |
|---|---|
| Version | 1.0.2 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 4 |
| Latest commit | 2025-09-26 |
| Latest release | 2025-09-25 |
| Catalogue updated | 2026-08-30 |
| dblink | connect to other PostgreSQL databases from within a database |
| pg_variables | Session-scoped variables with scalar, array, and record types |
| pg_stat_log | Track cumulative PostgreSQL log message statistics by backend, database, user, level, and SQLSTATE. |
| logerrors | Function for collecting statistics about messages in logfile |
| pgaudit | provides auditing functionality |
| table_log | record table modification logs and PITR for table/row |
| pg_drop_events | logs transaction ids of drop table, drop column, drop materialized view statements |
| pgmemento | Transaction-based audit trail with schema versioning |
| pg_auth_mon | monitor connection attempts per user |
| pg_sqlog | Provide SQL interface to logs |
| log_fdw | foreign-data wrapper for Postgres log file access |
| pgdisablelogerror | Disable selected SQLSTATE error codes from PostgreSQL server logging. |