postgresql-17-jsquery

PostgreSQL JSON query language with GIN indexing support

JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.

postgresql-17-pgq3

Generic queue for PostgreSQL

This extension provides generic queues for PostgreSQL.

python3-pycec

Library for HDMI-CEC communication

This library provides an interface for communicating with HDMI-CEC devices. It enables sending and receiving HDMI-CEC signals, allowing for control over various HDMI-enabled devices such as TVs, soundbars, and AV receivers. Users can switch inputs, power devices on and off, and manage volume settings. It supports the definition of devices in configuration files, making it easier to map HDMI ports to device names. This library also includes the capability to bridge CEC commands over a TCP network. Use cases include integrating HDMI-CEC functionality into automation systems or centralizing control of multiple HDMI devices.

postgresql-17-pgfincore

set of PostgreSQL functions to manage blocks in memory

Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation.

postgresql-17-pgpool2

connection pool server and replication proxy for PostgreSQL - modules

pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 17 server:

postgresql-17-pgq-node

Cascaded queueing on top of PgQ

PgQ provides generic queues for PostgreSQL. It allows multiple queues in one database, each queue can be consumed by multiple consumers.