summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tatsuo Ishii [Mon, 17 Apr 2006 04:07:09 +0000 (04:07 +0000)]
Add signal blocking. signal handlers may call pool_error() etc.
while processing. This is not good for them. For example,
messages might be confused.
Tatsuo Ishii [Mon, 17 Apr 2006 04:05:40 +0000 (04:05 +0000)]
Add comment for 3.0.2
Tatsuo Ishii [Mon, 17 Apr 2006 04:05:09 +0000 (04:05 +0000)]
Fix bugs in extend mode
Tatsuo Ishii [Mon, 17 Apr 2006 04:03:03 +0000 (04:03 +0000)]
Fix typo.
Tatsuo Ishii [Mon, 17 Apr 2006 03:59:25 +0000 (03:59 +0000)]
Modify pool_send_auth_ok so that it reports backend process id.
This will help debugging pgpool.
Tatsuo Ishii [Fri, 31 Mar 2006 02:13:21 +0000 (02:13 +0000)]
Automatically DEALLOCATE prepared statememt when client disconnects.
Patch contributed by Yoshiyuki Asaba.
Tatsuo Ishii [Sat, 25 Mar 2006 08:43:52 +0000 (08:43 +0000)]
Check startup packet is identical before reusing existing connection.
even if user/database/major are same, OPTION and other data might be
different. One of such an example is, psql/JDBC 8.1 connects one and
another.
Tatsuo Ishii [Sat, 25 Mar 2006 08:15:30 +0000 (08:15 +0000)]
Fix SimpleForwardToFrontend() and SimpleForwardToBackend(). If
the packet length is 0 then do not forward the packet.
Fix pool_process_query(). If kind/kind1 from backends exists *and*
data coming from frontend, kind/kind1 will be lost.
Tatsuo Ishii [Sat, 25 Mar 2006 08:03:00 +0000 (08:03 +0000)]
Fix more double free bug.
Tatsuo Ishii [Fri, 24 Mar 2006 12:37:24 +0000 (12:37 +0000)]
Fix double free bug in the previous commit
Tatsuo Ishii [Thu, 23 Mar 2006 12:38:36 +0000 (12:38 +0000)]
Fix bug in do_child(). We should not reuse startup packet since some
values in the packet such as client_encoding might be changed.
Tatsuo Ishii [Sun, 26 Feb 2006 10:36:53 +0000 (10:36 +0000)]
Fix bug with insert_lock in following cases:
- INSERT statement with multiple lines
- erroneous INSERT statement
Tatsuo Ishii [Sat, 18 Feb 2006 13:13:37 +0000 (13:13 +0000)]
Fix spelling. contributed by Peter Eisentraut
Tatsuo Ishii [Thu, 16 Feb 2006 14:32:01 +0000 (14:32 +0000)]
Fix bug with call to select(2)
Tatsuo Ishii [Tue, 14 Feb 2006 08:24:10 +0000 (08:24 +0000)]
Version 3.0.1
Tatsuo Ishii [Tue, 14 Feb 2006 08:19:06 +0000 (08:19 +0000)]
Fix master/slave mode breakage in 2.7.2
Fix bug with master/slave mode and prepared query
Tatsuo Ishii [Sun, 5 Feb 2006 02:54:48 +0000 (02:54 +0000)]
include pgpool.spec and re-release 3.0.0
Tatsuo Ishii [Sun, 5 Feb 2006 02:29:09 +0000 (02:29 +0000)]
version 3.0
Devrim GÜNDÜZ [Sun, 5 Feb 2006 01:59:27 +0000 (01:59 +0000)]
* Version 3.0.0
* Change copyright to PgPool Global Development Group
* Fix a typo in man page
Devrim GÜNDÜZ [Fri, 3 Feb 2006 02:02:33 +0000 (02:02 +0000)]
Opps, commit the right spec file
Devrim GÜNDÜZ [Fri, 3 Feb 2006 01:59:17 +0000 (01:59 +0000)]
2.7.2 Spec file
User madness [Thu, 2 Feb 2006 21:34:29 +0000 (21:34 +0000)]
Fix wording, per Peter.
Tatsuo Ishii [Thu, 2 Feb 2006 08:43:34 +0000 (08:43 +0000)]
pgpool 2.7.2
Tatsuo Ishii [Fri, 27 Jan 2006 23:42:38 +0000 (23:42 +0000)]
Add pgpool's man page. contributed by Peter Eisentra.
Tatsuo Ishii [Wed, 25 Jan 2006 12:29:58 +0000 (12:29 +0000)]
Fix but master/slave mode and LISTEN/NOTIFY
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