Skip to content

Latest commit

 

History

History
164 lines (162 loc) · 7.6 KB

database_postgresql_extensions.md

File metadata and controls

164 lines (162 loc) · 7.6 KB
Name Version Description
anon 2.0.0 Anonymization & Data Masking for PostgreSQL
btree_gin 1.3 support for indexing common datatypes in GIN
btree_gist 1.7 support for indexing common datatypes in GiST
citext 1.6 data type for case-insensitive character strings
cube 1.5 data type for multidimensional cubes
dblink 1.2 connect to other PostgreSQL databases from within a database
dict_int 1.0 text search dictionary template for integers
earthdistance 1.2 calculate great-circle distances on the surface of the Earth
fuzzystrmatch 1.2 determine similarities and distance between strings
hstore 1.8 data type for storing sets of (key, value) pairs
intarray 1.5 functions, operators, and index support for 1-D arrays of integers
isn 1.2 data types for international product numbering standards
ltree 1.2 data type for hierarchical tree-like structures
pg_repack 1.5.2 Reorganize tables in PostgreSQL databases with minimal locks
pg_stat_statements 1.10 track planning and execution statistics of all SQL statements executed
pg_trgm 1.6 text similarity measurement and index searching based on trigrams
pgcrypto 1.3 cryptographic functions
pgrowlocks 1.2 show row-level locking information
postgis 3.5.2 PostGIS geometry and geography spatial types and functions
postgis_raster 3.5.2 PostGIS raster types and functions
postgis_sfcgal 3.5.2 PostGIS SFCGAL functions
postgis_tiger_geocoder 3.5.2 PostGIS tiger geocoder and reverse geocoder
postgis_topology 3.5.2 PostGIS topology spatial types and functions
postgres_fdw 1.1 foreign-data wrapper for remote PostgreSQL servers
tablefunc 1.0 functions that manipulate whole tables, including crosstab
timescaledb 2.19.3 Enables scalable inserts and complex queries for time-series data
unaccent 1.1 text search dictionary that removes accents
uuid-ossp 1.1 generate universally unique identifiers (UUIDs)
vector 0.8.0 vector data type and ivfflat and hnsw access methods