Postgres extension list - ghdrako/doc_snipets GitHub Wiki
PostgreSQL extension repositories available (PGXN, dbdev, Trunk), and pgxman.
- Extension list
- Framwork to build extension
- https://www.postgresql.org/download/products/6-postgresql-extensions/
- https://wiki.postgresql.org/wiki/PL_Matrix
pg_vector
https://jkatz05.com/post/postgres/pgvector-overview-0.5.0/
pg_analitics
pg_crash Chaos Monkey
https://github.com/hapostgres/pg_auto_failover
pgsql http - HTTP client for PostgreSQL, retrieve a web page from inside the database.
pginspect - low-level inspection of database pages
pgbuffercache
- https://www.postgresql.org/docs/current/pgbuffercache.html
- auth_delay extension - causes the server to pause briefly before reporting authentication failure, to make brute-force attacks on database passwords more difficult.
pgstattuple — obtain tuple-level statistics
pg_failover_slots
pg_sample
pg_sample - extract a small, sample dataset from a larger PostgreSQL database while maintaining referential integrity.