| 2009-11-12 |
Tatsuo Ishii | Prepare for bind_rewrite_timestamp() returns NULL case... |
commit | commitdiff | tree |
| 2009-11-11 |
Tatsuo Ishii | Fix comment. |
commit | commitdiff | tree |
| 2009-11-10 |
Tatsuo Ishii | Add support for CURRENT_TIMESTAMP and friends. |
commit | commitdiff | tree |
| 2009-11-10 |
Tatsuo Ishii | Fix comment. |
commit | commitdiff | tree |
| 2009-11-05 |
Tatsuo Ishii | Fix relcache replacement logic bug. |
commit | commitdiff | tree |
| 2009-11-05 |
Tatsuo Ishii | Fix nodeToString() bug. example test case: |
commit | commitdiff | tree |
| 2009-11-04 |
Tatsuo Ishii | Fix do_query() to return more than 1 characters. Patch... |
commit | commitdiff | tree |
| 2009-11-03 |
Devrim GÜNDÜZ | - Remove init script from all runlevels before uninstal... |
commit | commitdiff | tree |
| 2009-11-03 |
Tatsuo Ishii | When authentication fails, report to frontend proper... |
commit | commitdiff | tree |
| 2009-11-03 |
Tatsuo Ishii | Fix pool_flush_it() so that it does not complain when... |
commit | commitdiff | tree |
| 2009-10-30 |
Tatsuo Ishii | Allow is_temp_table to work with pre 8.4 PostgreSQL. |
commit | commitdiff | tree |
| 2009-10-29 |
Tatsuo Ishii | Add pool_relcache.c to Makefile.am. |
commit | commitdiff | tree |
| 2009-10-29 |
Tatsuo Ishii | Per process relation cache module |
commit | commitdiff | tree |
| 2009-10-25 |
Tatsuo Ishii | Add temp table test |
commit | commitdiff | tree |
| 2009-10-22 |
Devrim GÜNDÜZ | Fix logging, per report from Toshihiro Kitagawa. |
commit | commitdiff | tree |
| 2009-10-21 |
Tatsuo Ishii | Do not execute CREATE/DROP TABLE SPACE inside a transac... |
commit | commitdiff | tree |
| 2009-10-21 |
Tatsuo Ishii | Let reaper() report the case when child died by segfault. |
commit | commitdiff | tree |
| 2009-10-12 |
Tatsuo Ishii | Fix typo in man page. Patch provided by Rodolphe. |
commit | commitdiff | tree |
| 2009-10-12 |
Tatsuo Ishii | REINDEX DATABASE or SYSTEM should not be executed in... |
commit | commitdiff | tree |
| 2009-10-05 |
Devrim GÜNDÜZ | Add 2 new docs, per Tatsuo. |
commit | commitdiff | tree |
| 2009-10-05 |
Devrim GÜNDÜZ | - Update to 2.2.5, for various fixes described at |
commit | commitdiff | tree |
| 2009-10-03 |
Tatsuo Ishii | Add sample to use rotatelogs |
commit | commitdiff | tree |
| 2009-10-03 |
Tatsuo Ishii | Enhance online recovery 2nd stage script to sync sequen... |
commit | commitdiff | tree |
| 2009-10-03 |
Tatsuo Ishii | Remove unnecessary declaration "allow_close_transaction" |
commit | commitdiff | tree |
| 2009-10-02 |
Tatsuo Ishii | Prevoius commit was incomplete |
commit | commitdiff | tree |
| 2009-10-02 |
Tatsuo Ishii | Fix Parse() to use wait_for_query_response() instead... |
commit | commitdiff | tree |
| 2009-10-02 |
Tatsuo Ishii | Fix comment |
commit | commitdiff | tree |
| 2009-09-26 |
Tatsuo Ishii | Allow to print more accurate query when Parse() detects... |
commit | commitdiff | tree |
| 2009-09-26 |
Tatsuo Ishii | Fix reset_backend to deal with DEALLOCATE error. In... |
commit | commitdiff | tree |
| 2009-09-26 |
Tatsuo Ishii | Remove error checks for pool_write(frontend), pool_flus... |
commit | commitdiff | tree |
| 2009-09-26 |
Tatsuo Ishii | Fix parallel query |
commit | commitdiff | tree |
| 2009-09-25 |
Tatsuo Ishii | Fix write_pid_file. It forgot to write out NULL termina... |
commit | commitdiff | tree |
| 2009-09-23 |
Tatsuo Ishii | Fix pool_read_kind and pool_read_int so that the error... |
commit | commitdiff | tree |
| 2009-09-17 |
Tatsuo Ishii | Teach do_command() to use wait_for_query_response(). |
commit | commitdiff | tree |
| 2009-09-06 |
Tatsuo Ishii | Fix connection_count_down() so that it does decrement... |
commit | commitdiff | tree |
| 2009-09-06 |
Tatsuo Ishii | Undef #define SEND_NOTICE_ON_PROTO2, which was defined... |
commit | commitdiff | tree |
| 2009-08-22 |
Tatsuo Ishii | Remove unnecessary spaces and tabs at end of line. |
commit | commitdiff | tree |
| 2009-08-20 |
Tatsuo Ishii | Fix possible bug introduced in pgpool-II 2.2.2. |
commit | commitdiff | tree |
| 2009-08-18 |
Tatsuo Ishii | Change wait_for_query_response() so that it sends NOTIC... |
commit | commitdiff | tree |
| 2009-08-18 |
Tatsuo Ishii | Remove unneccessary call to send_frontend_exit() in... |
commit | commitdiff | tree |
| 2009-08-13 |
Tatsuo Ishii | Remove unnessary call of send_frontend_exits() in die(). |
commit | commitdiff | tree |
| 2009-08-13 |
Tatsuo Ishii | Block signals before forking children rather after. |
commit | commitdiff | tree |
| 2009-08-11 |
Tatsuo Ishii | Fix new_connection() so that it does leave garbage in |
commit | commitdiff | tree |
| 2009-08-06 |
Tatsuo Ishii | Update Makefile.am |
commit | commitdiff | tree |
| 2009-08-06 |
Tatsuo Ishii | Add parser/test files. Patch contributed by Akio Ishida. |
commit | commitdiff | tree |
| 2009-08-06 |
Tatsuo Ishii | Print last query for kind mismatch error message even... |
commit | commitdiff | tree |
| 2009-08-06 |
Tatsuo Ishii | Fix buffer overrun error which mangled kind mismatch... |
commit | commitdiff | tree |
| 2009-08-03 |
Tatsuo Ishii | Missing files for PostgreSQL 8.4 paraser adaoptation. |
commit | commitdiff | tree |
| 2009-08-01 |
Tatsuo Ishii | Check MASTER_CONNECTION(p)->sp) is non 0 before further... |
commit | commitdiff | tree |
| 2009-08-01 |
Tatsuo Ishii | Fix pool_debug's mismatch between data type and conversion |
commit | commitdiff | tree |
| 2009-08-01 |
Tatsuo Ishii | parser test for PostgreSQL 8.4 or later. |
commit | commitdiff | tree |
| 2009-07-30 |
Tatsuo Ishii | Adopt PostgreSQL 8.4 parser. Patch contributed by Akio... |
commit | commitdiff | tree |
| 2009-07-28 |
Tatsuo Ishii | Fix typo in comment |
commit | commitdiff | tree |
| 2009-07-26 |
Tatsuo Ishii | Fix breakage by previous commit. |
commit | commitdiff | tree |
| 2009-07-26 |
Tatsuo Ishii | fix: Join statment in parallel query |
commit | commitdiff | tree |
| 2009-07-26 |
Tatsuo Ishii | Fix comment about load balancing. |
commit | commitdiff | tree |
| 2009-07-26 |
Tatsuo Ishii | Fix various pool_error/log format errors. |
commit | commitdiff | tree |
| 2009-07-22 |
Tatsuo Ishii | Fix various pool_error/log format errors. |
commit | commitdiff | tree |
| 2009-07-22 |
Tatsuo Ishii | Query cancel by statement timeout does not generate... |
commit | commitdiff | tree |
| 2009-07-21 |
Tatsuo Ishii | Check read(2) error in health_check(). This should... |
commit | commitdiff | tree |
| 2009-07-21 |
Tatsuo Ishii | Check frontend connection while waiting for response... |
commit | commitdiff | tree |
| 2009-07-21 |
Tatsuo Ishii | Do not start transaction if the command is CLUSTER... |
commit | commitdiff | tree |
| 2009-07-20 |
Tatsuo Ishii | Check frontend connection while waiting for response... |
commit | commitdiff | tree |
| 2009-07-20 |
Tatsuo Ishii | Fix bug with SimpleForwardToFrontend(). Clients using... |
commit | commitdiff | tree |
| 2009-07-20 |
Tatsuo Ishii | Add pool_set_timeout() to control pool_check_fd()'s... |
commit | commitdiff | tree |
| 2009-07-15 |
Tatsuo Ishii | Fix bug with prepared statement deallocation: |
commit | commitdiff | tree |
| 2009-07-14 |
Tatsuo Ishii | PostgreSQL 8.4 needs to include utils/binutils.h |
commit | commitdiff | tree |
| 2009-05-24 |
Tatsuo Ishii | Support pre 8.0 PostgreSQL which does not have |
commit | commitdiff | tree |
| 2009-05-12 |
Tatsuo Ishii | Fix description of client_idle_limit |
commit | commitdiff | tree |
| 2009-05-02 |
Tatsuo Ishii | Fix is_select_query() to test "sql" parameter is NULL... |
commit | commitdiff | tree |
| 2009-05-02 |
Tatsuo Ishii | Fix pool_flush() so that it ignores error on frontend... |
commit | commitdiff | tree |
| 2009-05-02 |
Tatsuo Ishii | Call pool_send_frontend_exits() before pool_discard_cp... |
commit | commitdiff | tree |
| 2009-05-01 |
Tatsuo Ishii | Add missing patches for this: |
commit | commitdiff | tree |
| 2009-04-08 |
Tatsuo Ishii | In master slave mode, sometimes DEALLOCATE fails. This... |
commit | commitdiff | tree |
| 2009-04-03 |
Tatsuo Ishii | Add documents about configuration reloading. |
commit | commitdiff | tree |
| 2009-04-03 |
Tatsuo Ishii | Fix SimpleQuery() to properly check extended query... |
commit | commitdiff | tree |
| 2009-03-23 |
Devrim GÜNDÜZ | - Own /usr/share/pgpool-II directory. |
commit | commitdiff | tree |
| 2009-03-23 |
Devrim GÜNDÜZ | Add a patch which configures sample conf file to match... |
commit | commitdiff | tree |
| 2009-03-14 |
Tatsuo Ishii | Fix need_insert_lock so that it returns false if the... |
commit | commitdiff | tree |
| 2009-03-08 |
Guillaume Lelarge | Update usage function, doc and man page. |
commit | commitdiff | tree |
| 2009-03-07 |
Tatsuo Ishii | Add a comment to need_insert_lock() if the query being... |
commit | commitdiff | tree |
| 2009-03-06 |
Tatsuo Ishii | Make excessive message level in read_kind_from_backend... |
commit | commitdiff | tree |
| 2009-03-06 |
Guillaume Lelarge | Add support for long options name in pgpool command. |
commit | commitdiff | tree |
| 2009-03-01 |
Tatsuo Ishii | Fix release note for 2.2 |
commit | commitdiff | tree |
| 2009-02-28 |
Tatsuo Ishii | Update Makefile.am |
commit | commitdiff | tree |
| 2009-02-28 |
Tatsuo Ishii | Add doc/load_balance.png, doc/load_balance.odp |
commit | commitdiff | tree |
| 2009-02-28 |
Tatsuo Ishii | Version 2.2 |
commit | commitdiff | tree |
| 2009-02-28 |
Tatsuo Ishii | Version 2.2 |
commit | commitdiff | tree |
| 2009-02-24 |
Tatsuo Ishii | Prpare for receiving parameter status packets. |
commit | commitdiff | tree |
| 2009-02-21 |
Tatsuo Ishii | pgpool-II 2.2 RC2 V2_2_0_RC2 |
commit | commitdiff | tree |
| 2009-02-21 |
Tatsuo Ishii | pgpool 2.2 RC2 |
commit | commitdiff | tree |
| 2009-02-21 |
Tatsuo Ishii | A load balance logic explanation figure |
commit | commitdiff | tree |
| 2009-02-21 |
Tatsuo Ishii | Add comment about rsync and autovacuum. |
commit | commitdiff | tree |
| 2009-02-20 |
Tatsuo Ishii | Fix pool_send_frontend_exits() so that it checks the... |
commit | commitdiff | tree |
| 2009-02-17 |
Tatsuo Ishii | Do not start internal transaction if CREATE INDEX CONCU... |
commit | commitdiff | tree |
| 2009-02-17 |
Devrim GÜNDÜZ | Update to 2.2 (Download URL is broken, since we don... |
commit | commitdiff | tree |
| 2009-02-15 |
Tatsuo Ishii | run autoconf V2_2_0_RC1 |
commit | commitdiff | tree |
| 2009-02-15 |
Tatsuo Ishii | 2.2 RC1 |
commit | commitdiff | tree |
| 2009-02-15 |
Tatsuo Ishii | Update Changelog |
commit | commitdiff | tree |
| 2009-02-15 |
Tatsuo Ishii | Mention that two items were resolved |
commit | commitdiff | tree |
| next |