Wed, 15 May 2024 09:47:04 UTC | login

Information for build postgresql-pgpool-II-3.7.4-2.fc29

ID65101
Package Namepostgresql-pgpool-II
Version3.7.4
Release2.fc29
Epoch
SummaryPgpool is a connection pooling/replication server for PostgreSQL
Descriptionpgpool-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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Jul 2018 06:21:09 UTC
CompletedThu, 26 Jul 2018 08:25:30 UTC
Taskbuild (f29-candidate, postgresql-pgpool-II-3.7.4-2.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
postgresql-pgpool-II-3.7.4-2.fc29.src.rpm (info) (download)
riscv64
postgresql-pgpool-II-3.7.4-2.fc29.riscv64.rpm (info) (download)
postgresql-pgpool-II-devel-3.7.4-2.fc29.riscv64.rpm (info) (download)
postgresql-pgpool-II-extensions-3.7.4-2.fc29.riscv64.rpm (info) (download)
postgresql-pgpool-II-debuginfo-3.7.4-2.fc29.riscv64.rpm (info) (download)
postgresql-pgpool-II-debugsource-3.7.4-2.fc29.riscv64.rpm (info) (download)
postgresql-pgpool-II-extensions-debuginfo-3.7.4-2.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 12 2018 Jozef Mlich <imlich@fit.vutbr.cz> - 3.7.4-1 - update to 3.7.4, per release notes: http://www.pgpool.net/docs/latest/en/html/release-3-7-4.html * Tue Apr 17 2018 Jozef Mlich <imlich@fit.vutbr.cz> - 3.7.3-1 - update to 3.7.3, per release notes: http://www.pgpool.net/docs/latest/en/html/release-3-7-3.html * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.7.1-2 - Rebuilt for switch to libxcrypt * Tue Jan 09 2018 Jozef Mlich <imlich@fit.vutbr.cz> - 3.7.1-1 - update to 3.7.1, per release notes: http://www.pgpool.net/docs/latest/en/html/release-3-7-1.html * Wed Nov 22 2017 Jozef Mlich <imlich@fit.vutbr.cz> - 3.7.0-1 - update to 3.7.0, per release notes: http://www.pgpool.net/docs/latest/en/html/release-3-7.html * Wed Nov 08 2017 Pavel Raiskup <praiskup@redhat.com> - 3.6.7-1 - update to 3.6.7, per release notes: http://www.pgpool.net/docs/latest/en/html/release-3-6-7.html * Tue Oct 10 2017 Pavel Raiskup <praiskup@redhat.com> - 3.6.5-4 - rebuild for PostgreSQL 10 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 11 2017 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.5-1 - rebuild for pgpool 3.6.5 see http://www.pgpool.net/docs/pgpool-II-3.6.5/doc/en/html/release-3-6-5.html * Thu May 11 2017 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.4-1 - rebuild for pgpool 3.6.4 * Fri Apr 28 2017 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.3-1 - rebuild for pgpool 3.6.3 * Fri Mar 17 2017 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.2-1 - rebuild for pgpool 3.6.2 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 26 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.1-1 - rebuild for pgpool 3.6.1 * Mon Nov 21 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 3.6.0-1 - rebuild for pgpool 3.6.0 Improve the behavior of fail-over. New PGPOOL SET command has been introduced. Watchdog is significantly enhanced. Handling of extended query protocol (e.g. used by Java applications) in streaming replication mode speeds up if many rows are returned in a result set. Import parser of PostgreSQL 9.6. In some cases pg_terminate_backend() now does not trigger a fail-over. Change documentation format from raw HTML to SGML. * Mon Oct 10 2016 Pavel Raiskup <praiskup@redhat.com> - 3.5.4-3 - bump: build in rawhide done too early * Mon Oct 10 2016 Petr Kubat <pkubat@redhat.com> - 3.5.4-2 - Rebuild for PostgreSQL 9.6.0 * Wed Aug 31 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 3.5.4-1 - rebuild for pgpool 3.5.4 see http://www.pgpool.net/docs/pgpool-II-3.5.4/NEWS.txt