[COMMITTERS] pgsql: Fix pg_isready to handle -d option properly.

2013-11-21 Thread Fujii Masao
Fix pg_isready to handle -d option properly. Previously, -d option for pg_isready was broken. When the name of the database was specified by -d option, pg_isready failed with an error. When the conninfo specified by -d option contained the setting of the host name but not Numeric IP address (i.e.,

[COMMITTERS] pgsql: Support multi-argument UNNEST(), and TABLE() syntax for multiple

2013-11-21 Thread Tom Lane
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. This patch adds the ability to write TABLE( function1(), function2(), ...) as a single FROM-clause entry. The result is the concatenation of the first row from each function, followed by the second row from each function,

[COMMITTERS] pgsql: Fix pg_isready to handle -d option properly.

2013-11-21 Thread Fujii Masao
Fix pg_isready to handle -d option properly. Previously, -d option for pg_isready was broken. When the name of the database was specified by -d option, pg_isready failed with an error. When the conninfo specified by -d option contained the setting of the host name but not Numeric IP address (i.e.,

[COMMITTERS] pgsql: Tweak streamutil.c further to avoid scan-build warning

2013-11-21 Thread Peter Eisentraut
Tweak streamutil.c further to avoid scan-build warning The previous change added a new scan-build warning about need_password assigned but not read. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f4482a542c30034c7871fd35050128823ef5c6d5 Modified Files -