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-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-snakeoil

PostgreSQL anti-virus scanner based on ClamAV

pg_snakeoil provides functions scanning PostgreSQL data for viruses using the ClamAV anti-virus engine.

postgresql-17-pg-track-settings

PostgreSQL extension tracking of configuration settings

pg_track_settings is a small PostgreSQL extension that helps you keep track of PostgreSQL settings configuration.