unspecified
- bgw_replstatus_15 - PostgreSQL background worker to report wether a node is a replication master or standby
- citus_15 - PostgreSQL extension that transforms Postgres into a distributed database
- count_distinct_15 - A hash-table based alternative to COUNT(DISTINCT ...) aggregate in PostgreSQL.
- credcheck_15 - PostgreSQL username/password checks
- dbt2-pg15-extensions - Database Test 2 Differences from the TPC-C - Extensions
- ddlx_15 - DDL eXtractor functions for PostgreSQL (ddlx)
- e-maj_15 - A table update logger for PostgreSQL
- extra_window_functions_15 - Extra Window Functions for PostgreSQL
- geoip_15 - Geolocation using GeoIP for PostgreSQL
- hdfs_fdw_15 - PostgreSQL Foreign Data Wrapper (FDW) for the hdfs
- hll_15 - PostgreSQL extension adding HyperLogLog data structures as a native data type
- hypopg_15 - Hypothetical Indexes support for PostgreSQL
- ip4r_15 - IPv4/v6 and IPv4/v6 range index type for PostgreSQL
- logerrors_15 - Extension for PostgreSQL for collecting statistics about messages in logfile
- luapgsql - Lua binding for PostgreSQL
- mongo_fdw_15 - PostgreSQL foreign data wrapper for MongoDB
- multicorn2_15 - Multicorn Python bindings for Postgres FDW
- mysql_fdw_15 - PostgreSQL Foreign Data Wrapper (FDW) for the MySQL
- mysqlcompat_15 - MySQL compatibility functions for PostgreSQL
- ogr_fdw_15 - PostgreSQL foreign data wrapper for OGR
- orafce_15 - Implementation of some Oracle functions into PostgreSQL
- passwordcheck_cracklib_15 - PostgreSQL passwordcheck extension, built with cracklib.
- periods_15 - PERIODs and SYSTEM VERSIONING for PostgreSQL
- pg_auth_mon_15 - PostgreSQL extension to store authentication attempts
- pg_auto_failover_15 - Postgres extension and service for automated failover and high-availability
- pg_background_15 - PostgreSQL Background Worker
- pg_bulkload_15 - High speed data loading utility for PostgreSQL
- pg_catcheck_15 - Tool for diagnosing PostgreSQL system catalog corruption
- pg_checksums_15 - Activate/deactivate/verify checksums in offline Postgres clusters
- pg_comparator_15 - Efficient table content comparison and synchronization for PostgreSQL and MySQL
- pg_cron_15 - Run periodic jobs in PostgreSQL
- pg_dbms_job_15 - PostgreSQL extension to schedules and manages jobs in a job queue similar to Oracle DBMS_JOB package
- pg_failover_slots_15 - Makes PostgreSQL logical replication slots practically usable across physical failover.
- pg_filedump_15 - PostgreSQL File Dump Utility
- pg_fkpart_15 - PostgreSQL extension to partition tables following a foreign key
- pg_ivm_15 - Incremental View Maintenance (IVM) feature for PostgreSQL.
- pg_jobmon_15 - Job logging and monitoring extension for PostgreSQL
- pg_partman_15 - A PostgreSQL extension to manage partitioned tables by time or ID
- pg_permissions_15 - PostgreSQL permission reports and checks
- pg_prioritize_15 - Get and set the nice priorities of PostgreSQL backends
- pg_qualstats_15 - A PostgreSQL extension collecting statistics about predicates
- pg_readonly_15 - PostgreSQL extension which allows to set all cluster databases read only.
- pg_repack_15 - Reorganize tables in PostgreSQL databases without any locks
- pg_squeeze_15 - A PostgreSQL extension for automatic bloat cleanup
- pg_stat_kcache_15 - A PostgreSQL extension gathering CPU and disk acess statistics
- pg_stat_monitor_15 - PostgreSQL Query Performance Monitoring Tool
- pg_statement_rollback_15 - Server side rollback at statement level for PostgreSQL
- pg_store_plans_15 - Store execution plans like pg_stat_statements does for queries
- pg_top_15 - 'top' for PostgreSQL process
- pg_track_settings_15 - PostgreSQL extension to keep track of settings modification
- pg_uuidv7_15 - v7 UUIDs data type in PostgreSQL
- pg_wait_sampling_15 - Sampling based statistics of wait events
- pgagent_15 - Job scheduler for PostgreSQL
- pgaudit17_15 - PostgreSQL Audit Extension
- pgauditlogtofile_15 - PostgreSQL Audit Log To File Extension
- pgbouncer_fdw_15 - pgbouncer Foreign Data Wrapper
- pgcopydb - Automate pg_dump | pg_restore between two running Postgres servers
- pgcopydb_15 - Automate pg_dump | pg_restore between two running Postgres servers
- pgcryptokey_15 - PostgreSQL table versioning extension
- pgexportdoc_15 - command line utility for exporting XML, JSON, BYTEA document from PostgreSQL
- pgfincore_15 - PgFincore is a set of functions to manage blocks in memory
- pgimportdoc_15 - command line tool for import XML, TEXT and BYTEA documents to PostgreSQL
- pglogical_15 - Logical Replication extension for PostgreSQL
- pgmemcache_15 - A PostgreSQL API to interface with memcached
- pgmp_15 - PostgreSQL Multiple Precision Arithmetic Extension
- pgpool-II-pg15-extensions - PostgreSQL extensions for pgpool-II
- pgq_15 - Generic Queue for PostgreSQL
- pgrouting_15 - Routing functionality for PostGIS
- pgsodium_15 - PostgreSQL extension for high level cryptographic algorithms
- pgsql_tweaks_15 - PostgreSQL functions which a DBA regularly needs
- pgtap_15 - Unit testing for PostgreSQL
- pgtt_15 - PostgreSQL Global Temporary Tables Extension
- pguri_15 - uri type for PostgreSQL
- pgvector_15 - Open-source vector similarity search for Postgres
- pldebugger_15 - PL/pgSQL debugger server-side code
- pllua_15 - Procedural language interface between PostgreSQL and Lua
- plpgsql_check_15 - Additional tools for PL/pgSQL functions validation
- plprofiler_15 - PL/pgSQL profiler
- plproxy_15 - PL/Proxy is database partitioning system implemented as PL language.
- plr_15 - Procedural language interface between PostgreSQL and R
- plr_16 - Procedural language interface between PostgreSQL and R
- plsh_15 - Sh shell procedural language handler for PostgreSQL
- postgis32_15 - Geographic Information Systems Extensions to PostgreSQL
- postgis33_15 - Geographic Information Systems Extensions to PostgreSQL
- postgresql-unit_15 - SI Units for PostgreSQL
- postgresql15 - PostgreSQL client programs and libraries
- postgresql15-odbc - PostgreSQL ODBC driver
- postgresql15-tcl - A Tcl client library for PostgreSQL
- postgresql_anonymizer_15 - Anonymization & Data Masking for PostgreSQL
- postgresql_faker_15 - Fake Data Generator for PostgreSQL
- powa_15 - PostgreSQL Workload Analyzer
- prefix_15 - Prefix Range module for PostgreSQL
- repmgr_15 - Replication Manager for PostgreSQL Clusters
- rum_15 - RUM access method - inverted index with additional information in posting lists
- safeupdate_15 - A simple extension to PostgreSQL that requires criteria for UPDATE and DELETE
- semver_15 - A semantic version data type for PostgreSQL
- set_user_15 - PostgreSQL extension allowing privilege escalation with enhanced logging and control
- sqlite_fdw_15 - SQLite Foreign Data Wrapper for PostgreSQL
- sslutils_15 - SSL Utils for PostgreSQL
- system_stats_15 - A Postgres extension for exposing system metrics such as CPU, memory and disk information
- table_version_15 - PostgreSQL table versioning extension
- tdigest_15 - t-digest implementation for PostgreSQL
- tds_fdw_15 - TDS Foreign Data Wrapper for PostgreSQL
- timescaledb_15 - PostgreSQL based time-series database
- timestamp9_15 - An efficient nanosecond precision timestamp type for Postgres
- topn_15 - PostgreSQL extension that returns the top values in a database
- wal2json_15 - JSON output plugin for changeset extraction