[ { "name": "address_standardizer", "comment": "Used to parse an address into constituent elements. Generally used to support geocoding address normalization step.", "tags": ["Utility"], "link": "http://supabase.com/docs/guides/extensions/etc/etc/etc" }, { "name": "address_standardizer-3", "comment": "Used to parse an address into constituent elements. Generally used to support geocoding address normalization step.", "tags": ["Utility"] }, { "name": "address_standardizer_data_us", "comment": "Address Standardizer US dataset example", "tags": ["Dataset"] }, { "name": "address_standardizer_data_us-3", "comment": "Address Standardizer US dataset example", "tags": ["Dataset"] }, { "name": "adminpack", "comment": "administrative functions for PostgreSQL", "tags": ["Admin", "Utility"] }, { "name": "amcheck", "comment": "functions for verifying relation integrity", "tags": ["Admin", "Utility"] }, { "name": "autoinc", "comment": "functions for autoincrementing fields", "tags": ["Utility"] }, { "name": "bloom", "comment": "bloom access method - signature file based index", "tags": ["Index"] }, { "name": "btree_gin", "comment": "support for indexing common datatypes in GIN", "tags": ["Index"] }, { "name": "btree_gist", "comment": "support for indexing common datatypes in GiST", "tags": ["Index"] }, { "name": "citext", "comment": "data type for case-insensitive character strings", "tags": ["Data Type"] }, { "name": "cube", "comment": "data type for multidimensional cubes", "tags": ["Data Type"] }, { "name": "dblink", "comment": "connect to other PostgreSQL databases from within a database", "tags": ["Admin", "Utility"] }, { "name": "dict_int", "comment": "text search dictionary template for integers", "tags": ["Search"] }, { "name": "dict_xsyn", "comment": "text search dictionary template for extended synonym processing", "tags": ["Search"] }, { "name": "earthdistance", "comment": "calculate great-circle distances on the surface of the Earth", "tags": ["Geo", "Utility"] }, { "name": "file_fdw", "comment": "foreign-data wrapper for flat file access", "tags": ["Admin", "Utility"] }, { "name": "fuzzystrmatch", "comment": "determine similarities and distance between strings", "tags": ["Search"] }, { "name": "hstore", "comment": "data type for storing sets of (key, value) pairs", "tags": ["Data Type"] }, { "name": "hypopg", "comment": "Hypothetical indexes for PostgreSQL", "link": "https://supabase.com/docs/guides/database/extensions/hypopg", "tags": ["Admin", "Index"] }, { "name": "http", "comment": "HTTP client for PostgreSQL, allows web page retrieval inside the database.", "link": "https://supabase.com/docs/guides/database/extensions/http", "tags": ["Utility"] }, { "name": "insert_username", "comment": "functions for tracking who changed a table", "tags": ["Audit", "Utility"] }, { "name": "old_snapshot", "comment": "utilities in support of old_snapshot_threshold", "tags": ["Admin", "Utility"] }, { "name": "intagg", "comment": "integer aggregator and enumerator (obsolete)", "tags": ["Utility"] }, { "name": "intarray", "comment": "functions, operators, and index support for 1-D arrays of integers", "tags": ["Utility"] }, { "name": "isn", "comment": "data types for international product numbering standards", "tags": ["Data Type"] }, { "name": "lo", "comment": "Large Object maintenance", "tags": ["Data Type"] }, { "name": "ltree", "comment": "data type for hierarchical tree-like structures", "tags": ["Data Type"] }, { "name": "moddatetime", "comment": "functions for tracking last modification time", "tags": ["Audit", "Utility"] }, { "name": "pageinspect", "comment": "inspect the contents of database pages at a low level", "tags": ["Admin", "Utility"] }, { "name": "pg_buffercache", "comment": "examine the shared buffer cache", "tags": ["Admin", "Utility"] }, { "name": "pg_cron", "comment": "Job scheduler for PostgreSQL", "link": "https://supabase.com/docs/guides/database/extensions/pgcron", "tags": ["Utility"] }, { "name": "pg_freespacemap", "comment": "examine the free space map (FSM)", "tags": ["Admin", "Utility"] }, { "name": "pg_graphql", "comment": "pg_graphql: GraphQL support", "link": "https://supabase.com/docs/guides/database/extensions/pg_graphql", "tags": ["Utility"] }, { "name": "pg_hashids", "comment": "pg_hashids", "link": "https://supabase.com/docs/guides/database/extensions/pg_hashids", "tags": ["Utility"] }, { "name": "pg_jsonschema", "comment": "pg_jsonschema", "link": "https://supabase.com/docs/guides/database/extensions/pg_jsonschema", "tags": ["Utility"] }, { "name": "pg_net", "comment": "Async HTTP", "link": "https://supabase.com/docs/guides/database/extensions/pgnet", "tags": ["Utility", "Notifications"] }, { "name": "pg_prewarm", "comment": "prewarm relation data", "tags": ["Admin", "Utility"] }, { "name": "pg_stat_monitor", "comment": "The pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information.", "link": "https://supabase.com/docs/guides/database/extensions/pg_stat_monitor", "tags": ["Utility"] }, { "name": "pg_stat_statements", "comment": "track execution statistics of all SQL statements executed", "link": "https://supabase.com/docs/guides/database/extensions/pg_stat_statements", "tags": ["Admin", "Utility"] }, { "name": "pg_surgery", "comment": "extension to perform surgery on a damaged relation", "tags": ["Admin", "Utility"] }, { "name": "pg_trgm", "comment": "text similarity measurement and index searching based on trigrams", "tags": ["Search"] }, { "name": "pg_visibility", "comment": "examine the visibility map (VM) and page-level visibility info", "tags": ["Admin", "Utility"] }, { "name": "pgaudit", "comment": "provides auditing functionality", "link": "https://supabase.com/docs/guides/database/extensions/pgaudit", "tags": ["Audit", "Utility"] }, { "name": "pg_walinspect", "comment": "functions to inspect contents of PostgreSQL Write-Ahead Log", "tags": ["Admin", "Utility"] }, { "name": "pgcrypto", "comment": "cryptographic functions", "tags": ["Utility", "Cryptography"] }, { "name": "pgjwt", "comment": "JSON Web Token API for Postgresql", "link": "https://supabase.com/docs/guides/database/extensions/pgjwt", "tags": ["Utility", "Cryptography"] }, { "name": "pgroonga", "comment": "Super fast and all languages supported full text search index based on Groonga", "link": "https://supabase.com/docs/guides/database/extensions/pgroonga", "tags": ["Search"] }, { "name": "pgroonga_database", "comment": "PGroonga database management module", "tags": ["Admin"] }, { "name": "pgrouting", "comment": "pgRouting Extension", "link": "https://supabase.com/docs/guides/database/extensions/pgrouting", "tags": ["Geo", "Utility"] }, { "name": "pgrowlocks", "comment": "show row-level locking information", "tags": ["Admin", "Utility"] }, { "name": "pgsodium", "comment": "Postgres extension for libsodium functions", "link": "https://supabase.com/docs/guides/database/extensions/pgsodium", "tags": ["Utility", "Cryptography"] }, { "name": "pgstattuple", "comment": "show tuple-level statistics", "tags": ["Admin", "Utility"] }, { "name": "pgtap", "comment": "Unit testing for PostgreSQL", "link": "https://supabase.com/docs/guides/database/extensions/pgtap", "tags": ["Utility", "Testing"] }, { "name": "plcoffee", "comment": "PL/CoffeeScript (v8) trusted procedural language", "tags": ["Language"] }, { "name": "pljava", "comment": "PL/Java procedural language (https://tada.github.io/pljava/)", "tags": ["Language"] }, { "name": "plls", "comment": "PL/LiveScript (v8) trusted procedural language", "tags": ["Language"] }, { "name": "plpgsql", "comment": "PL/pgSQL procedural language", "tags": ["Language"] }, { "name": "plpgsql_check", "comment": "extended check for plpgsql functions", "href": "https://supabase.com/docs/guides/database/extensions/plpgsql_check", "tags": ["Utility", "Testing"] }, { "name": "plv8", "comment": "PL/JavaScript (v8) trusted procedural language", "link": "http://localhost:3001/docs/guides/database/extensions/plv8", "tags": ["Language"] }, { "name": "postgis", "comment": "PostGIS geometry and geography spatial types and functions", "link": "https://supabase.com/docs/guides/database/extensions/postgis", "tags": ["Geo"] }, { "name": "postgis-3", "comment": "PostGIS geometry and geography spatial types and functions", "tags": ["Geo"] }, { "name": "postgis_raster", "comment": "PostGIS raster types and functions", "tags": ["Geo"] }, { "name": "postgis_raster-3", "comment": "PostGIS raster types and functions", "tags": ["Geo"] }, { "name": "postgis_sfcgal", "comment": "PostGIS SFCGAL functions", "tags": ["Geo"] }, { "name": "postgis_sfcgal-3", "comment": "PostGIS SFCGAL functions", "tags": ["Geo"] }, { "name": "postgis_tiger_geocoder", "comment": "PostGIS tiger geocoder and reverse geocoder", "tags": ["Geo"] }, { "name": "postgis_tiger_geocoder-3", "comment": "PostGIS tiger geocoder and reverse geocoder", "tags": ["Geo"] }, { "name": "postgis_topology", "comment": "PostGIS topology spatial types and functions", "tags": ["Geo"] }, { "name": "postgis_topology-3", "comment": "PostGIS topology spatial types and functions", "tags": ["Geo"] }, { "name": "postgres_fdw", "comment": "foreign-data wrapper for remote PostgreSQL servers", "tags": ["Admin"] }, { "name": "refint", "comment": "functions for implementing referential integrity (obsolete)", "tags": ["Utility"] }, { "name": "rum", "comment": "GIN-like index for text search", "link": "https://supabase.com/docs/guides/database/extensions/rum", "tags": ["Index", "Search"] }, { "name": "seg", "comment": "data type for representing line segments or floating-point intervals", "tags": ["Utility"] }, { "name": "sslinfo", "comment": "information about SSL certificates", "tags": ["Admin", "Utility"] }, { "name": "supautils", "comment": "Supabase standard library", "tags": ["Utility"] }, { "name": "tablefunc", "comment": "functions that manipulate whole tables, including crosstab", "tags": ["Utility"] }, { "name": "tcn", "comment": "Triggered change notifications", "tags": ["Utility", "Notifications"] }, { "name": "timescaledb", "comment": "Enables scalable inserts and complex queries for time-series data", "link": "https://supabase.com/docs/guides/database/extensions/timescaledb", "tags": ["Time Series", "Data Type", "Utility"] }, { "name": "tsm_system_rows", "comment": "TABLESAMPLE method which accepts number of rows as a limit", "tags": ["Utility"] }, { "name": "tsm_system_time", "comment": "TABLESAMPLE method which accepts time in milliseconds as a limit", "tags": ["Utility"] }, { "name": "unaccent", "comment": "text search dictionary that removes accents", "tags": ["Search"] }, { "name": "uuid-ossp", "comment": "generate universally unique identifiers (UUIDs)", "link": "https://supabase.com/docs/guides/database/extensions/uuid-ossp", "tags": ["Utility", "Data Type"] }, { "name": "pgvector", "comment": "vector data type with similarity search", "link": "https://supabase.com/docs/guides/database/extensions/pgvector", "tags": ["AI", "Data Type", "Search"] }, { "name": "pg_repack", "comment": "Optimize physical storage and remove bloat from tables and indexes", "link": "https://supabase.com/docs/guides/database/extensions/pgrepack", "tags": ["Admin", "Utility"] }, { "name": "wrappers", "comment": "Foreign data wrappers developed by Supabase", "link": "https://supabase.com/docs/guides/database/extensions/wrappers", "tags": ["Admin", "Utility"] }, { "name": "xml2", "comment": "XPath querying and XSLT", "tags": ["Utility"] } ]