Experimental in-memory PostgreSQL table access method implemented as a C extension.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pgtam |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 30 |
| Latest commit | 2024-01-04 |
| Catalogue updated | 2026-08-30 |
| csv_tam | CSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files. |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| append_only_heap | PostgreSQL table access method that avoids fragmentation of variable-length append-only data. |
| undam | UNDO storage table access method with in-place updates |
| pg_elephantduck | Columnar PostgreSQL table access method powered by DuckDB and Parquet storage. |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| pg_cryogen | Experimental append-only compressed table access method for PostgreSQL 12 and later. |
| quack | DuckDB Embedded in Postgres |