address_standardizer
Parses an address into parts for normalization and geocoding.
tenant capabilities
These extensions are available to every tenant database. An extension becomes active only after the database owner installs it with standard PostgreSQL SQL. No control-plane action is required.
CREATE EXTENSION vector;
address_standardizerParses an address into parts for normalization and geocoding.
address_standardizer_data_usAdds United States address rules and lookup data for address_standardizer.
amcheckChecks B-tree indexes and other relations for structural corruption.
autoincAdds trigger functions that increment numeric fields.
bloomAdds Bloom indexes for compact multi-column equality searches.
bool_plperlConverts boolean values between PostgreSQL and PL/Perl.
btree_ginAdds GIN operator classes with B-tree behavior for common data types.
btree_gistAdds GiST operator classes with B-tree behavior for common data types.
citextAdds a case-insensitive text data type.
cubeAdds multidimensional cube data and distance operations.
dict_intAdds a full-text search dictionary for integers.
dict_xsynAdds an extended synonym dictionary for full-text search.
earthdistanceCalculates great-circle distances on the surface of Earth.
fuzzystrmatchAdds phonetic matching and edit-distance functions for strings.
h3Adds Uber H3 hierarchical geospatial cells and operations.
h3_postgisConnects H3 cell operations with PostGIS geometry and geography data.
hllAdds HyperLogLog values for approximate distinct counts.
hstoreStores sets of key-value pairs in one PostgreSQL value.
hstore_plperlConverts hstore values between PostgreSQL and PL/Perl.
hypopgTests hypothetical indexes in query plans without building the indexes.
insert_usernameAdds trigger functions that record who changed a table.
intaggAdds legacy integer aggregation and enumeration functions.
intarrayAdds functions, operators, and indexes for one-dimensional integer arrays.
ip4rAdds indexed IPv4 and IPv6 address and range data types.
isnAdds data types for ISBN, ISSN, UPC, and other product numbers.
jsonb_plperlConverts JSONB values between PostgreSQL and PL/Perl.
loMaintains PostgreSQL large objects that table rows reference.
ltreeStores and indexes hierarchical tree paths.
moddatetimeAdds a trigger that records the last modification time of a row.
pg_bigmAdds bigram similarity and indexed LIKE searches.
pg_freespacemapInspects the free-space map for tables and indexes.
pg_hint_planLets SQL comments influence PostgreSQL planner choices.
pg_partmanManages time-based and ID-based table partitions.
pg_prewarmLoads relation data into PostgreSQL or operating-system caches.
pg_similarityAdds multiple string similarity algorithms and operators.
pg_trgmAdds trigram similarity and indexed LIKE or ILIKE searches.
pg_visibilityInspects visibility maps and page-level visibility information.
pgcryptoAdds hashing, encryption, and cryptographic random-data functions.
pgroutingAdds graph routing algorithms for PostGIS data.
pgrowlocksShows row-level lock information.
pgstattupleShows physical tuple, free-space, and table-bloat statistics.
pgtapAdds SQL functions for database unit tests.
plperlAdds the trusted PL/Perl procedural language.
pltclAdds the trusted PL/Tcl procedural language.
postgisAdds geometry, geography, spatial indexes, and geospatial analysis.
postgis_rasterAdds raster data types and analysis to PostGIS.
postgis_topologyAdds topology data types and operations to PostGIS.
prefixStores and indexes prefix ranges for fast prefix matching.
rdkitAdds chemical structures, descriptors, and similarity searches.
refintAdds legacy trigger functions for referential integrity. Prefer native foreign keys.
roaringbitmapAdds compressed Roaring Bitmap values and operations.
segStores line segments and floating-point intervals with GiST indexes.
sslinfoShows details about the current TLS connection and client certificate.
tablefuncAdds table transformations, including crosstab and pivot queries.
tcnSends trigger-based change notifications through PostgreSQL NOTIFY.
tsm_system_rowsAdds TABLESAMPLE selection by an approximate number of rows.
tsm_system_timeAdds TABLESAMPLE selection by a time limit in milliseconds.
unaccentRemoves accents for text normalization and full-text search.
uuid-osspGenerates standard universally unique identifiers.
vectorStores embeddings and adds exact, IVFFlat, and HNSW vector search.