pgpool-II-95 - Pgpool is a connection pooling/replication server for PostgreSQL
Website: | http://pgpool.net |
---|---|
License: | BSD |
- Description:
pgpool-II is a inherited project of pgpool (to classify from pgpool-II, it is sometimes called as pgpool-I). For those of you not familiar with pgpool-I, it is a multi-functional middle ware for PostgreSQL that features connection pooling, replication and load balancing functions. pgpool-I allows a user to connect at most two PostgreSQL servers for higher availability or for higher search performance compared to a single PostgreSQL server. pgpool-II, on the other hand, allows multiple PostgreSQL servers (DB nodes) to be connected, which enables queries to be executed simultaneously on all servers. In other words, it enables "parallel query" processing. Also, pgpool-II can be started as pgpool-I by changing configuration parameters. pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I.
Packages
pgpool-II-95-3.5.7-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim Gündüz (2017-05-06):
- Update to 3.5.7 |
pgpool-II-95-3.5.6-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim Gündüz (2017-03-17):
- Update to 3.5.6 |
pgpool-II-95-3.5.5-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim Gündüz (2016-12-26):
- Update to 3.5.5 |
pgpool-II-95-3.5.4-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim Gündüz (2016-09-02):
- Update to 3.5.4 |
pgpool-II-95-3.5.3-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim Gündüz (2016-07-04):
- Update to 3.5.3 |
pgpool-II-95-3.5.2-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim GUNDUZ (2016-04-28):
- Update to 3.5.2 |
pgpool-II-95-3.5.1-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim GUNDUZ (2016-04-05):
- Update to 3.5.1 |
pgpool-II-95-3.5.0-1.rhel5.src [2.1 MiB] |
Changelog
by Devrim GUNDUZ (2016-02-09):
- Update to 3.5.0 - Add pgpool_adm to extensions subpackage. |
pgpool-II-95-3.4.3-4.rhel5.src [2.1 MiB] |
Changelog
by Devrim GUNDUZ (2016-01-11):
- Second time in a row: Fix typo in init script. Per report from Ryan Shoemaker. |
pgpool-II-95-3.4.3-3.rhel5.src [2.1 MiB] |
Changelog
by Devrim GUNDUZ (2015-12-09):
- Fix typo in init script. Per report from Ryan Shoemaker. |
pgpool-II-95-3.4.3-2.rhel5.src [2.1 MiB] |
Changelog
by Jeff Frost (2015-09-17):
- Bring init script in line with pgpool community init script |