notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/pgpool/distinfo
SVNWeb

Number of commits found: 23

Sun, 15 Mar 2020
[ 21:11 tz search for other commits by this committer ] Original commit   Revision:528501
databases/pgpool: Update from 3.4.25 to 3.4.26 and deprecated the port

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.

    * Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 31 Aug 2019
[ 21:12 tz search for other commits by this committer ] Original commit   Revision:510418
databases/pgpool: Update from 3.4.24 to 3.4.25

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.
    - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)

    Bug fixes:
    - 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)
    - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
    - Fix to deal with backslashes according to the config of
standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
    - Fix memory leaks. (Tatsuo Ishii)

MFH:		2019Q3
Fri, 17 May 2019
[ 08:30 tz search for other commits by this committer ] Original commit   Revision:501841
databases/pgpool: Upgrade from 3.4.23 to 3.4.24

Changelog:

  Enhancements

    - 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)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all
backend nodes are down. (bug 487) (Bo Peng)
    - 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)
    - The error occurred while processing error message returned from backend
and the cause is that the query string in question is too big. Problem is, the
buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use
palloced buffer instead. This also saves some memory copy work.
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma
Hoshiai)
    - Fix compiler warnings. (Tatsuo Ishii)

Changelog taken from:
http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html
Mon, 8 Apr 2019
[ 07:05 tz search for other commits by this committer ] Original commit   Revision:498348
databases/pgpool: Update from 3.4.22 to 3.4.23

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)

      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-4-23.html

MFH:		2019Q2
Fri, 8 Mar 2019
[ 15:51 tz search for other commits by this committer ] Original commit   Revision:495048
databases/pgpool: Upgrade from 3.4.21 to 3.4.22

Changelog:
- Doc: Fix configuration change timing regarding memory_cache_enabled.
- Fix online recovery failed due to client_idle_limit_in_recovery in certain
cases. (bug 431)
- Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
- Fix Pgpool child segfault if failover occurs when trying to establish a
connection.
- Fix Pgpool-II hang when idle_in_transaction_session_timeout = on.

MFH:		2019Q1
Tue, 27 Nov 2018
[ 09:33 tz search for other commits by this committer ] Original commit   Revision:485994
databases/pgpool: Upgrade from 3.4.20 to 3.4.21

Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-21.html
Thu, 15 Nov 2018
[ 21:46 joneum search for other commits by this committer ] Original commit   Revision:485051
Update to 3.4.20

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

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
Tue, 31 Jul 2018
[ 08:14 tz search for other commits by this committer ] Original commit   Revision:475975
databases/pgpool: Update from 3.4.18 to 3.4.19

Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-19.html
Wed, 27 Jun 2018
[ 11:01 tz search for other commits by this committer ] Original commit   Revision:473429
databases/pgpool: Update from 3.4.17 to 3.4.18

Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-18.html
Wed, 18 Apr 2018
[ 12:27 tz search for other commits by this committer ] Original commit   Revision:467708
databases/pgpool: Update from 3.4.16 to 3.4.17

Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-17.html
Wed, 21 Feb 2018
[ 10:56 tz search for other commits by this committer ] Original commit   Revision:462489
databases/pgpool: Upgrade from 3.4.11 to 3.4.16

Changelogs:
- http://www.pgpool.net/docs/latest/en/html/release-3-4-12.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-13.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-14.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-15.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-16.html
Mon, 15 May 2017
[ 13:48 tz search for other commits by this committer ] Original commit   Revision:440927
databases/pgpool: Update from 3.4.9 to 3.4.11

Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-10.html
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-11.html

PR: 206839
Thu, 2 Mar 2017
[ 12:24 tz search for other commits by this committer ] Original commit   Revision:435231
databases/pgpool: Update from 3.4.3 to 3.4.9

Changelog: http://www.pgpool.net/docs/pgpool-II-3.4.8/NEWS.txt
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-9.html

PR:           206839
Submitted by: Felix Hanley <felix@userspace.com.au>
Sun, 15 Nov 2015
[ 03:02 amdmi3 search for other commits by this committer ] Original commit   Revision:401653
- Update to 3.4.3
- Pass maintainership to submitter
- Update MASTERSITE and www
- Strip library

PR:		203769
Submitted by:	ports@toco-domains.de
Sun, 20 Mar 2011
[ 12:54 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 3505 ports in this commit are shown above. View all ports for this commit)
- Get Rid MD5 support
Wed, 5 Mar 2008
[ 07:19 nork search for other commits by this committer ] Original commit 
Update to 3.4.1.
Sun, 11 Feb 2007
[ 03:35 nork search for other commits by this committer ] Original commit 
Update to 3.2.
Thu, 14 Dec 2006
[ 22:19 miwi search for other commits by this committer ] Original commit 
- Update to 3.1.2

PR:             ports/106668
Submitted by:   Robert Gogolok<gogo@cs.uni-sb.de>
Approved by:    maintainer
Mon, 7 Aug 2006
[ 10:07 miwi search for other commits by this committer ] Original commit 
- Update to 3.1.1

PR:             ports/100788
Submitted by:   Robert Gogolok <gogo(at)cs.uni-sb.de>
Approved by:    krion (mentor), maintainer timeout
Fri, 14 Jul 2006
[ 01:56 clsung search for other commits by this committer ] Original commit 
- Update to version 3.1.

PR:             ports/100125
Submitted by:   Robert Gogolok <gogo_AT_cs dot uni-sb dot de>
Approved by:    maintainer (Choe, Cheng-Dae)
Mon, 15 May 2006
[ 09:14 lawrance search for other commits by this committer ] Original commit 
Update to 3.0.1.
Run as 'nobody' rather than root.

PR:             ports/96637
Submitted by:   Vivek Khera <vivek@khera.org>
Approved by:    Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Sun, 22 Jan 2006
[ 08:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
SHA256ify

Approved by:    krion@
Thu, 3 Nov 2005
[ 12:42 mnag search for other commits by this committer ] Original commit 
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:    http://pgpool.projects.postgresql.org/

PR:             87701
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com>

Number of commits found: 23