# Neon Extensions Postgres extensions supported by Neon, with install and usage instructions. [Parent index](https://neon.com/docs/llms.txt) - [PostGIS-related extensions](https://neon.com/docs/extensions/postgis-related-extensions.md): Improve geospatial functionality with additional PostGIS extensions - [Postgres extension explorer](https://neon.com/docs/extensions/extension-explorer.md) - [Postgres extensions](https://neon.com/docs/extensions/pg-extensions.md) - [The anon extension](https://neon.com/docs/extensions/postgresql-anonymizer.md): Protecting sensitive data in Postgres databases - [The btree_gin extension](https://neon.com/docs/extensions/btree_gin.md): Combine GIN and B-tree indexing capabilities for efficient multi-column queries in Postgres - [The btree_gist extension](https://neon.com/docs/extensions/btree_gist.md): Combine GiST and B-tree indexing capabilities for efficient multi-column queries and constraints - [The citext Extension](https://neon.com/docs/extensions/citext.md): Use the citext extension to handle case-insensitive data in Postgres - [The cube extension](https://neon.com/docs/extensions/cube.md): Store and query multidimensional points and cubes in Postgres - [The dblink extension](https://neon.com/docs/extensions/dblink.md): Connect to and query other Postgres databases from Neon using dblink - [The dict_int extension](https://neon.com/docs/extensions/dict_int.md): Control how integers are indexed in Postgres Full-Text Search to improve performance and relevance. - [The earthdistance extension](https://neon.com/docs/extensions/earthdistance.md): Calculate great-circle distances between points on Earth in Postgres - [The fuzzystrmatch extension](https://neon.com/docs/extensions/fuzzystrmatch.md): Perform fuzzy string matching for names, typos, and similar-sounding words in Postgres - [The hstore extension](https://neon.com/docs/extensions/hstore.md): Manage key-value pairs in Postgres using hstore - [The intarray extension](https://neon.com/docs/extensions/intarray.md): Efficiently manipulate and query integer arrays in Postgres - [The ltree extension](https://neon.com/docs/extensions/ltree.md): Store and query hierarchical tree-like structures in Postgres - [The neon extension](https://neon.com/docs/extensions/neon.md): An extension for Neon-specific statistics including the Local File Cache hit ratio - [The neon_utils extension](https://neon.com/docs/extensions/neon-utils.md): Monitor how Neon's Autoscaling feature allocates compute resources - [The online_advisor extension](https://neon.com/docs/extensions/online_advisor.md): Get index, statistics, and prepared statement recommendations based on your query workload - [The pg_cron extension](https://neon.com/docs/extensions/pg_cron.md): Schedule and manage cron jobs directly within your Neon Postgres database - [The pg_graphql extension](https://neon.com/docs/extensions/pg_graphql.md): Instantly create a GraphQL API for your Postgres database - [The pg_mooncake extension](https://neon.com/docs/extensions/pg_mooncake.md): Fast analytics in Postgres with columnstore tables and DuckDB execution - [The pg_partman extension](https://neon.com/docs/extensions/pg_partman.md): Manage large Postgres tables using the PostgreSQL Partition Manager extension - [The pg_prewarm extension](https://neon.com/docs/extensions/pg_prewarm.md): Load data into your Postgres buffer cache with the pg_prewarm extension - [The pg_repack extension](https://neon.com/docs/extensions/pg_repack.md): Remove bloat from your tables and indexes with minimal locking - [The pg_search extension](https://neon.com/docs/extensions/pg_search.md): An Elasticsearch alternative for full-text search and analytics on Postgres - [The pg_session_jwt extension](https://neon.com/docs/extensions/pg_session_jwt.md): Handle authenticated sessions through JWTs in Postgres - [The pg_stat_statements extension](https://neon.com/docs/extensions/pg_stat_statements.md): Track planning and execution statistics for all SQL statements - [The pg_tiktoken extension](https://neon.com/docs/extensions/pg_tiktoken.md): Efficiently tokenize data in your Postgres database using OpenAI's `tiktoken` library - [The pg_trgm extension](https://neon.com/docs/extensions/pg_trgm.md): Improve Postgres text searches with the pg_trgm extension - [The pg_uuidv7 extension](https://neon.com/docs/extensions/pg_uuidv7.md): Generate and manage time-ordered version 7 UUIDs in Postgres - [The pgcrypto extension](https://neon.com/docs/extensions/pgcrypto.md): Secure your data with cryptographic functions in Postgres - [The pgrag extension](https://neon.com/docs/extensions/pgrag.md): Create end-to-end Retrieval-Augmented Generation (RAG) pipelines - [The pgrowlocks extension](https://neon.com/docs/extensions/pgrowlocks.md): Display row-level locking information for a specific table in Postgres - [The pgstattuple extension](https://neon.com/docs/extensions/pgstattuple.md): Analyze table, index bloat, and fragmentation in Postgres - [The pgvector extension](https://neon.com/docs/extensions/pgvector.md): Enable Postgres as a vector store with the pgvector extension - [The plv8 extension (deprecated)](https://neon.com/docs/extensions/plv8.md): JavaScript procedural language for Postgres — no longer available on Neon - [The postgis extension](https://neon.com/docs/extensions/postgis.md): Work with geospatial data in Postgres using PostGIS - [The postgres_fdw extension](https://neon.com/docs/extensions/postgres_fdw.md): Access data in remote Postgres databases from Neon using postgres_fdw - [The tablefunc extension](https://neon.com/docs/extensions/tablefunc.md): Reshape data with pivot tables and navigate hierarchical structures in Postgres - [The timescaledb extension](https://neon.com/docs/extensions/timescaledb.md): Work with time-series data in Postgres with the timescaledb extension - [The unaccent extension](https://neon.com/docs/extensions/unaccent.md): Remove accents and diacritics for effective text searching in Postgres - [The uuid-ossp extension](https://neon.com/docs/extensions/uuid-ossp.md): Generate Universally Unique Identifiers (UUIDs) in your Postgres database - [The wal2json plugin](https://neon.com/docs/extensions/wal2json.md): Convert Postgres Write-Ahead Log (WAL) changes to JSON format - [The xml2 extension](https://neon.com/docs/extensions/xml2.md): Perform XPath querying and XSLT transformations on XML data in Postgres.