[COMMITTERS] pgsql: Add temp-check, with_temp_install definition - 9.4

2015-09-08 Thread Stephen Frost
Add temp-check, with_temp_install definition - 9.4 Commit fa4a4df93c8c28d5684cacb1677fbd13f58bb9f2 attempted to backpatch to 9.4 a change to improve the logging of TAP tests. Unfortunately, due to how 9.4 and 9.5 had diverged, the backpatch to 9.4 depended on a few things which didn't exist in 9.

[COMMITTERS] pgsql: Lock all relations referred to in updatable views

2015-09-08 Thread Stephen Frost
Lock all relations referred to in updatable views Even views considered "simple" enough to be automatically updatable may have mulitple relations involved (eg: in a where clause). We need to make sure and lock those relations when rewriting the query. Back-patch to 9.3 where updatable views were

[COMMITTERS] pgsql: Lock all relations referred to in updatable views

2015-09-08 Thread Stephen Frost
Lock all relations referred to in updatable views Even views considered "simple" enough to be automatically updatable may have mulitple relations involved (eg: in a where clause). We need to make sure and lock those relations when rewriting the query. Back-patch to 9.3 where updatable views were

[COMMITTERS] pgsql: Lock all relations referred to in updatable views

2015-09-08 Thread Stephen Frost
Lock all relations referred to in updatable views Even views considered "simple" enough to be automatically updatable may have mulitple relations involved (eg: in a where clause). We need to make sure and lock those relations when rewriting the query. Back-patch to 9.3 where updatable views were

[COMMITTERS] pgsql: Lock all relations referred to in updatable views

2015-09-08 Thread Stephen Frost
Lock all relations referred to in updatable views Even views considered "simple" enough to be automatically updatable may have mulitple relations involved (eg: in a where clause). We need to make sure and lock those relations when rewriting the query. Back-patch to 9.3 where updatable views were

[COMMITTERS] pgsql: psql: Generic tab completion support for enum and bool GUCs.

2015-09-08 Thread Andres Freund
psql: Generic tab completion support for enum and bool GUCs. Author: Pavel Stehule Reviewed-By: Andres Freund Discussion: 5594fe7a.5050...@iki.fi Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3ae16798f0f9d2d941e50062b579c28c9b946c9e Modified Files -- s

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_1_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_0_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_3_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_2_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_5_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- master Details --- http://git.postgresql.or

[COMMITTERS] pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

2015-09-08 Thread Fujii Masao
Add gin_fuzzy_search_limit to postgresql.conf.sample. This was forgotten in 8a3631f (commit that originally added the parameter) and 0ca9907 (commit that added the documentation later that year). Back-patch to all supported versions. Branch -- REL9_4_STABLE Details --- http://git.postgr

[COMMITTERS] pgsql: Improve tab-completion for GRANT and REVOKE.

2015-09-08 Thread Fujii Masao
Improve tab-completion for GRANT and REVOKE. Thomas Munro, reviewed by Michael Paquier, modified by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2f8880704a697312d8d10ab3a2ad7ffe4b5e3dfd Modified Files -- src/bin/psql/tab-complete.c | 122

Re: [COMMITTERS] pgsql: Allow per-tablespace effective_io_concurrency

2015-09-08 Thread Thom Brown
On 8 September 2015 at 16:59, Alvaro Herrera wrote: > Allow per-tablespace effective_io_concurrency > > Per discussion, nowadays it is possible to have tablespaces that have > wildly different I/O characteristics from others. Setting different > effective_io_concurrency parameters for those has

[COMMITTERS] pgsql: Allow per-tablespace effective_io_concurrency

2015-09-08 Thread Alvaro Herrera
Allow per-tablespace effective_io_concurrency Per discussion, nowadays it is possible to have tablespaces that have wildly different I/O characteristics from others. Setting different effective_io_concurrency parameters for those has been measured to improve performance. Author: Julien Rouhaud R

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9202892cd206f3a706ae5f05ee6f2873515c2539 Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bbbe5a9d8a35f0f7a983488d35dd86006229ea0c Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/665a00c9e2598e3be366cb9f99c0a04a51dd8c7a Modified Files -- contrib/sslinfo/sslinfo.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ac711dd27f71aada76af2d2e2de0e3f32e3191c6 Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/625f488711f85b35b54f56dce3f8923e29df7df2 Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/45829e00e6d12f62e118d9183f4ac3df8b6519aa Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio

[COMMITTERS] pgsql: Fix error message wording in previous sslinfo commit

2015-09-08 Thread Alvaro Herrera
Fix error message wording in previous sslinfo commit Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cedb3e66ae718d097a065ec0d357164332c15d80 Modified Files -- contrib/sslinfo/sslinfo.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletio