postgresql-17-pgextwlist
PostgreSQL Extension Whitelisting
This extension implements extension whitelisting, and will actively prevent
users from installing extensions not in the provided list. Also, this
extension implements a form of sudo facility in that the whitelisted
extensions will get installed as if superuser. Privileges are dropped before
handing the control back to the user.
postgresql-17-show-plans
Show query plans of currently running PostgreSQL statements
This PostgreSQL extension shows the query plans of all currently running SQL
statements. Plan output format can be plain text (default), JSON, YAML, or
XML.
postgresql-17-pg-permissions
see all permissions in a PostgreSQL database
pg_permissions is a simple set of views to see all permissions in a PostgreSQL
database.
pg-rage-terminator-17
PostgreSQL background worker that kill random sessions.
pg-rage-terminator is a custom background worker which is able to kill random
PostgreSQL backends.
postgresql-17-roaringbitmap
RoaringBitmap extension for PostgreSQL
Roaring bitmaps are compressed bitmaps which tend to outperform conventional
compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
bitmaps can be hundreds of times faster and they often offer significantly
better compression. They can even be faster than uncompressed bitmaps.
postgresql-17-snakeoil
PostgreSQL anti-virus scanner based on ClamAV
pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
ClamAV anti-virus engine.