[COMMITTERS] pgsql: First-draft release notes for 9.6.1.

2016-10-21 Thread Tom Lane
First-draft release notes for 9.6.1. As usual, the release notes for other branches will be made by cutting these down, but put them up for community review first. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/eacaf6e29fd2a3047aff9738a35a8e9b05e55375 Modified File

[COMMITTERS] pgsql: Fix comment formatting.

2016-10-21 Thread Robert Haas
Fix comment formatting. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/919c811ca1e2a545cb1db243af93d55270d84469 Modified Files -- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: postgres_fdw: Attempt to stabilize regression results.

2016-10-21 Thread Robert Haas
postgres_fdw: Attempt to stabilize regression results. Set enable_hashagg to false for tests involving least_agg(), so that we get the same plan regardless of local costing variances. Also, remove a test involving sqrt(); it's there to test deparsing of HAVING clauses containing expressions, but

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/

[COMMITTERS] pgsql: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variabl

2016-10-21 Thread Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. Replace "Full path to ..." with "Full path name of ...". At least one user has misinterpreted the existing wording as meaning "Directory containing ...". Branch -- master Details --- http://git.postgresql.org/pg/commitd

[COMMITTERS] pgsql: postgres_fdw: Push down aggregates to remote servers.

2016-10-21 Thread Robert Haas
postgres_fdw: Push down aggregates to remote servers. Now that the upper planner uses paths, and now that we have proper hooks to inject paths into the upper planning process, it's possible for foreign data wrappers to arrange to push aggregates to the remote side instead of fetching all of the ro