PostgreSQL extension for storing time and author of database structure modification.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_dbo_timestamp |
|---|---|
| Version | 1.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 3 |
| Latest commit | 2023-01-25 |
| Latest release | 2023-01-25 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pgmemento | Transaction-based audit trail with schema versioning |
| ddl_versioning | DDL object versioning with event triggers for tables, indexes, functions, and views. |
| implicit_schema | Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema. |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| schema_triggers | Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers. |
| verisql | Audit-grade verification gateway for AI-generated SQL — catches silently wrong queries before they hit your dashboard, keeps tamper-evident audit trails, verifies migration equivalence. Zero LLM tokens for 90% of checks. |
| non_truncate | Disables TRUNCATE by raising an error from a ProcessUtility hook |
| ddl_repl | Replicate DDL and DCL commands across PostgreSQL instances by means of a utility hook |
| table_log | record table modification logs and PITR for table/row |