Subject: CVS commit: wip/pgpool2
From: Filip Hajny
Date: 2014-01-07 16:47:07
Message id: E1W0YsI-0003Di-43@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Update pgpool2 to 3.3.2

Notable changes in 3.3.0:
- Default monitoring method was changed from query mode to heartbeat mode.
- Failover/failback commands are executed in only one pgpool-II.
- In default, all the query caches on shared memory are cleared when
  standby pgpool-II escalates to active.
- Database name, user name, and password used for monitring other
  pgpool-II by query are specified by dedicated parameters.
- Import PostgreSQL 9.2 raw parser.
- Add a tool called pgpool_setup to set up pgpool-II and PostgreSQL
  temporary installation in current directory for *testing* purpose.
- Support installation method using CREATE EXTENSION for pgpool-recovery
  and pgpool-regclass.
- Add a function "pgpool_pgctl()" which enebles to execute
  pg_ctl stop/restart/reload (except for start) by SQL.
- Add new parameter "search_primary_node_timeout".

Full changelog:

http://www.pgpool.net/docs/pgpool-II-3.3.2/NEWS.txt

Files:
RevisionActionfile
1.4modifywip/pgpool2/Makefile
1.3modifywip/pgpool2/PLIST
1.2modifywip/pgpool2/distinfo
1.2modifywip/pgpool2/patches/patch-configure