Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -34,6 +34,10 @@ Explore supported Postgres extensions by category. Also see:

<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>

<a href="/docs/extensions/pg_search" description="Adds powerful full-text search capabilities to Postgres using BM25 algorithm and inverted indexes" icon="search">pg_search</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