2007-02-10 |
Tatsuo Ishii | Prepare for 3.2 V3_2 |
commit | commitdiff | tree |
2007-02-07 |
Tatsuo Ishii | include ac_func_accept_argtypes.m4 to avoid configure... |
commit | commitdiff | tree |
2007-02-06 |
User yamaguti | delete a commented line about "aclocal -I ./" |
commit | commitdiff | tree |
2007-02-06 |
Yoshiyuki Asaba | Add checking socket state when connection pool is reused. |
commit | commitdiff | tree |
2007-02-03 |
Tatsuo Ishii | Detach secondary server when "kind mismatch error"... |
commit | commitdiff | tree |
2007-02-03 |
Tatsuo Ishii | Add support for log_hostname |
commit | commitdiff | tree |
2007-02-03 |
Tatsuo Ishii | Update copyright and comments |
commit | commitdiff | tree |
2007-02-02 |
Tatsuo Ishii | show frontend address in ps status. |
commit | commitdiff | tree |
2007-02-01 |
User yamaguti | modified pool_open and pool_close to suit with new... |
commit | commitdiff | tree |
2007-02-01 |
User yamaguti | New files and modifications to support client authentic... |
commit | commitdiff | tree |
2007-02-01 |
Tatsuo Ishii | Show status via ps command like PostgreSQL |
commit | commitdiff | tree |
2007-01-22 |
Yoshiyuki Asaba | Fixed SIGSEGV using DBD-Pg. |
commit | commitdiff | tree |
2007-01-13 |
Yoshiyuki Asaba | Fix auto-deallocation. If a client used PDO or DBD... |
commit | commitdiff | tree |
2007-01-04 |
Devrim GÜNDÜZ | Update copyright |
commit | commitdiff | tree |
2006-12-17 |
User yamaguti | fixed a mistype in the define macro. |
commit | commitdiff | tree |
2006-12-13 |
Devrim GÜNDÜZ | Fix typo |
commit | commitdiff | tree |
2006-12-11 |
Yoshiyuki Asaba | Add cvs tag command. V3_1_2 |
commit | commitdiff | tree |
2006-12-11 |
Yoshiyuki Asaba | Version 3.1.2 |
commit | commitdiff | tree |
2006-12-11 |
Yoshiyuki Asaba | Change release date. |
commit | commitdiff | tree |
2006-12-05 |
Devrim GÜNDÜZ | Ooops, fix version |
commit | commitdiff | tree |
2006-12-05 |
Devrim GÜNDÜZ | Better fix for conf file problem, per bugzilla review |
commit | commitdiff | tree |
2006-12-05 |
Yoshiyuki Asaba | Version 3.1.2. |
commit | commitdiff | tree |
2006-12-05 |
Devrim GÜNDÜZ | Update to 3.1.2 |
commit | commitdiff | tree |
2006-12-01 |
Yoshiyuki Asaba | Fixed segmentation fault when a Parse message was failed. |
commit | commitdiff | tree |
2006-12-01 |
Tatsuo Ishii | Release procedure document (Japanese) |
commit | commitdiff | tree |
2006-12-01 |
Tatsuo Ishii | update items implemented in pgpool-II |
commit | commitdiff | tree |
2006-12-01 |
Tatsuo Ishii | version 3.1.2 |
commit | commitdiff | tree |
2006-11-26 |
Devrim GÜNDÜZ | Updates to spec, per bugzilla review. |
commit | commitdiff | tree |
2006-10-10 |
Yoshiyuki Asaba | Remove a restriction of an extended query protocol. |
commit | commitdiff | tree |
2006-10-10 |
Yoshiyuki Asaba | Load balancing an extended query protocol. |
commit | commitdiff | tree |
2006-09-25 |
Yoshiyuki Asaba | Add pam authentication in supported authentication... |
commit | commitdiff | tree |
2006-09-13 |
Yoshiyuki Asaba | Fix kind mismatch error in COPY FROM STDIN. |
commit | commitdiff | tree |
2006-09-08 |
Devrim GÜNDÜZ | Remove dependency for postgresql-server. |
commit | commitdiff | tree |
2006-08-30 |
Tatsuo Ishii | Improve error message when a connection is rejected... |
commit | commitdiff | tree |
2006-08-13 |
Devrim GÜNDÜZ | Fix typos |
commit | commitdiff | tree |
2006-08-02 |
Tatsuo Ishii | allow 0 weight |
commit | commitdiff | tree |
2006-08-02 |
Tatsuo Ishii | Fix pool_close() to avoid free() not allocated |
commit | commitdiff | tree |
2006-07-31 |
Devrim GÜNDÜZ | - Fixed spec file, per bugzilla review (#199679) |
commit | commitdiff | tree |
2006-07-23 |
Devrim GÜNDÜZ | - Fixed bogus char :( |
commit | commitdiff | tree |
2006-07-23 |
Devrim GÜNDÜZ | - Fixed spec file, per bugzilla review (#199679) |
commit | commitdiff | tree |
2006-07-23 |
Devrim GÜNDÜZ | Updated version numbers |
commit | commitdiff | tree |
2006-07-23 |
Devrim GÜNDÜZ | - Fixed spec file, per bugzilla review (#199679) |
commit | commitdiff | tree |
2006-07-23 |
Tatsuo Ishii | Version 3.1.1 V3_1_1 |
commit | commitdiff | tree |
2006-07-21 |
Tatsuo Ishii | Fix problem NOTIFY messages does arrive client. |
commit | commitdiff | tree |
2006-07-01 |
Tatsuo Ishii | Add mail address V3_1 |
commit | commitdiff | tree |
2006-07-01 |
Tatsuo Ishii | Fix release date |
commit | commitdiff | tree |
2006-07-01 |
Tatsuo Ishii | Add configure (accidently removed) |
commit | commitdiff | tree |
2006-07-01 |
Tatsuo Ishii | V3.1 |
commit | commitdiff | tree |
2006-07-01 |
Tatsuo Ishii | Version 3.1 |
commit | commitdiff | tree |
2006-06-26 |
Tatsuo Ishii | Fix segfault problem in race conditions among connectio... |
commit | commitdiff | tree |
2006-06-22 |
Yoshiyuki Asaba | Fix deadlock problem with extend query. |
commit | commitdiff | tree |
2006-06-22 |
Tatsuo Ishii | Add comment |
commit | commitdiff | tree |
2006-06-22 |
Tatsuo Ishii | In SimpleForwardToFrontend() do not send SYNC and wait... |
commit | commitdiff | tree |
2006-06-04 |
Tatsuo Ishii | Add log_statement option. patches contributed by Thomas E |
commit | commitdiff | tree |
2006-05-30 |
Tatsuo Ishii | Improve documentation. patches contributed by Mark... |
commit | commitdiff | tree |
2006-05-22 |
Yoshiyuki Asaba | Fixes "kind is 0!" error in Execute(). |
commit | commitdiff | tree |
2006-05-17 |
Tatsuo Ishii | version 3.0.2 V3_0_2 |
commit | commitdiff | tree |
2006-05-17 |
Tatsuo Ishii | remove restrictions regarding prepared query. |
commit | commitdiff | tree |
2006-05-12 |
Tatsuo Ishii | If configuration contents is wrong, pgpool should exit... |
commit | commitdiff | tree |
2006-05-11 |
Yoshiyuki Asaba | Fix buffer over-run in health_check(). |
commit | commitdiff | tree |
2006-05-11 |
Tatsuo Ishii | Fix miss use of pool_init_params in new_connection(). |
commit | commitdiff | tree |
2006-05-10 |
Yoshiyuki Asaba | pool_send_error_message() didn't create null-terminated... |
commit | commitdiff | tree |
2006-05-10 |
Yoshiyuki Asaba | Fix kind mismatch error in SimpleForwardToFrontend(). |
commit | commitdiff | tree |
2006-05-06 |
Yoshiyuki Asaba | Using BSD make, build process never finished. |
commit | commitdiff | tree |
2006-04-28 |
Yoshiyuki Asaba | Add POOL_SETMASK2 macro. POOL_SETMASK2 returns previous... |
commit | commitdiff | tree |
2006-04-28 |
Yoshiyuki Asaba | Fix bug in del_prepared_list(). |
commit | commitdiff | tree |
2006-04-22 |
Tatsuo Ishii | Fix bug in SimpleForwardToBackend(). |
commit | commitdiff | tree |
2006-04-18 |
Yoshiyuki Asaba | Send Flush('H') message to backends in SimpleForwardToB... |
commit | commitdiff | tree |
2006-04-17 |
Yoshiyuki Asaba | Fix handling of ErrorResponse('E') messages in SimpleFo... |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Add some comments |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Add signal blocking. signal handlers may call pool_erro... |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Add comment for 3.0.2 |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Fix bugs in extend mode |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree |
2006-04-17 |
Tatsuo Ishii | Modify pool_send_auth_ok so that it reports backend... |
commit | commitdiff | tree |
2006-03-31 |
Tatsuo Ishii | Automatically DEALLOCATE prepared statememt when client... |
commit | commitdiff | tree |
2006-03-25 |
Tatsuo Ishii | Check startup packet is identical before reusing existi... |
commit | commitdiff | tree |
2006-03-25 |
Tatsuo Ishii | Fix SimpleForwardToFrontend() and SimpleForwardToBacken... |
commit | commitdiff | tree |
2006-03-25 |
Tatsuo Ishii | Fix more double free bug. |
commit | commitdiff | tree |
2006-03-24 |
Tatsuo Ishii | Fix double free bug in the previous commit |
commit | commitdiff | tree |
2006-03-23 |
Tatsuo Ishii | Fix bug in do_child(). We should not reuse startup... |
commit | commitdiff | tree |
2006-02-26 |
Tatsuo Ishii | Fix bug with insert_lock in following cases: |
commit | commitdiff | tree |
2006-02-18 |
Tatsuo Ishii | Fix spelling. contributed by Peter Eisentraut |
commit | commitdiff | tree |
2006-02-16 |
Tatsuo Ishii | Fix bug with call to select(2) |
commit | commitdiff | tree |
2006-02-14 |
Tatsuo Ishii | Version 3.0.1 V3_0_1 |
commit | commitdiff | tree |
2006-02-14 |
Tatsuo Ishii | Fix master/slave mode breakage in 2.7.2 |
commit | commitdiff | tree |
2006-02-05 |
Tatsuo Ishii | include pgpool.spec and re-release 3.0.0 V3_0_0 |
commit | commitdiff | tree |
2006-02-05 |
Tatsuo Ishii | version 3.0 |
commit | commitdiff | tree |
2006-02-05 |
Devrim GÜNDÜZ | * Version 3.0.0 |
commit | commitdiff | tree |
2006-02-03 |
Devrim GÜNDÜZ | Opps, commit the right spec file |
commit | commitdiff | tree |
2006-02-03 |
Devrim GÜNDÜZ | 2.7.2 Spec file |
commit | commitdiff | tree |
2006-02-02 |
User madness | Fix wording, per Peter. |
commit | commitdiff | tree |
2006-02-02 |
Tatsuo Ishii | pgpool 2.7.2 V2_7_2 |
commit | commitdiff | tree |
2006-01-27 |
Tatsuo Ishii | Add pgpool's man page. contributed by Peter Eisentra. |
commit | commitdiff | tree |
2006-01-25 |
Tatsuo Ishii | Fix but master/slave mode and LISTEN/NOTIFY |
commit | commitdiff | tree |
2006-01-16 |
Tatsuo Ishii | Version 2.7.1 V2_7_1 |
commit | commitdiff | tree |
2006-01-16 |
Tatsuo Ishii | Fix version info. |
commit | commitdiff | tree |
2006-01-12 |
Tatsuo Ishii | Fix typo in docs |
commit | commitdiff | tree |
2006-01-05 |
Tatsuo Ishii | Fix pool_status to show correct value for ignore_leadin... |
commit | commitdiff | tree |
2006-01-03 |
Tatsuo Ishii | version 2.7 V2_7 |
commit | commitdiff | tree |
next |