postgresql-17-pgnodemx

capture node OS metrics from PostgreSQL

pgnodemx is a PostgreSQL extension that provides SQL functions to allow capture of node OS metrics via SQL queries.

postgresql-17-pgsphere

Spherical data types for PostgreSQL

PgSphere, an extension for PostgreSQL, aims at providing uniform access to spherical data. It allows for a fast search and analysis for objects with spherical attributes in geographical, astronomical, or other applications using PostgreSQL.

lomiri-keyboard-swedish

Lomiri on-screen keyboard data files - Swedish

Lomiri Keyboard based on Maliit-Keyboard

postgresql-17-plprofiler

PostgreSQL PL/pgSQL functions performance profiler

The plprofiler is an extension for the PostgreSQL database system to create performance profiles of PL/pgSQL functions and stored procedures. The included external Python class and command line utility can be used to easily control the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save and manage the resulting performance datasets and create HTML reports from them.

postgresql-17-hll

HyperLogLog extension for PostgreSQL

This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog data structure. HyperLogLog is a fixed-size, set-like structure used for distinct value counting with tunable precision. For example, in 1280 bytes `hll` can estimate the count of tens of billions of distinct values with only a few percent error.

postgresql-17-numeral

numeral datatypes for PostgreSQL

This module provides numeric data types for PostgreSQL that use numerals (words instead of digits) for input and output.