pgpool-II 2.2 and pgpoolAdmin 2.2 are released

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgpool-II 2.2 and pgpoolAdmin 2.2 are released
Date: 2009-03-02 13:57:55
Message-ID: 20090302.225755.77426820.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Pgpool Development Group is pleased to announce the availability of
pgpool-II 2.2.

pgpool-II is a synchronous replication middle ware for PostgreSQL 7.3
or later.

Also pgpoolAdmin 2.2, a GUI tool for pgpool-II 2.2 is available now.

http://pgfoundry.org/frs/download.php/2108/pgpool-II-2.2.tar.gz
http://pgfoundry.org/frs/download.php/2109/pgpoolAdmin-2.2.tar.gz

This version enhances SERIAL data type handling and on line
recovery. Also an important bug, serializable transactions could cause
data inconsistency among DB nodes, is fixed. Query cancelation, which
never worked since pgpool-II was born, is finally fixed.

Here are new features of pgpool-II 2.2:

- With insert_lock, now a table is locked only if it has SERIAL data
type and now the default value for insert_lock is true(Tatsuo)

- Start internal transaction other than INSERT, UPDATE, DELETE and
SELECT to keep node consistency(Tatsuo)

- Add client_idle_limit_in_recovery directive. This will prevent 2nd
stage of on line recovery from not going forward by idle clients
sitting forever(Tatsuo)

- Add pid_file_name directive which specifies a path to the file
containing pgpool process id. "logdir" is no more used(Tatsuo)

- Allow to load balance DECLARE, FETCH and CLOSE(Tatsuo)

- Add -d option to pcp commands(Jun Kuriyama)
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Browse pgsql-announce by date

  From Date Subject
Next Message Gavin M. Roy 2009-03-02 19:13:21 Golconde 0.4 Released
Previous Message SQL Maestro Group 2009-03-02 09:16:30 PostgreSQL Maestro 9.2 released