Personal patches
Go to file
Torsten Zuehlsdorff 2d9f03d58f MFH: r495052
databases/pgpool-II-40: Update from 4.0.2 to 4.0.3

Changelog:

- Skip over "host=" when getting info from conninfo string. (Bo Peng)
- 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)
- Fixed segfault when wd_lifecheck_method = 'query'. (bug 455) (Muhammad Usama)
- The fix was proposed by Muhammad Usama and some adjustments to the patch and testing is done by Yugo Nagata.
- 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 PAM authentication failed. (Takuma Hoshiai)
- 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)

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

Approved by:	ports-secteam (joneum)
2019-03-11 10:23:59 +00:00
accessibility
arabic
archivers MFH: r495180 2019-03-09 17:55:00 +00:00
astro
audio MFH: r493719 2019-02-23 17:35:07 +00:00
base
benchmarks
biology
cad
chinese MFH: r490846 2019-01-21 11:04:14 +00:00
comms
converters
databases MFH: r495052 2019-03-11 10:23:59 +00:00
deskutils
devel MFH: r495015 2019-03-08 04:18:43 +00:00
dns MFH: r493563 r493564 2019-02-22 08:54:04 +00:00
editors MFH: r491339 2019-01-27 13:55:07 +00:00
emulators MFH: r495087 2019-03-09 00:40:43 +00:00
finance
french
ftp MFH: r492389 2019-02-09 23:08:09 +00:00
games MFH: r493371 2019-02-19 16:14:04 +00:00
german
graphics MFH: r495223 2019-03-10 15:31:42 +00:00
hebrew
hungarian
irc MFH: r489674 2019-01-11 05:59:58 +00:00
japanese MFH: r492045 2019-02-03 10:53:43 +00:00
java
Keywords
korean
lang MFH: r495047 2019-03-11 09:04:58 +00:00
mail MFH: r495140 2019-03-09 12:40:49 +00:00
math
misc MFH: r494787 2019-03-06 11:45:30 +00:00
Mk MFH: r495190 2019-03-09 18:39:07 +00:00
multimedia MFH: r494455 2019-03-02 21:34:42 +00:00
net MFH: r494931 2019-03-07 13:39:36 +00:00
net-im MFH: r489686 r494706 2019-03-05 19:44:52 +00:00
net-mgmt MFH: r495081 2019-03-09 23:26:07 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print MFH: r494191 2019-02-28 21:41:11 +00:00
russian
science MFH: r491966 2019-02-02 17:55:19 +00:00
security MFH: r494031 r494996 2019-03-09 20:37:00 +00:00
shells MFH: r494837 2019-03-07 14:59:36 +00:00
sysutils MFH: r494786 2019-03-06 11:27:39 +00:00
Templates
textproc MFH: r491723 2019-02-01 19:47:16 +00:00
Tools
ukrainian
vietnamese
www MFH: r494854 2019-03-07 07:47:52 +00:00
x11 MFH: r489713 2019-02-18 17:07:57 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.