Port details |
- pgpool-II-41 Connection pool server for PostgreSQL
- 4.1.10 databases
=1 4.1.6Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
 - Port Added: 2020-03-29 21:55:55
- Last Update: 2021-12-26 19:05:19
- Commit Hash: 3a30223
- People watching this port, also watch:: zrep
- License: MIT
- Description:
- pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
WWW: https://pgpool.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pgpool-II41>0:databases/pgpool-II-41
- For LIB depends:
- libpcp.so:databases/pgpool-II-41
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/pgpool-II-41/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgpool-II-41
- pkg install pgpool-II41
- PKGNAME: pgpool-II41
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1640294007
SHA256 (pgpool-II-4.1.10.tar.gz) = 420b8e1ddd828ee8c35e45614f48f8c3c6833c258ea9ea5ee0f48561cb6c278f
SIZE (pgpool-II-4.1.10.tar.gz) = 4349702
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql13-client
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for pgpool-II41-4.1.10:
DOCS=on: Build and/or install documentation
MEMCACHED=off: Use memcached for in memory query cache
PAM=off: Build with PAM support
SSL=on: Build with OpenSSL support
===> Use 'make config' to modify these settings
- Options name:
- databases_pgpool-II-41
- USES:
- gmake libtool pgsql:9.6+ ssl
- pkg-message:
- For install:
- In order to start pgpool you need some more configuration:
# sysrc -f /etc/rc.conf pgpool_enable="YES"
# sysrc -f /etc/rc.conf pgpool_user="root"
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Dec 2021 19:05:19 4.1.10
|
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.6=>4.1.10
Approved by: tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-10.html
Sponsored by: Bounce Experts |
29 Oct 2021 09:50:18 4.1.6
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
11 May 2021 16:42:32 4.1.6
|
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.2=>4.1.6
- Pet portlint
- Fix pkg-plist. Except the default pgpool.conf.sample other
pgpool.conf.sample* represents different configurations for different
scenario. Only the pgpool.conf.sample should create a corresponding
pgpool.conf file. Hence removing the @sample directive for the other
pgpool.conf.sample*
Approved by: tz
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-6.html
Sponsored by: Bounce Experts
Differential Revision: https://reviews.freebsd.org/D30177 |
07 Apr 2021 08:09:01 4.1.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 4.1.2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.1.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Jul 2020 18:14:38
4.1.2
|
tz  |
databases/pgpool-II-41: Upgrade from 4.1.1 to 4.1.2
Changelog: Bug fixes
Fix build error on some system (Fedora 32). (Tatsuo Ishii)
Doc: Add note about if_up_cmd and if_down_cmd command. (Bo Peng)
Fix pgpool ssl front end accept all ciphers. (bug 608) (Muhammad Usama)
Downgrade too verbose authentication logs. (Tatsuo Ishii)
Fix unnecessary checks. (Tatsuo Ishii)
Doc: Fix typo. (Tatsuo Ishii) (Only the first 15 lines of the commit message are shown above ) |
29 Mar 2020 21:48:13
4.1.1
|
tz  |
New port: databases/pgpool-II-41
Repocopy databases/pgpool-II-40 and modify it to introduce
new pgpool version 4.1.x.
Major enhancements in Pgpool-II 4.1 include:
* Statement level load balancing.
* Auto failback.
* Enhance performance in number of areas.
* Shared relation cache allows to reuse relation cache among sessions to
reduce internal queries against PostgreSQL system catalogs.
* Have separate SQL parser for DML statements to eliminate unnecessary
parsing effort.
* Load balancing control for specific queries.
* Reduce Internal Queries against System Catalogs.
* Import PostgreSQL 12 SQL parser.
PR: 244646
Submitted by: Franko Ricci <franco.ricc@gmail.com> |
Number of commits found: 8
|