[COMMITTERS] pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis

2016-11-14 Thread Alvaro Herrera
Fix duplication in ALTER MATERIALIZE VIEW synopsis Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis of ALTER MATERIALIZE VIEW as a possible "action" when it added a separate line for it in the main command listing, but failed to. Repair. Backpatch to 9.4, like the aforemen

[COMMITTERS] pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis

2016-11-14 Thread Alvaro Herrera
Fix duplication in ALTER MATERIALIZE VIEW synopsis Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis of ALTER MATERIALIZE VIEW as a possible "action" when it added a separate line for it in the main command listing, but failed to. Repair. Backpatch to 9.4, like the aforemen

[COMMITTERS] pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis

2016-11-14 Thread Alvaro Herrera
Fix duplication in ALTER MATERIALIZE VIEW synopsis Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis of ALTER MATERIALIZE VIEW as a possible "action" when it added a separate line for it in the main command listing, but failed to. Repair. Backpatch to 9.4, like the aforemen

[COMMITTERS] pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis

2016-11-14 Thread Alvaro Herrera
Fix duplication in ALTER MATERIALIZE VIEW synopsis Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis of ALTER MATERIALIZE VIEW as a possible "action" when it added a separate line for it in the main command listing, but failed to. Repair. Backpatch to 9.4, like the aforemen

[COMMITTERS] pgsql: Allow individual TAP tests to be run via PROVE_TESTS

2016-11-14 Thread Peter Eisentraut
Allow individual TAP tests to be run via PROVE_TESTS Add a new optional Makefile variable PROVE_TESTS that, if passed as a space-separated list of paths relative to the Makefile invoking $(prove_check) or $(prove_installcheck), runs just those tests instead of t/*.pl . From: Craig Ringer Reviewe

[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment The function was renamed in 908e23473, but the comment never learned about it. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/60de884be75cafec97cb15e60e63f72cb9035549 Modified Files -- src/backend/utils/adt/jsonfuncs.c | 2 +-

[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment The function was renamed in 908e23473, but the comment never learned about it. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7fcaec032f88a29d1f0c0f03a1c35be112992e4c Modified Files -- src/backend/utils/adt/jsonfuncs.c | 2 +-

[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment The function was renamed in 908e23473, but the comment never learned about it. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c99f876e9a1e2a9a04d02a8aaf046cd9125e9264 Modified Files -- src/backend/utils/adt/jsonfuncs.c | 2 +- 1 file

[COMMITTERS] pgsql: Provide NO_INSTALLCHECK option for pgxs.

2016-11-14 Thread Andres Freund
Provide NO_INSTALLCHECK option for pgxs. This allows us to avoid running the regression tests in contrib modules like pg_stat_statement in a less ugly manner. Discussion: <[email protected]> Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ffa8c3d8521bbd