pgsql: pg_upgrade: Add SYSTEMQUOTE for Windows paths with spaces

2018-07-31 Thread Bruce Momjian
pg_upgrade: Add SYSTEMQUOTE for Windows paths with spaces Another fix for commit 244142d32afd02e7408a2ef1f249b00393983822. We added SYSTEMQUOTE to the win32 popen() compatibility function in PG 9.4. Backpatch-through: 9.3 only Branch -- REL9_3_STABLE Details --- https://git.postgresql

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b6d6488a3a7077fb2305c360c241a0789d7b657e Modified Files -- src/bin/pg

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/764e21db0e2eb384785f94bc0087229318250f9e Modified Files -- src

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/12dd070081de931a45af42bbdacc65ff0f8066eb Modified Files -- con

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d8dd8d221a057a10940c15745ec36e303c2db664 Modified Files -- src

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a1d383ab57842e1c52d0824a07d35339359e13b9 Modified Files -- con

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9200016335a030d70907dfa9bcb680681a61608e Modified Files -- src

pgsql: pg_upgrade: fix --check for live source server checks

2018-07-31 Thread Bruce Momjian
pg_upgrade: fix --check for live source server checks Fix for commit 244142d32afd02e7408a2ef1f249b00393983822. Backpatch-through: 9.3 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/92a11a0d82724d365c0c32ebb12967ad83bc1200 Modified Files -- src

pgsql: Provide for contrib and pgxs modules to install include files.

2018-07-31 Thread Andrew Gierth
Provide for contrib and pgxs modules to install include files. This allows out-of-tree PLs and similar code to get access to definitions needed to work with extension data types. The following existing modules now install headers: contrib/cube, contrib/hstore, contrib/isn, contrib/ltree, contrib/

pgsql: Provide for contrib and pgxs modules to install include files.

2018-07-31 Thread Andrew Gierth
Provide for contrib and pgxs modules to install include files. This allows out-of-tree PLs and similar code to get access to definitions needed to work with extension data types. The following existing modules now install headers: contrib/cube, contrib/hstore, contrib/isn, contrib/ltree, contrib/

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Further fixes for quoted-list GUC values in pg_dump and ruleutil

2018-07-31 Thread Tom Lane
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Commits 742869946 et al turn out to be a couple bricks shy of a load. We were dumping the stored values of GUC_LIST_QUOTE variables as they appear in proconfig or setconfig catalog columns. However, although that quoting rule lo

pgsql: Fix typo in file identification and copyright year

2018-07-31 Thread Alvaro Herrera
Fix typo in file identification and copyright year Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/23ca82d7ef6c386f2995b812d93426a349e17438 Modified Files -- src/include/utils/float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Remove SGMLism from commit 2d36a5e9dab6

2018-07-31 Thread Andrew Dunstan
Remove SGMLism from commit 2d36a5e9dab6 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ed0cfde2e7fca2c129e560491bbb15331f2ff2f4 Modified Files -- doc/src/sgml/auto-explain.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Provide a log_level setting for auto_explain

2018-07-31 Thread Andrew Dunstan
Provide a log_level setting for auto_explain Up to now the log level has been hardcoded at LOG. A new auto_explain.log_level setting allows that to be modified. Discussion: https://postgr.es/m/CAPPfruyZh+snR2AdmutrA0B_caj=ywzklqxutzynjjcaq_w...@mail.gmail.com Tom Dunstan and Andrew Dunstan Revi