Commit Graph

13 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
b9fafa2ad6 databases/pgpool-II-37: Upgrade from 3.7.10 to 3.7.11
Changelog:

    Enhancements:
    - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
    - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
    - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
        - Make shutdownall to wait for completion of shutdown of Pgpool-II.
        - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
    - Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii)
    - Doc: add general description about failover. (Tatsuo Ishii)
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
    - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
    - Fix for keep the backend health check running on quarantined nodes. (Muhammad Usama)
    - Fix for no primary on standby pgpool when primary is quarantined on master. (Muhammad Usama)
    - Fix watchdog_setup command mode option to work correctly. (Takuma Hoshiai)
    - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
    - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
    - Fix off-by-one error in query cache module. (Tatsuo Ishii)
    - Allow health check process to reload. (Tatsuo Ishii)
    - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
    - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Doc: Fix documentation mistakes in follow_master.sh script and typos. (Bo Peng)
    - Fix health check process is not shutting down in certain cases. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix compile error on FreeBSD. (bug 512, bug 519) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)
    - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)

MFH:		2019Q3
2019-08-31 21:26:27 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Torsten Zuehlsdorff
f8bc0b3045 databases/pgpool-II-37: Upgrade from 3.7.9 to 3.7.10
Changelog

  Enhancements

    - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii)
    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
    - Doc: add restrictions entry. (Takuma Hoshiai)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Remove unused .sgml file. (Takuma Hoshiai)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng)
    - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii)
    - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

MFH:		2019Q2
2019-05-17 08:40:57 +00:00
Torsten Zuehlsdorff
94971d4a42 databases/pgpool-II-37: Upgrade from 3.7.8 to 3.7.9
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii, Yugo Nagata)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-7-9.html

MFH:		2019Q2
2019-04-08 07:12:39 +00:00
Torsten Zuehlsdorff
4ab362cfc3 databases/pgpool-II-37: Update from 3.7.7 to 3.7.8
Changelog:

- Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug. (Takuma Hoshiai)
- Doc: Fix configuration change timing regarding memory_cache_enabled. (Tatsuo Ishii)
- Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431) (Tatsuo Ishii)
- Reduce memory usage when large data set is returned from backend. (bug 462) (Tatsuo Ishii)
- Test: Fix syntax error in extended query test script. (Tatsuo Ishii)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458) (Tatsuo Ishii)
- Doc: Mention that schema qualifications cannot be used in white/black_function_list. (Tatsuo Ishii)
- Fix typo about wd_priority in watchdog_setup. (Takuma Hoshiai)
- Fix Pgpool child segfault if failover occurs when trying to establish a connection. (Tatsuo Ishii)
- Doc: fix typo in logdir description. (bug 453) (Tatsuo Ishii)
- Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query. (Tatsuo Ishii)
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448) (Tatsuo Ishii)
- Doc: Fix Japanese document typo in pcp_common_options. (Bo Peng)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-7-8.html

MFH:		2019Q1
2019-03-08 15:56:26 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Torsten Zuehlsdorff
32d07c5859 databases/pgpool-II-37: Upgrade from 3.7.6 to 3.7.7
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-7-7.html
2018-11-27 09:36:19 +00:00
Tobias Kortkamp
83c4868df4 databases/pgpool-II-* build fine with OpenSSL 1.1.1 too
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-3.4.20.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II35-3.5.17.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II36-3.6.13.log
http://beefy6.nyi.freebsd.org/data/120amd64-default/485373/logs/pgpool-II37-3.7.6.log
2018-11-22 09:32:45 +00:00
Jochen Neumeister
e763ffb43e Update to 3.7.6
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-7-6.html

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:53:44 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Torsten Zuehlsdorff
7e21b3fb7b databases/pgpool-II-37: Update from 3.7.4 to 3.7.5
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-7-5.html
2018-07-31 08:17:33 +00:00
Torsten Zuehlsdorff
46efff468a databases/pgpool-II-37: Update from 3.7.3 to 3.7.4
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-7-4.html
2018-06-27 11:03:24 +00:00
Torsten Zuehlsdorff
1ba25ff183 New port: databases/pgpool-II-37
Repo-copy of databases/pgpool-II-36

PR:           227481
Submitted by: Franco Ricci <franco.ricc@gmail.com>
2018-04-18 10:32:53 +00:00