Port details |
- pgpool-II-41 Connection pool server for PostgreSQL
- 4.1.17 databases
=3 4.1.17Version of this port present on the latest quarterly branch. DEPRECATED: Upstream EOL reaches on 2024-10-31
This port expired on: 2024-12-31
- Maintainer: tz@FreeBSD.org
 - Port Added: 2020-03-29 21:55:55
- Last Update: 2025-01-01 12:22:43
- Commit Hash: 5733f04b
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- License: MIT
- WWW:
- https://pgpool.net/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pgpool-II41>0:databases/pgpool-II-41
- Conflicts:
- CONFLICTS_INSTALL:
- pgpool-II-[0-9][0-9]
- pgpool-II[0-9][0-9]
- No installation instructions:
- This port has been deleted.
- PKGNAME: pgpool-II41
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692247761
SHA256 (pgpool-II-4.1.17.tar.gz) = 9380669855e99f6db5bc2b9ec35884ad79458b5b8612e402559a6d810fde12fd
SIZE (pgpool-II-4.1.17.tar.gz) = 4521098
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.4.1 : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql16-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pgpool-II41-4.1.17:
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:11+ 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.17 01 Jan 2025 12:22:43
    |
Rene Ladan (rene)  |
databases/pgpool-II-41: Remove expired port
2024-12-31 databases/pgpool-II-41: Upstream EOL reaches on 2024-10-31 |
4.1.17 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
4.1.17 26 Oct 2023 20:34:04
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Extend EXPIRATION_DATE
The EOL for the branch has been extended so extend the DEPRECATION and
EXPIRATION_DATE accordingly.
See:
https://www.pgpool.net/mediawiki/index.php/EOL_information
Approved by: portmgr (blanket) |
4.1.17 17 Aug 2023 18:34:19
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.15=>4.1.17
- Mark DEPRECATED as upstream EOL reaches on 2023-12-31
- Set EXPIRATION_DATE 2023-12-31
Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-1-17.html
Approved by: tz (private mail)
Approved by: portmgr (blanket) |
4.1.15 17 May 2023 16:30:15
    |
Muhammad Moinur Rahman (bofh)  |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
4.1.15 15 Apr 2023 13:14:58
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
4.1.15 20 Feb 2023 15:46:44
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.14=>4.1.15
Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-1-15.html
Approved by: tz (mail)
Sponsored by: Bounce Experts |
4.1.14 31 Dec 2022 21:58:52
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.13=>4.1.14
Approved by: tx (by private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-14.html
Sponsored by: Bounce Experts |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.13 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.13 04 Sep 2022 19:03:52
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.12=>4.1.13
Approved by: tz (By private mail)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-13.html
Sponsored by: Bounce Experts |
4.1.12 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
4.1.12 27 Jun 2022 03:11:28
    |
Muhammad Moinur Rahman (bofh)  |
databases/pgpool-II-41: Update version 4.1.10=>4.1.12
Approved by: tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-12.html
Sponsored by: Bounce Experts |
4.1.10 26 Dec 2021 19:05:19
    |
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 |
4.1.6 29 Oct 2021 09:50:18
    |
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) |
4.1.6 11 May 2021 16:42:32
    |
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 |
4.1.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
4.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.1.2 15 Jul 2020 18:14:38
  |
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 ) |
4.1.1 29 Mar 2020 21:48:13
  |
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> |