postgresql-15-pg-qualstats

PostgreSQL extension to gather statistics about predicates.

This extensions tracks WHERE clauses predicates and JOIN predicates. Statistics will report whether the predicate was evaluated as an index scan or not, how many time the expression appeared, how many times the operator was executed and how filtering the expression is. If pg_stat_statements is enabled, it can also track to which statements the predicate belongs.

postgresql-15-dirtyread

Read dead but unvacuumed tuples from a PostgreSQL relation

The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a PostgreSQL relation.

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

libstdc++-13-pic-m68k-cross

GNU Standard C++ Library v3 (shared library subset kit) (m68k)

This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems.

python3-kgb

Utilities for spying on function calls in Python unit tests

Spies intercept and record calls to functions. They can report on how many times a function was called and with what arguments. They can allow the function call to go through as normal, to block it, or to reroute it to another function.

python3-arabic-reshaper

reshape isolated Arabic characters and replace them with their correct shapes

Arabic characters in the isolated form, i.e. every character rendered regardless of its surroundings, need to be reshaped and replaced with their correct shapes according to their surroundings. Using this library helps with the reshaping.