Simple table access method that just prints out what functions in the access methods and related functions that are called.
pgext.cloud · Source code · Documentation · Control file
| Package | traceam |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | public |
| Stars | 7 |
| Latest commit | 2023-03-14 |
| Catalogue updated | 2026-08-30 |
| pgtam | Experimental in-memory PostgreSQL table access method implemented as a C extension. |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| treedb_pgext | TreeDB table access method (Phase 0 prototype) |
| append_only_heap | PostgreSQL table access method that avoids fragmentation of variable-length append-only data. |
| csv_tam | CSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files. |
| undam | UNDO storage table access method with in-place updates |
| pgrand | Generates random test data through a PostgreSQL FDW, with an experimental table access method. |
| pg_lakebase_runtime | Shared runtime for Lakebase table access method extensions |