From e0115158da62f1fd8e4d5917c338fb2e2be89a73 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 6 Sep 2018 17:57:32 +0900 Subject: [PATCH] Add some changes to 4.0 english release note. --- doc/src/sgml/release-4.0.sgml | 101 +++++++++++++++++++++------------- 1 file changed, 62 insertions(+), 39 deletions(-) diff --git a/doc/src/sgml/release-4.0.sgml b/doc/src/sgml/release-4.0.sgml index 36903ebf4..a8c8b5c9b 100644 --- a/doc/src/sgml/release-4.0.sgml +++ b/doc/src/sgml/release-4.0.sgml @@ -111,6 +111,34 @@ Using the old config variable name will have no effect. + + + + Allow to specify the AES encrypted password in the pgpool.conf. (Muhammad Usama) + + + Since 4.0, you can specify the AES encrypted password in the + pgpool.conf file for , + , and + . + + + To specify the unencrypted clear text password, prefix the password string with TEXT. + In the absence of a valid prefix, Pgpool-II will considered the string as a plain text password. + + + The empty password string specified in the + pgpool.conf file for , + , and + will only be used when the + does not contain the password for that specific user. + If these parameters are left blank, Pgpool-II will first try to + get the password for that specific user from file before + using the empty password. + + @@ -305,19 +333,6 @@ username3:TEXTmypassword Set log_client_messages = on, any client messages will be logged without debugging messages. - - - - - Allow to display Pgpool-II child process id and - PostgreSQL backend id in . (Tatsuo Ishii) - - - Add --all option to display all child processes and their available connection slots. - - - Add replication_delay and last_status_change to - . (Tatsuo Ishii) + Import PostgreSQL 11's SQL parser. (Bo Peng) - - - - Add role, replication_delay and last_status_change columns to pgpool_adm's - . (Tatsuo Ishii) + Now Pgpool-II can fully understand the newly added SQL syntax + in PostgreSQL 11, + such as CREATE/ALTER/DROP PROCEDURE, + { RANGE | ROWS | GROUPS } frame_start [ frame_exclusion ], etc. @@ -420,30 +431,42 @@ username3:TEXTmypassword or any other servers that understand the frontend/backend protocol. - - - - - Changes - - + - Allow to specify the AES encrypted password in the pgpool.conf. (Muhammad Usama) + Allow to display Pgpool-II child process id and + PostgreSQL backend id in . (Tatsuo Ishii) - Since 4.0, you can specify the AES encrypted password in the - pgpool.conf file for , - , and - . + Add --all option to display all child processes and their available connection slots. + + + + + + Add replication_delay and last_status_change to + . (Tatsuo Ishii) + + + - To specify the unencrypted clear text password, prefix the password string with TEXT. - In the absence of a valid prefix, Pgpool-II will considered the string as a plain text password. + Add role, replication_delay and last_status_change columns to pgpool_adm's + . (Tatsuo Ishii) + + + + + Changes +