All Projects → michaelpq → Pg_plugins

michaelpq / Pg_plugins

Licence: other
Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.

Programming Languages

c
50402 projects - #5 most used programming language

pg_plugins, set of plugin templates for PostgreSQL

This repository contains a collection of plug-ins for PostgreSQL that can be used as templates for more extensive work, like:

  • Custom background workers that have been introduced in PostgreSQL 9.3
  • Logical decoding plug-ins
  • Custom logging formats
  • Containers
  • Hook examples with custom logs
  • Extensions
  • Table access methods
  • etc.

Installation

Simply run the following command with pg_config in PATH:

make install

All the subcommands of PGXS are available as well. Note that some modules may fail to compile because of missing dependencies or a version of PostgreSQL code incompatible with the module. You may want to compile individually modules if that is the case. In all cases each plugin is maintained to be compatible with the latest version of PostgreSQL.

LICENSE

pg_plugins is free software distributed under the PostgreSQL Licence.

Copyright (c) 1996-2021, PostgreSQL Global Development Group

Developer

The set of modules present in this repository have been written and are being maintained by Michael Paquier.

Bug Report: https://github.com/michaelpq/pg_plugins/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].