PostgreSQL table access method that avoids fragmentation of variable-length append-only data.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | append_only_heap |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2021-02-16 |
| Catalogue updated | 2026-08-30 |
| pg_cryogen | Experimental append-only compressed table access method for PostgreSQL 12 and later. |
| 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. |
| 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 |
| 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. |
| quack | DuckDB Embedded in Postgres |