Subject: CVS commit: pkgsrc/databases/pgpool2
From: Thomas Klausner
Date: 2021-04-28 11:18:55
Message id: 20210428091855.C9AECFA95@cvs.NetBSD.org

Log Message:
pgpool2: update to 4.2.2.

Based on a diff provided by Mustafa Dogan.

4.2.1 and 4.2.2 are bugfix releases.

4.2 contains new features and enhancements, including:

    Some items in the configuration file pgpool.conf are vastly
    enhanced for easier configuration and administration.

    Implement logging_collector for easier log management.

    Implement log_disconnections to collect disconnection logs.

    Implement pg_enc and pg_md5 to allow to register multiple
    passwords at once.

    Allow to show statistics of health check by using SHOW
    POOL_HEALTH_CHECK_STATS command, and also allow to show statistics
    of issued SQL by using SHOW POOL_BACKEND_STATS command.

    New PCP command pcp_reload_config is added.

    Now it is possible to omit write_function_list and
    read_only_function_list by looking at system catalog information.

    Add new clustering mode snapshot_isolation_mode which guarantees
    not only data modifications to multiple PostgreSQL but read
    consistency.

    Support LDAP authentication between clients and Pgpool-II.

    Add ssl_crl_file and ssl_passphrase_command to SSL configuration.

    Import PostgreSQL 13's SQL parser.

Files:
RevisionActionfile
1.8modifypkgsrc/databases/pgpool2/Makefile
1.3modifypkgsrc/databases/pgpool2/PLIST
1.4modifypkgsrc/databases/pgpool2/distinfo
1.4modifypkgsrc/databases/pgpool2/patches/patch-configure
1.2modifypkgsrc/databases/pgpool2/patches/patch-src_include_pool.h
1.3modifypkgsrc/databases/pgpool2/patches/patch-src_sample_pgpool.conf.sample
1.2modifypkgsrc/databases/pgpool2/patches/patch-src_watchdog_wd__escalation.c
1.1addpkgsrc/databases/pgpool2/patches/patch-src_auth_pool__hba.c
1.1addpkgsrc/databases/pgpool2/patches/patch-src_include_utils_fe__ports.h
1.1addpkgsrc/databases/pgpool2/patches/patch-src_main_pgpool__main.c
1.1addpkgsrc/databases/pgpool2/patches/patch-src_tools_pgproto_read.c