ruby-syslog-logger
improved Logger replacement that logs to syslog
Logger::Syslog is a Logger replacement that logs to syslog. It is almost
drop-in with a few caveats. Add Logger::Syslog to your Rails production
environment to aggregate logs between multiple machines.
postgresql-13-preprepare
pre prepare your PostgreSQL statements server side
The pre_prepare module for PostgreSQL aims to prepare all your statements as
soon as possible and in a way that allows client queries not to bother at all
and just call EXECUTE.
remote-logon-service
DBus service for tracking available remote logon servers
The 'remote-logon-service' DBus service obtains its data from the Python
script 'remote-logon-config-agent'. The retrieved information is then
handed over to Arctica Greeter.
qml-module-org-kde-kirigami-addons-formcard
formcard module for QML
This package contains the treeview QML module.
A runtime QML module providing formcard utilities.
qml-module-org-kde-kirigami-addons-settings
settings module for QML
This package contains the treeview QML module.
A runtime QML module providing settings utilities.
postgresql-13-repack
reorganize tables in PostgreSQL databases with minimal locks
pg_repack is a PostgreSQL extension which lets you remove bloat from tables
and indexes, and optionally restore the physical order of clustered indexes.
Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
lock on the processed tables during processing. pg_repack is efficient to
boot, with performance comparable to using CLUSTER directly.