summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tatsuo Ishii [Mon, 16 Jan 2006 05:19:12 +0000 (05:19 +0000)]
Version 2.7.1
Tatsuo Ishii [Mon, 16 Jan 2006 05:11:03 +0000 (05:11 +0000)]
Fix version info.
Tatsuo Ishii [Thu, 12 Jan 2006 00:16:31 +0000 (00:16 +0000)]
Fix typo in docs
Tatsuo Ishii [Thu, 5 Jan 2006 13:08:44 +0000 (13:08 +0000)]
Fix pool_status to show correct value for ignore_leading_whitespace
Tatsuo Ishii [Tue, 3 Jan 2006 03:33:10 +0000 (03:33 +0000)]
version 2.7
- add child_max_connections. contributed by Pomarede Nicolas with
minor changes by Tatsuo
- add ignore_leading_white_space
- fix problem with copy on V2 protocol
- fix master/slave handling
- fix extended query
Tatsuo Ishii [Mon, 21 Nov 2005 10:07:09 +0000 (10:07 +0000)]
Add PostgreSQL 8.1 as a working PostgreSQL version
Tatsuo Ishii [Fri, 11 Nov 2005 11:59:28 +0000 (11:59 +0000)]
version 2.6.5
Tatsuo Ishii [Fri, 11 Nov 2005 11:51:04 +0000 (11:51 +0000)]
Fix bug introduced in v2.6.4.
V2 protocol/trust auth/first time connection causes error on
connection.
Tatsuo Ishii [Wed, 9 Nov 2005 14:12:21 +0000 (14:12 +0000)]
experimental support for DROP DATABASE problem
fix smart shutdown case handling. missing "break;" statement cause
unconditionaly exit().
Tatsuo Ishii [Sun, 23 Oct 2005 12:27:55 +0000 (12:27 +0000)]
Add notes to run multiple instances of pgpool on the same server
simultaneously. Contributed by Thomas F. O'Connell.
Japanese translation by Tatsuo Ishii.
Tatsuo Ishii [Sat, 22 Oct 2005 12:59:46 +0000 (12:59 +0000)]
version 2.6.4
Tatsuo Ishii [Sat, 22 Oct 2005 12:57:57 +0000 (12:57 +0000)]
Fix connection error when client_min_message is verbose (V2 case)
Tatsuo Ishii [Wed, 19 Oct 2005 03:58:48 +0000 (03:58 +0000)]
Fix error message typo
pool_auth fails if client_min_messages is verbose. pool_auth should
processes NOTICE etc. while waiting for backendkeydata
Tatsuo Ishii [Wed, 19 Oct 2005 03:56:31 +0000 (03:56 +0000)]
Sync with pool_config.l
Tatsuo Ishii [Fri, 2 Sep 2005 14:32:34 +0000 (14:32 +0000)]
Version 2.6.3
Tatsuo Ishii [Fri, 2 Sep 2005 14:28:20 +0000 (14:28 +0000)]
fix bug in health_check(). It made wrong reports if secondary goes
down. Per Bunji Nagahashi.
Tatsuo Ishii [Fri, 2 Sep 2005 14:24:54 +0000 (14:24 +0000)]
fix typo in log message
Tatsuo Ishii [Tue, 16 Aug 2005 13:42:19 +0000 (13:42 +0000)]
Fix show pool_status command bug. Sometimes secondary host is showed
"unused" even it is actually used.
Tatsuo Ishii [Wed, 10 Aug 2005 12:11:12 +0000 (12:11 +0000)]
If invalid non-switch args are given (for example, pgpool -f
pgpool.conf foobar), pgpool silently deletes pgpool.pid even if it's a
valid one. Per report from Brad Nicholson.
Tatsuo Ishii [Sat, 30 Jul 2005 12:35:14 +0000 (12:35 +0000)]
Version 2.6.2
Tatsuo Ishii [Sat, 30 Jul 2005 12:30:20 +0000 (12:30 +0000)]
Fix file dscriptor leak in pool_close(). This bug was introduced in
pgpool 2.6.1.
Tatsuo Ishii [Mon, 18 Jul 2005 01:42:49 +0000 (01:42 +0000)]
version 2.6.1. See README for more detailed changes.
User madness [Wed, 29 Jun 2005 07:42:05 +0000 (07:42 +0000)]
Spec for 2.6
Tatsuo Ishii [Sat, 25 Jun 2005 00:58:46 +0000 (00:58 +0000)]
Version 2.6
Tatsuo Ishii [Mon, 13 Jun 2005 13:44:09 +0000 (13:44 +0000)]
Add debug message
Tatsuo Ishii [Mon, 13 Jun 2005 13:32:50 +0000 (13:32 +0000)]
Fix exit_handler so that it accepts signal while performing wait().
Tatsuo Ishii [Mon, 13 Jun 2005 13:29:37 +0000 (13:29 +0000)]
Retry fflush if EAGAIN is returned
Tatsuo Ishii [Sat, 21 May 2005 11:31:47 +0000 (11:31 +0000)]
Don't treat parameter status mismatch as fatal.
Some parameters such as TimeZone may not identical among servers
if they are located at different countries (or places).
Tatsuo Ishii [Sat, 7 May 2005 11:48:16 +0000 (11:48 +0000)]
fix malloc size (not harmfull actually)
Tatsuo Ishii [Sat, 7 May 2005 11:47:30 +0000 (11:47 +0000)]
fix memory leak
User madness [Fri, 25 Mar 2005 14:27:05 +0000 (14:27 +0000)]
pgpool spec file : Initial import
Tatsuo Ishii [Wed, 16 Mar 2005 15:13:29 +0000 (15:13 +0000)]
improve debug messages
Tatsuo Ishii [Sat, 12 Mar 2005 13:01:47 +0000 (13:01 +0000)]
version 2.5.2
Tatsuo Ishii [Sat, 12 Mar 2005 13:01:01 +0000 (13:01 +0000)]
apply strict mode to non SELECT query only
Tatsuo Ishii [Sat, 12 Mar 2005 12:56:39 +0000 (12:56 +0000)]
enhance debug message
Tatsuo Ishii [Fri, 25 Feb 2005 06:38:16 +0000 (06:38 +0000)]
Fix bug in health checking. PostgreSQL failure could not be detected.
Tatsuo Ishii [Sun, 20 Feb 2005 04:19:15 +0000 (04:19 +0000)]
version 2.5.1
Tatsuo Ishii [Sun, 20 Feb 2005 04:18:30 +0000 (04:18 +0000)]
make some logs from log level to debug level
Tatsuo Ishii [Sun, 20 Feb 2005 04:17:37 +0000 (04:17 +0000)]
Emit log when pgpool starts up
Tatsuo Ishii [Tue, 15 Feb 2005 06:03:38 +0000 (06:03 +0000)]
Use strtok() rather than strsep()
Tatsuo Ishii [Mon, 14 Feb 2005 14:52:21 +0000 (14:52 +0000)]
pgpool 2.5.1b1