[Pgpool-general] pgpool 2.6 released

Tatsuo Ishii t-ishii at sra.co.jp
Sun Jun 26 00:23:37 GMT 2005


I have released pgpool 2.6. This version allows replicating a table
having SERIAL data types by automatically issuing table locks for the
table. Of course you could do same thing by hand, but that requries
modification to existing application. Now pgpool does it for you.

Here is the Changelog:

2005-06-25    <t-ishii at sra.co.jp>
	* version 2.6
	* fix memory leak in pool_error()
	* allow replication between servers which have different time zone
	  etc.
	* fix bug in pgpool -m f stop if pgpool stop has already issued
	  but pgpool cannot stop.
	* add new "insert_lock" directive which automatically insert table
	  locks to allow SERIAL data type replication
	* allow new "/*NO STRICT*/ comment to turn off the strict mode
	  temporary
	* add a row to pool_staus to display server status
--
Tatsuo Ishii


More information about the Pgpool-general mailing list