postgresql-17-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-17-pg-permissions

see all permissions in a PostgreSQL database

pg_permissions is a simple set of views to see all permissions in a PostgreSQL database.

node-core-js-bundle

Modular version of core-js to load only required features

core-js is a modular standard library for JavaScript. Includes polyfills for ECMAScript up to 2021: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals. With core-js-bundle, one can load only required features or use it without global namespace pollution.

libhdf5-openmpi-cpp-103-1t64

HDF5 - C++ runtime files - OpenMPI version - unsupported

Hierarchical Data Format 5 (HDF5) is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O.

postgresql-17-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.

libcangjie3

Cangjie input method library

This is a library that provides functions related to the Cangjie Chinese input method.