<a href="/extensions/periods">periods</a> :<code> Recreates the behavior defined in SQL:2016 (originally in SQL:2011) around periods and tables with SYSTEM VERSIONING</code> <br>
<a href="/extensions/pg_background">pg_background</a> :<code> Allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL</code> <br>
<a href="/extensions/pg_ivm">pg_ivm</a> :<code> pg_ivm is a way to make materialized views up-to-date in which only incremental changes are computed and applied on views rather than recomputing the contents from scratch as REFRESH MATERIALIZED VIEW does</code> <br>
+ <a href="/extensions/pg_strom">pg_strom</a> :<code> PG-Strom is designed to accelerate mostly batch and analytics workloads with utilization of GPU and NVME-SSD, and Apache Arrow columnar</code><br>
<a href="/extensions/pgvector">pgvector</a> :<code> Open-source vector similarity search for Postgres</code> <br>
<a href="/extensions/plproxy">plproxy</a> :<code> Database partitioning system implemented as PL language</code> <br>
<a href="/extensions/temporal_tables">temporal_tables</a> :<code> Table that records the period of time when a row is valid</code> <br>