Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelpq/pg_plugins
Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.
https://github.com/michaelpq/pg_plugins
Last synced: 5 days ago
JSON representation
Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.
- Host: GitHub
- URL: https://github.com/michaelpq/pg_plugins
- Owner: michaelpq
- License: other
- Created: 2013-03-26T04:32:44.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:53:49.000Z (6 days ago)
- Last Synced: 2024-11-08T08:34:45.257Z (6 days ago)
- Language: C
- Homepage:
- Size: 5.92 MB
- Stars: 332
- Watchers: 24
- Forks: 67
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-postgres-hacking - pg_plugins - Michael Paquier - Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc. (Core Hacking / Tools)
- awesome-postgres-hacking - pg_plugins - Michael Paquier - Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc. (Core Hacking / Tools)
README
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-2024, PostgreSQL Global Development Group
Developer
---------The set of modules present in this repository have been written and are
being maintained by Michael Paquier.- Twitter: http://twitter.com/michaelpq
- Blog: http://paquier.xyzBug Report: .