select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pg_shared_plans

Proof-of-concept shared-memory execution-plan cache for PostgreSQL

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_shared_plans
Version0.0.1
PostgreSQL versions12 · 13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typePreloaded
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_stat_statements, pg_shared_plans
Stars22
Latest commit2025-10-12
Catalogue updated2026-08-30

Related extensions

Requires

pg_stat_statementstrack planning and execution statistics of all SQL statements executed

See also

pg_buffercacheexamine the shared buffer cache
pgfincoreexamine and manage the os buffer cache
pg_prewarmprewarm relation data
hash_fdwShared-memory hash-table foreign data wrapper for storing and querying rows by a configured key.
shared_ispellShared-memory ispell dictionary template for reducing per-session initialization and memory.
postfgaA preload PostgreSQL extension integrating OpenFGA authorization through an FDW, C functions, gRPC background work and shared-memory caching.
statsmgrC extension that snapshots PostgreSQL cumulative WAL, SLRU, checkpoint, archiver, I/O, and background-writer statistics in dynamic shared memory.
pgcozyPre-warming shared buffers according to previous pg_buffercache snapshots for PostgreSQL.