Extensions
Available and installed extensions
Showing 45 entries
Name Default version Installed version
Comment
plpgsql 1.0 1.0 PL/pgSQL procedural language
pg_walinspect 1.1 functions to inspect contents of PostgreSQL Write-Ahead Log
tcn 1.0 Triggered change notifications
btree_gist 1.7 support for indexing common datatypes in GiST
autoinc 1.0 functions for autoincrementing fields
pgrowlocks 1.2 show row-level locking information
seg 1.4 data type for representing line segments or floating-point intervals
pg_stat_statements 1.11 track planning and execution statistics of all SQL statements executed
btree_gin 1.3 support for indexing common datatypes in GIN
pg_buffercache 1.5 examine the shared buffer cache
earthdistance 1.2 calculate great-circle distances on the surface of the Earth
xml2 1.1 XPath querying and XSLT
pg_trgm 1.6 text similarity measurement and index searching based on trigrams
amcheck 1.4 functions for verifying relation integrity
uuid-ossp 1.1 generate universally unique identifiers (UUIDs)
cube 1.5 data type for multidimensional cubes
file_fdw 1.0 foreign-data wrapper for flat file access
tsm_system_rows 1.0 TABLESAMPLE method which accepts number of rows as a limit
isn 1.2 data types for international product numbering standards
intarray 1.5 functions, operators, and index support for 1-D arrays of integers
dict_xsyn 1.0 text search dictionary template for extended synonym processing
dict_int 1.0 text search dictionary template for integers
refint 1.0 functions for implementing referential integrity (obsolete)
lo 1.1 Large Object maintenance
intagg 1.1 integer aggregator and enumerator (obsolete)
postgres_fdw 1.1 foreign-data wrapper for remote PostgreSQL servers
pg_freespacemap 1.2 examine the free space map (FSM)
pg_surgery 1.0 extension to perform surgery on a damaged relation
pageinspect 1.12 inspect the contents of database pages at a low level
citext 1.6 data type for case-insensitive character strings
moddatetime 1.0 functions for tracking last modification time
fuzzystrmatch 1.2 determine similarities and distance between strings
pg_prewarm 1.2 prewarm relation data
hstore 1.8 data type for storing sets of (key, value) pairs
bloom 1.0 bloom access method - signature file based index
tablefunc 1.0 functions that manipulate whole tables, including crosstab
pgstattuple 1.5 show tuple-level statistics
pg_visibility 1.2 examine the visibility map (VM) and page-level visibility info
dblink 1.2 connect to other PostgreSQL databases from within a database
pgcrypto 1.3 cryptographic functions
ltree 1.3 data type for hierarchical tree-like structures
tsm_system_time 1.0 TABLESAMPLE method which accepts time in milliseconds as a limit
unaccent 1.1 text search dictionary that removes accents
sslinfo 1.2 information about SSL certificates
insert_username 1.0 functions for tracking who changed a table