postgresql-14-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.

postgresql-14-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.

postgresql-14-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-14-similarity

PostgreSQL similarity functions extension

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

libotbiomstar-8.0-1

ORFEO Toolbox library - OTBIOMSTAR

ORFEO Toolbox (OTB) is distributed as an open source library of image processing algorithms. OTB is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular.

python3-phcpy

general-purpose solver for polynomial systems (Python)

PHCpack is a software package to solve polynomial systems by homotopy continuation methods.