This is a staging site. Uploads will not persist. Testing only.

postgresql-17-rational

Precise fractional arithmetic for PostgreSQL

pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator.

postgresql-17-pg-rrule

RRULE data type for PostgreSQL

pg-rrule can expand recurrence rules (RRULE) as defined in the iCalendar specification (RFC 5545). It allows expanding RRULEs into concrete occurences as timestamps, which can then be queried against.

postgresql-17-similarity

PostgreSQL similarity functions extension

pg_similarity is an extension to support similarity queries on PostgreSQL. The extension consists of:

postgresql-17-statviz

PostgreSQL internal statistics analysis and visualization

pg_statviz is a minimalist extension and utility pair for time series analysis and visualization of PostgreSQL internal statistics. Created for snapshotting PostgreSQL's cumulative and dynamic statistics and performing time series analysis on them. The accompanying utility can produce visualizations for selected time ranges on the stored stats snapshots, enabling the user to track PostgreSQL performance over time and potentially perform tuning or troubleshooting.

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

Faceted query acceleration for PostgreSQL using roaring bitmaps

PostgreSQL extension to quickly calculate facet counts using inverted indexes built with roaring bitmaps. Requires pg_roaringbitmap to be installed.