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.

non port: databases/pgpool-II-41/pkg-plist

Number of commits found: 3

Tuesday, 11 May 2021
16:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 45438e7
Wednesday, 15 Jul 2020
18:14 tz search for other commits by this committer
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)

    Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)

    Fix a warning message is never output in watchdog. (Tatsuo Ishii)

    Doc: Fix typo. (Tatsuo Ishii, Bo Peng)

    Fix Pgpool-II hangs when an Execute message is issued right after Sync
message and query cache hits. (Tatsuo Ishii)

    Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo
Ishii)

    Fix SCRAM auth handling bug. (bug 595) (Tatsuo Ishii)

    Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)

    Fix watchdog ping probes fail with long hostnames due to small buffer. (bug
516) (Bo Peng)

    Doc: Enhance documents. (Tatsuo Ishii)

    Fix "last status change" timestamp is not set properly. (Tatsuo Ishii)

Sponsored by:	Bounce Experts
Original commitRevision:542279 
Sunday, 29 Mar 2020
21:48 tz search for other commits by this committer
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>
Original commitRevision:529842 

Number of commits found: 3