postgresql-16-plproxy
database partitioning system for PostgreSQL 16
PL/Proxy is a database partitioning system implemented as a PL language. Main
idea is that proxy functions are created with same signature as the remote
functions to be called, so only destination info needs to be specified inside
proxy function bodies.
librte-metrics24
Data Plane Development Kit (librte-metrics runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
librte-mldev24
Data Plane Development Kit (librte-mldev runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
postgresql-16-similarity
PostgreSQL similarity functions extension
pg_similarity is an extension to support similarity queries on PostgreSQL.
The extension consists of:
libwebpdecoder3
Library for the WebP graphics format (decode only)
This package provides the decoder functions for the WebP
graphics format as a shared library.
postgresql-16-partman
PostgreSQL Partition Manager
pg_partman is a PostgreSQL extension to create and manage both time-based and
serial-based table partition sets. Sub-partitioning is also supported. Child
table & trigger function creation is all managed by the extension itself.
Tables with existing data can also have their data partitioned in easily
managed smaller batches. Optional retention policy can automatically drop
partitions no longer needed. A background worker (BGW) process is included to
automatically run partition maintenance without the need of an external
scheduler (cron, etc) in most cases.