diff options
| author | Toshihiro Kitagawa | 2011-09-04 06:54:45 +0000 |
|---|---|---|
| committer | Toshihiro Kitagawa | 2011-09-04 06:54:45 +0000 |
| commit | 67e5d8ad1196c18236629863b2e1cc2ae84c667e (patch) | |
| tree | ff095f08f63a579bf6d757a61405465c9e4e0dcd | |
| parent | fc495aee0b3a91ad250d94ad6ebb3d1f12660f09 (diff) | |
Prepare 3.1-RC1.V3_1_0_RC1
| -rw-r--r-- | ChangeLog | 65 | ||||
| -rw-r--r-- | NEWS | 11 | ||||
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/pgpool-ja.html | 3 |
5 files changed, 80 insertions, 3 deletions
@@ -1,3 +1,68 @@ +2011-09-04 15:52 kitagawa + + * NEWS, configure, configure.in, doc/pgpool-ja.html: Prepare + 3.1-RC1. + +2011-09-03 23:48 kitagawa + + * Makefile.am, Makefile.in, doc/pgpool-fr.html: Add French version + of documents. Contributed by Jean-Paul Argudo. + +2011-09-03 18:52 kitagawa + + * pool_timestamp.c: Fix double free in rewrite_timestamp_insert(). + This caused the failure in trigger of regression test. + +2011-08-31 19:27 kitagawa + + * pool_process_reporting.c: Change directive name in pool_status. + flag -> backend_flag. + +2011-08-31 17:31 kitagawa + + * pool_passwd.c: Fix crash of pgpool child when frontend connects + if in raw mode, enable_hba=off and more than 2 backends. + +2011-08-30 20:28 kitagawa + + * child.c: Fix memory leak in discard_persistent_db_connection() + +2011-08-30 20:02 kitagawa + + * pool_relcache.c: Fix memory leak in string_register_func(). + +2011-08-29 22:03 kitagawa + + * pool_config.c: Fix invalid memory write in add_regex_pattern(). + +2011-08-29 21:44 kitagawa + + * pool_process_query.c: Fix memory leak in free_select_result(). + +2011-08-29 16:09 kitagawa + + * pool_process_query.c, pool_proto_modules.h, pool_query_context.c: + Change the handling of sequence functions(nextval, setval) so that + they completely obey setting of black/white_function_list. They + were always handled as write functions before. The checking whether + it is a sequence function was verbosity. + +2011-08-26 06:04 gleu + + * pgpool.conf.sample, pgpool.conf.sample-master-slave, + pgpool.conf.sample-replication, pgpool.conf.sample-stream: Update + pgpool.conf so that pgpoolAdmin could work + +2011-08-24 20:24 markus + + * doc/pgpool-de.html: Add the current state of the German + translation of the manual, should match revision 1.100 of + pgpool-en.html. + +2011-08-23 18:39 kitagawa + + * ChangeLog: Prepare 3.1-beta2. + 2011-08-23 18:25 kitagawa * configure, configure.in, NEWS, doc/pgpool-ja.html: Prepare @@ -43,6 +43,10 @@ show pool_nodes. Patch contributed by Jean-Paul Argudo (Guillaume Lelarge) + - Change the handling of sequence functions(nextval, setval) so that + they completely obey setting of black/white_function_list. They were + always handled as write functions before(Kitagawa) + * New features - Add syslog support. Patch contributed by Gilles Darold. Review and @@ -184,6 +188,11 @@ - Fix fail to compile pcp commands on the environment without getopt_long()(Tatsuo) + - Fix crash of pgpool child when frontend connects if in raw mode, + enable_hba is off and more than 2 backends(Kitagawa) + + - Fix some memory leaks(Kitagawa) + * Enhancements - Enhance online recovery in streaming replication mode. @@ -203,7 +212,7 @@ (Tatsuo) - Reorganize pgpool.conf sample files so that they are easier to read - (Gleu) + (Guillaume Lelarge) - Add <a name="..."> tags into all parameters in the pgpool-II user manual(Haruka Takatsuka) @@ -3385,7 +3385,7 @@ fi # Define the identity of the package. PACKAGE=pgpool-II - VERSION=3.1.0-beta2 + VERSION=3.1.0-RC1 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 2a7e52cbf..f004a8fc4 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT dnl Checks for programs. AC_PROG_CC -AM_INIT_AUTOMAKE(pgpool-II, 3.1.0-beta2) +AM_INIT_AUTOMAKE(pgpool-II, 3.1.0-RC1) AC_PROG_RANLIB AC_PROG_LIBTOOL diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html index 978e68a5e..a0133faaa 100644 --- a/doc/pgpool-ja.html +++ b/doc/pgpool-ja.html @@ -4002,6 +4002,7 @@ pgpool-II$B$N%A%e!<%H%j%"%k$O(B<a href="tutorial-ja.html">$B$3$3(B<a/>$B$K$ <li>backend_socket_dir$B%Q%i%a!<%?$rGQ;_$7$^$7$?!#$=$NBe$o$j$K!"(Bbackend_hostname$B$,(B'/'$B$G;O$^$k$J$i$P!"$=$l$r(BUNIX$B%I%a%$%s$X$N%Q%9$H$_$J$7$^$9!#(Bbackend_hostname$B$,6u$J$i$P!"%G%U%)%k%H$N(BUNIX$B%I%a%$%s%Q%9(B(/tmp)$B$,;H$o$l$^$9!#$3$l$O!"(Blibpq$B%$%s%?%U%'!<%9$N5,Ls$K=>$$$^$9!#%Q%C%A$O(BJehan-Guillaume (ioguix) de Rorthais$B$5$s$+$iD:$-!"DI2C$N=$@5$r9T$$$^$7$?(B(Tatsuo) <li>$B%U%'%$%k%*!<%P!<;~$K(Bpgpool_walrecrunning()$B$r;HMQ$;$:!"%W%i%$%^%j%N!<%I$X$N>:3J$,40N;$9$k$^$GBT$D$h$&$K$J$j$^$7$?!#4X?t$r;HMQ$7$J$$M}M3$O%W%i%$%^%j%N!<%I$r3N<B$K8+$D$1$k$3$H$,$G$-$J$$$?$a$G$9!#$7$+$7!"$3$N=$@5$K$O%W%i%$%^%j%N!<%I$,8=$l$J$$$H$-$K(Brecovery_timeout$B$N4V(Bpgpool-II$B$,BT$C$F$7$^$&LdBj$,$^$@;D$C$F$$$^$9(B(Kitagawa) <li>PostgreSQL DB$B%N!<%I>pJs$r=PNO$9$k(Bpool_nodes$B$K!V%N!<%I(BID$B!W$rDI2C$7$^$7$?!#%Q%C%A$O(BJean-Paul Argudo$B$5$s$+$iD:$-$^$7$?(B(Guillaume Lelarge) + <li>$B%7!<%1%s%94X?t(B(nextval, setval)$B$N07$$$r(Bblack/white_function_list$B$N@_Dj$K40A4$K=>$&$h$&$KJQ99$7$^$7$?!#0JA0!"$=$l$i$O>o$K=q$-9~$_4X?t$H$7$F07$o$l$F$$$^$7$?(B(Kitagawa) </ul> </p> @@ -4055,6 +4056,8 @@ pgpool-II$B$N%A%e!<%H%j%"%k$O(B<a href="tutorial-ja.html">$B$3$3(B<a/>$B$K$ <li>FOR SHARE/UPDATE$B6g$N$"$k%5%V%/%(%j$r4^$`(BSELECT$B$,%9%l!<%V(B(standby)$B$KAw$i$l$k%P%0$r=$@5$7$^$7$?(B(Tatsuo) <li>PREPARE$BJ8$G%G%U%)%k%HCM$N%?%$%`%9%?%s%W=q$-49$($K<:GT$9$k%P%0$r=$@5$7$^$7$?!#$3$l$O0JA0$OF0:n$7$F$$$^$7$?$,!"(B3.0$B$GF0:n$7$J$/$J$C$F$$$^$7$?(B(Kitagawa) <li>getopt_long()$B$,$J$$4D6-$G(Bpcp$B%3%^%s%I$N%3%s%Q%$%k$,<:GT$9$k$N$r=$@5$7$^$7$?(B(Tatsuo) + <li>raw$B%b!<%I!"(Benable_hba$B$,L58z!"%P%C%/%(%s%I$,(B2$BBf0J>e$N>l9g$K(Bpgpool$B;R%W%m%;%9$,%/%i%C%7%e$9$k$N$r=$@5$7$^$7$?(B(Kitagawa) + <li>$B%a%b%j%j!<%/$r$$$/$D$+=$@5$7$^$7$?(B(Kitagawa) </ul> </p> |
