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.
libgnuradio-fft3.10.7
gnuradio fast Fourier transform functions
Library for Fourier transform techniques used in gnuradio.
Uses single precision FFT from libfftw3-single3.
Part of the main gnuradio build.
gdc-11-multilib-x86-64-linux-gnux32
GNU D compiler (version 2, multilib support) (cross compiler for x32 architectur
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
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.
libgnuradio-dtv3.10.7
gnuradio digital TV signal processing blocks
ATSC support, gr-atsc ported to a new framework, as well as
DVB-S2, DVB-T, DVB-T2 digital video broadcast standards.
Part of the main gnuradio build.
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.