Source code repository: Difference between revisions

From pgpool Wiki
Jump to navigation Jump to search
Created page with "== Source code repository == Pgpool source repository is managed by [http://git.postgresql.org/gitweb PostgreSQL's git repository]. * [http://git.postgresql.org/gitweb/?p=pgpool2..."
 
No edit summary
Line 1: Line 1:
== Source code repository ==
== Source code repository ==
Pgpool source repository is managed by [http://git.postgresql.org/gitweb PostgreSQL's git repository].
Pgpool source code repository is managed by [http://git.postgresql.org/gitweb PostgreSQL's git repository].
* [http://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary pgpool-II git repository]
* [http://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary pgpool-II git repository]
* [http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=summary pgpoolAdmin git repository]
* [http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=summary pgpoolAdmin git repository]
* [http://git.postgresql.org/gitweb/?p=pgpoolha.git;a=summary pgpool-HA git repository]
* [http://git.postgresql.org/gitweb/?p=pgpoolha.git;a=summary pgpool-HA git repository]
* [http://git.postgresql.org/gitweb/?p=pgpool1.git;a=summary pgpool-I git repository] (legacy version of pgpool. Not maintained anymore)
* [http://git.postgresql.org/gitweb/?p=pgpool1.git;a=summary pgpool-I git repository] (legacy version of pgpool. Not maintained anymore)

Revision as of 13:05, 12 November 2011

Source code repository

Pgpool source code repository is managed by PostgreSQL's git repository.