Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/extensions/extensions-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ Explore supported Postgres extensions by category. Also see:

<DetailIconCards>

<a href="/docs/extensions/pg_duckdb" description="Adds Accelerated analytics with DuckDB in Postgres" icon="a-chart">pg_duckdb</a>

<a href="/docs/extensions/pg_mooncake" description="Adds columnstore tables and DuckDB execution for fast analytics in Postgres." icon="a-chart">pg_mooncake</a>

<a href="https://github.com/citusdata/postgresql-hll" description="Implements a HyperLogLog data structure as a native data type for efficient and tunable distinct value counting" icon="a-chart">hll</a>

<a href="/docs/extensions/timescaledb" description="Enables Postgres as a time-series database for efficient storage and retrieval of time-series data" icon="a-chart">timescaledb</a>

<a href="/docs/extensions/pg_duckdb" description="Accelerate analytical queries with the embedded DuckDB engine" icon="a-chart">pg_duckdb</a>

</DetailIconCards>

## Auditing / Logging
Expand Down
1 change: 1 addition & 0 deletions content/docs/extensions/pg-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Neon supports the Postgres extensions shown in the following table. The supporte
| [neon_utils](/docs/extensions/neon-utils) | 1.0 | 1.0 | 1.0 | 1.0 | |
| [pg_cron](/docs/extensions/pg_cron) | 1.6 | 1.6 | 1.6 | 1.6 | To install `pg_cron`, it must first be enabled. See [Enable the pg_cron extension](/docs/extensions/pg_cron#enable-the-pgcron-extension) for instructions. Please note that `pg_cron` jobs will only run when your compute is active. We therefore recommend only using `pg_cron` on computes that run 24/7 or where you have disabled [scale to zero](https://neon.tech/docs/introduction/scale-to-zero). |
| |
| [pg_duckdb](/docs/extensions/pg_duckdb) | 0.3.0 | 0.3.0 | 0.3.0 | 0.3.0 | |
| [pg_graphql](https://github.com/supabase/pg_graphql) | 1.5.9 | 1.5.9 | 1.5.9 | 1.5.9 | |
| [pg_hashids](https://github.com/iCyberon/pg_hashids) | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | |
| [pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) | 1.4.1 | 1.5.0 | 1.6.0 | 1.7.0 | |
Expand Down
Loading