notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pgpool-II-43 Connection pool server for PostgreSQL (4.3.X branch)
4.3.9 databases on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3.9Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-12-28 01:30:07
Last Update: 2024-02-29 19:52:18
Commit Hash: 04e48cb
People watching this port, also watch:: zrep
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (48 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pgpool-II-43-4.3.9/catalog.mk
  3. /usr/local/share/licenses/pgpool-II-43-4.3.9/LICENSE
  4. /usr/local/share/licenses/pgpool-II-43-4.3.9/MIT
  5. bin/pcp_attach_node
  6. bin/pcp_detach_node
  7. bin/pcp_health_check_stats
  8. bin/pcp_node_count
  9. bin/pcp_node_info
  10. bin/pcp_pool_status
  11. bin/pcp_proc_count
  12. bin/pcp_proc_info
  13. bin/pcp_promote_node
  14. bin/pcp_recovery_node
  15. bin/pcp_reload_config
  16. bin/pcp_stop_pgpool
  17. bin/pcp_watchdog_info
  18. bin/pg_enc
  19. bin/pg_md5
  20. bin/pgpool
  21. bin/pgpool_setup
  22. bin/pgproto
  23. bin/watchdog_setup
  24. bin/wd_cli
  25. @sample etc/escalation.sh.sample
  26. @sample etc/failover.sh.sample
  27. @sample etc/follow_primary.sh.sample
  28. @sample etc/pcp.conf.sample
  29. @sample etc/pgpool.conf.sample
  30. @sample etc/pgpool_remote_start.sample
  31. @sample etc/pool_hba.conf.sample
  32. @sample etc/replication_mode_recovery_1st_stage.sample
  33. @sample etc/replication_mode_recovery_2nd_stage.sample
  34. etc/recovery_1st_stage.sample
  35. include/libpcp_ext.h
  36. include/pcp.h
  37. include/pool_process_reporting.h
  38. include/pool_type.h
  39. lib/libpcp.a
  40. lib/libpcp.so
  41. lib/libpcp.so.2
  42. lib/libpcp.so.2.0.0
  43. share/pgpool-II/insert_lock.sql
  44. share/pgpool-II/pgpool.pam
  45. @dir /var/run/pgpool
  46. @owner
  47. @group
  48. @mode
Collapse this list.
Dependency lines:
  • pgpool-II-43>0:databases/pgpool-II-43
Conflicts:
CONFLICTS_INSTALL:
  • pgpool-II-[0-9][0-9]
  • pgpool-II[0-9][0-9]
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-43/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pgpool-II-43
  • pkg install pgpool-II-43
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pgpool-II-43
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709225967 SHA256 (pgpool-II-4.3.9.tar.gz) = 955918b5c31dd0faf6ebaa2477d38e22d8336ea454d5e5234de0c7846eca982e SIZE (pgpool-II-4.3.9.tar.gz) = 4953346

Packages (timestamps in pop-ups are UTC):
pgpool-II-43
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.94.3.9-4.3.94.3.9---
FreeBSD:13:quarterly4.3.84.3.84.3.64.3.84.3.94.3.84.3.84.3.8
FreeBSD:14:latest4.3.94.3.94.3.44.3.94.3.94.3.6-4.3.6
FreeBSD:14:quarterly4.3.84.3.9-4.3.84.3.94.3.84.3.84.3.8
FreeBSD:15:latest4.3.94.3.9n/a4.3.8n/a4.3.84.3.84.3.8
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libpq.so.5 : databases/postgresql15-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pgpool-II-43-4.3.9: 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-43
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:
Expand this list (1 items)
Collapse this list.
  1. http://www.pgpool.net/mediawiki/images/
Collapse this list.
Port Moves
  • port moved here from databases/pgpool-II-37 on 2022-12-30
    REASON: Has expired: Upstream EOL reaches on 2022-11 use pgpool-II-43

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.9
29 Feb 2024 19:52:18
commit hash: 04e48cbeb24b5076f8e3ef9d61c18cfd43cdecc3commit hash: 04e48cbeb24b5076f8e3ef9d61c18cfd43cdecc3commit hash: 04e48cbeb24b5076f8e3ef9d61c18cfd43cdecc3commit hash: 04e48cbeb24b5076f8e3ef9d61c18cfd43cdecc3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.8=>4.3.9

Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-9.html
4.3.8
01 Dec 2023 10:56:06
commit hash: d4bb1c041f120990fc8a5ca29dd6806bc782e6d5commit hash: d4bb1c041f120990fc8a5ca29dd6806bc782e6d5commit hash: d4bb1c041f120990fc8a5ca29dd6806bc782e6d5commit hash: d4bb1c041f120990fc8a5ca29dd6806bc782e6d5 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.7=>4.3.8

Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-8.html
4.3.7
17 Aug 2023 04:33:23
commit hash: fe4645c92b895d6fb15b3bd86c912a2cf3302046commit hash: fe4645c92b895d6fb15b3bd86c912a2cf3302046commit hash: fe4645c92b895d6fb15b3bd86c912a2cf3302046commit hash: fe4645c92b895d6fb15b3bd86c912a2cf3302046 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.6=>4.3.7

Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-7.html
4.3.6
18 May 2023 18:10:18
commit hash: c96d5af9a6f3ebaa0f4b69bed6d561c9943d6c27commit hash: c96d5af9a6f3ebaa0f4b69bed6d561c9943d6c27commit hash: c96d5af9a6f3ebaa0f4b69bed6d561c9943d6c27commit hash: c96d5af9a6f3ebaa0f4b69bed6d561c9943d6c27 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.5=>4.3.6

Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-6.html
4.3.5
17 May 2023 16:30:15
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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.3.5
15 Apr 2023 13:14:58
commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove pointers to EOLed pgsql versions

- Remove dotted pgsql versions

Approved by:	portmgr
4.3.5
24 Mar 2023 14:07:03
commit hash: 1dffebc49f3ea274ad34bcc9e4b498c610caa78acommit hash: 1dffebc49f3ea274ad34bcc9e4b498c610caa78acommit hash: 1dffebc49f3ea274ad34bcc9e4b498c610caa78acommit hash: 1dffebc49f3ea274ad34bcc9e4b498c610caa78a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Fix BUILD on HEAD
4.3.5
01 Feb 2023 14:38:17
commit hash: 1d2b3978f311a7b9d34d9531f81901cb4f0a8b78commit hash: 1d2b3978f311a7b9d34d9531f81901cb4f0a8b78commit hash: 1d2b3978f311a7b9d34d9531f81901cb4f0a8b78commit hash: 1d2b3978f311a7b9d34d9531f81901cb4f0a8b78 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.4=>4.3.5

Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-5.html
4.3.4
31 Dec 2022 21:58:54
commit hash: 483663e5dfda5cac3bd381a1d94290e2b2562381commit hash: 483663e5dfda5cac3bd381a1d94290e2b2562381commit hash: 483663e5dfda5cac3bd381a1d94290e2b2562381commit hash: 483663e5dfda5cac3bd381a1d94290e2b2562381 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.3=>4.3.4

Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-4.html
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.3.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.3.3
29 Aug 2022 09:43:53
commit hash: 80b1b3add27fdaed0212c89bcd7bd474c4adca1acommit hash: 80b1b3add27fdaed0212c89bcd7bd474c4adca1acommit hash: 80b1b3add27fdaed0212c89bcd7bd474c4adca1acommit hash: 80b1b3add27fdaed0212c89bcd7bd474c4adca1a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.2=>4.3.3

Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-3.html
4.3.2
29 Jun 2022 15:57:40
commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in the databases category

Approved by:	portmgr (implicit)
4.3.2
21 May 2022 00:52:52
commit hash: d51c5f4350133cfebbf34f2dfba0fde7938fcdb6commit hash: d51c5f4350133cfebbf34f2dfba0fde7938fcdb6commit hash: d51c5f4350133cfebbf34f2dfba0fde7938fcdb6commit hash: d51c5f4350133cfebbf34f2dfba0fde7938fcdb6 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.1=>4.3.2

Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-2.html
4.3.1
18 Feb 2022 14:23:09
commit hash: 352e7160fbb1e12db4386816baeb413a3012ee88commit hash: 352e7160fbb1e12db4386816baeb413a3012ee88commit hash: 352e7160fbb1e12db4386816baeb413a3012ee88commit hash: 352e7160fbb1e12db4386816baeb413a3012ee88 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: Update version 4.3.0=>4.3.1

Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-1.html
4.3.0
28 Dec 2021 01:27:04
commit hash: 9afad415443b91904c5499a0acebc94e9d1116d3commit hash: 9afad415443b91904c5499a0acebc94e9d1116d3commit hash: 9afad415443b91904c5499a0acebc94e9d1116d3commit hash: 9afad415443b91904c5499a0acebc94e9d1116d3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-43: New Port

Connection pool server for PostgreSQL (4.3.X branch)

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/

Relnotes: https://www.pgpool.net/docs/43/en/html/release-4-3-0.html
Sponsored by:	Bounce Experts

Number of commits found: 16