postgresql-14-periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.
postgresql-14-omnidb
PostgreSQL PL/pgSQL debugger extension for OmniDB
OmniDB is a web tool that simplifies database management focusing on
interactivity, designed to be powerful and lightweight.
postgresql-14-pldebugger
PostgreSQL pl/pgsql Debugger API
This module is a set of shared libraries which implement an API for
debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
project (http://www.pgadmin.org/) provides a client user interface as
part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
libopencv-shape406t64
computer vision shape descriptors and matchers library
This package contains the OpenCV (Open Computer Vision) shape descriptors
and matchers runtime libraries.
postgresql-14-debversion
Debian version number type for PostgreSQL
Debian version numbers, used to version Debian binary and source
packages, have a defined format, including specifications for how
versions should be compared in order to sort them. This package
implements a "debversion" type to represent Debian version numbers
within the PostgreSQL database. This also includes operators for
version comparison and index operator classes for creating indexes on
the debversion type.
postgresql-14-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.