postgresql-13-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-13-pgpcre

Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL

This is a module for PostgreSQL that exposes Perl-compatible regular expressions (PCRE) functionality as functions and operators. It is based on the popular PCRE library.

postgresql-13-pointcloud

PostgreSQL extension for storing point cloud (LIDAR) data

LIDAR sensors quickly produce millions of points with large numbers of variables measured on each point. The challenge for a point cloud database extension is efficiently storing this data while allowing high fidelity access to the many variables stored.

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

postgresql-13-mysql-fdw

Postgres 13 Foreign Data Wrapper for MySQL

postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL.

usgs

Access the USGS inventory service -- CLI

USGS is a Python module for interfacing with the US Geological Survey's API. It provides submodules to interact with various endpoints, and command line utilities, helpful for building out large pipelines.