pgpool1.git
2007-09-12 Yoshiyuki Asaba3.4.1 release note in Japanese.
2007-09-12 Yoshiyuki AsabaPrepare for 3.4.1
2007-08-29 Yoshiyuki Asaba* Fix handling Parse message.
2007-08-10 Yoshiyuki AsabaFix failover.
2007-08-01 Yoshiyuki AsabaRemove compiler warning. V3_4
2007-08-01 Yoshiyuki AsabaReview release note.
2007-08-01 Yoshiyuki AsabaFix SEGV when connection_cache is true and replication_...
2007-07-31 Yoshiyuki AsabaPrepare for 3.4
2007-07-27 Yoshiyuki AsabaFix memory leak in the following case.
2007-07-27 Yoshiyuki AsabaAdd description for "replicate_select" directive.
2007-07-27 Yoshiyuki AsabaRelease note for 3.4.
2007-07-27 Yoshiyuki AsabaUpdate release note.
2007-07-27 Yoshiyuki AsabaPrepare for 3.4
2007-07-26 Yoshiyuki AsabaSIGALRM handler didn't safe. Because it called non...
2007-07-26 Yoshiyuki AsabaAdd description of replicate_select parameter
2007-07-26 Yoshiyuki AsabaAdd replicate_select value to the result of "SHOW pool_...
2007-07-26 Yoshiyuki AsabaV3.4 release note
2007-07-26 Yoshiyuki AsabaFix memory leak when connection slot is full.
2007-07-26 Tatsuo IshiiRun autoconf
2007-07-26 Tatsuo IshiiFix typo.
2007-07-25 Yoshiyuki AsabaFix hang up when a SELECT query has error inside transa...
2007-07-25 Yoshiyuki AsabaFix hang up and SEGV if Parse message contains a warnin...
2007-07-24 Yoshiyuki AsabaDetect deadlock in do_command().
2007-07-19 Yoshiyuki AsabaPrepare for 3.4
2007-07-19 Yoshiyuki AsabaAdd new parameter named "replication_select".
2007-07-18 Devrim GÜNDÜZ- Update to 3.4
2007-07-18 Yoshiyuki AsabaAdd new parameter named "replicate_select". Default...
2007-07-12 Yoshiyuki AsabaFix the following bugs in master_slave mode && load_bal...
2007-07-11 Yoshiyuki Asabaflush output buffer when deadlock error occured in...
2007-07-11 Yoshiyuki AsabaPrevious commit does not fix deadlock error in Execute().
2007-07-11 Yoshiyuki AsabaFixed kind mismatch error when deadlock error occured.
2007-07-09 Yoshiyuki AsabaFix race condition between flag checking and signal...
2007-07-02 Yoshiyuki AsabaModify that pgpool checks signal flags *before* sleeping.
2007-06-29 Yoshiyuki AsabaFix race condition between unsetting SIGCHLD flag and...
2007-06-20 Yoshiyuki AsabaFix SIGCHLD signal handling. Child processes are restar...
2007-06-20 Yoshiyuki AsabaFix signal handling for failover. Failover operation...
2007-06-02 Yoshiyuki AsabaFix typo EmptyQueryResponse message. pgpool hung up...
2007-05-28 Yoshiyuki Asabapgpool did not failover when kind mismatch error occure...
2007-05-22 Yoshiyuki AsabaAdd an error message.
2007-05-22 Yoshiyuki AsabaAdd checking a message length is valid.
2007-05-21 User yamagutipgpool.pam is now installed as "share/pgpool/pgpool...
2007-05-18 Yoshiyuki AsabaPrepare for 3.3 V3_3
2007-05-18 Yoshiyuki AsabaVersion 3.3
2007-05-18 User yamagutiadded an explanation about /*REPLICATION*/ .
2007-05-17 Tatsuo IshiiResync to updated configure.in
2007-05-17 Tatsuo IshiiUpdate flex generated file
2007-05-17 User yamagutiPAM service configuration sample file
2007-05-17 User yamagutiadded a description about "log_hostname"
2007-05-17 User yamagutithese files will be updated soon. committing for the...
2007-05-17 User yamagutiadded a comment about PAM.
2007-05-17 User yamaguti* changed "enable_pool_hba" to be true by default.
2007-05-17 Tatsuo IshiiRun autoconf
2007-05-17 Yoshiyuki AsabaAdd ps display changed.
2007-05-17 User yamagutifixed the ps display to follow the order in PostgreSQL.
2007-05-15 Yoshiyuki AsabaPrepare for 3.3
2007-05-15 Yoshiyuki AsabaJapanese release note for 3.3
2007-05-15 Yoshiyuki AsabaDelay buffer flush in SimpleForwardToBackend().
2007-05-07 Yoshiyuki AsabaAdd handling nextval()/setval()
2007-04-26 Yoshiyuki AsabaRetry connect() when it is interrupted by signal.
2007-04-20 Yoshiyuki AsabaEnhance that the query that begins with "SELECT nextval...
2007-02-21 User yamagutiAdd description about -a option.
2007-02-21 Yoshiyuki AsabaFixed compile error on FreeBSD 4.11.
2007-02-13 User yamagutiadded a hstrerror() function check so that a compiler...
2007-02-13 User yamagutifixed a compilation error on FreeBSD 4.11 ([pgsql-jp...
2007-02-13 Devrim GÜNDÜZ- Add pgpool.pam file for pam authentication
2007-02-12 Yoshiyuki Asabapgpool *only* checks backend connection when connection...
2007-02-12 Yoshiyuki AsabaFixed to hang up in PREPARE TRANSACTION and EXECUTE...
2007-02-10 Tatsuo IshiiPrepare for 3.2 V3_2
2007-02-07 Tatsuo Ishiiinclude ac_func_accept_argtypes.m4 to avoid configure...
2007-02-06 User yamagutidelete a commented line about "aclocal -I ./"
2007-02-06 Yoshiyuki AsabaAdd checking socket state when connection pool is reused.
2007-02-03 Tatsuo IshiiDetach secondary server when "kind mismatch error"...
2007-02-03 Tatsuo IshiiAdd support for log_hostname
2007-02-03 Tatsuo IshiiUpdate copyright and comments
2007-02-02 Tatsuo Ishiishow frontend address in ps status.
2007-02-01 User yamagutimodified pool_open and pool_close to suit with new...
2007-02-01 User yamagutiNew files and modifications to support client authentic...
2007-02-01 Tatsuo IshiiShow status via ps command like PostgreSQL
2007-01-22 Yoshiyuki AsabaFixed SIGSEGV using DBD-Pg.
2007-01-13 Yoshiyuki AsabaFix auto-deallocation. If a client used PDO or DBD...
2007-01-04 Devrim GÜNDÜZUpdate copyright
2006-12-17 User yamagutifixed a mistype in the define macro.
2006-12-13 Devrim GÜNDÜZFix typo
2006-12-11 Yoshiyuki AsabaAdd cvs tag command. V3_1_2
2006-12-11 Yoshiyuki AsabaVersion 3.1.2
2006-12-11 Yoshiyuki AsabaChange release date.
2006-12-05 Devrim GÜNDÜZOoops, fix version
2006-12-05 Devrim GÜNDÜZBetter fix for conf file problem, per bugzilla review
2006-12-05 Yoshiyuki AsabaVersion 3.1.2.
2006-12-05 Devrim GÜNDÜZUpdate to 3.1.2
2006-12-01 Yoshiyuki AsabaFixed segmentation fault when a Parse message was failed.
2006-12-01 Tatsuo IshiiRelease procedure document (Japanese)
2006-12-01 Tatsuo Ishiiupdate items implemented in pgpool-II
2006-12-01 Tatsuo Ishiiversion 3.1.2
2006-11-26 Devrim GÜNDÜZUpdates to spec, per bugzilla review.
2006-10-10 Yoshiyuki AsabaRemove a restriction of an extended query protocol.
2006-10-10 Yoshiyuki AsabaLoad balancing an extended query protocol.
2006-09-25 Yoshiyuki AsabaAdd pam authentication in supported authentication...
2006-09-13 Yoshiyuki AsabaFix kind mismatch error in COPY FROM STDIN.
2006-09-08 Devrim GÜNDÜZRemove dependency for postgresql-server.
next