Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.
C
349
230 commits
updated Sep 14, 2026
This repository contains a collection of plugins and extensions for PostgreSQL that can be used as templates for more extensive work, like:
Simply run the following command with pg_config in PATH:
make install
All the sub-commands 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. Each module is maintained to be compatible with the latest version of PostgreSQL.
pg_plugins is free software distributed under the PostgreSQL Licence.
Copyright (c) 1996-2026, PostgreSQL Global Development Group
The modules stored in this repository have been written and are being maintained by Michael Paquier, PostgreSQL committer.
C
91.3%
Makefile
3.7%
Lex
1.1%
Shell
1.0%
Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.
C
349
230 commits
updated Sep 14, 2026
This repository contains a collection of plugins and extensions for PostgreSQL that can be used as templates for more extensive work, like:
Simply run the following command with pg_config in PATH:
make install
All the sub-commands 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. Each module is maintained to be compatible with the latest version of PostgreSQL.
pg_plugins is free software distributed under the PostgreSQL Licence.
Copyright (c) 1996-2026, PostgreSQL Global Development Group
The modules stored in this repository have been written and are being maintained by Michael Paquier, PostgreSQL committer.
C
91.3%
Makefile
3.7%
Lex
1.1%
Shell
1.0%