[COMMITTERS] pgsql: Fix planning of parameterized appendrel paths with expensive joi

2013-07-07 Thread Tom Lane
Fix planning of parameterized appendrel paths with expensive join quals. The code in set_append_rel_pathlist() for building parameterized paths for append relations (inheritance and UNION ALL combinations) supposed that the cheapest regular path for a child relation would still be cheapest when re

[COMMITTERS] pgsql: Fix planning of parameterized appendrel paths with expensive joi

2013-07-07 Thread Tom Lane
Fix planning of parameterized appendrel paths with expensive join quals. The code in set_append_rel_pathlist() for building parameterized paths for append relations (inheritance and UNION ALL combinations) supposed that the cheapest regular path for a child relation would still be cheapest when re

[COMMITTERS] pgsql: Fix planning of parameterized appendrel paths with expensive joi

2013-07-07 Thread Tom Lane
Fix planning of parameterized appendrel paths with expensive join quals. The code in set_append_rel_pathlist() for building parameterized paths for append relations (inheritance and UNION ALL combinations) supposed that the cheapest regular path for a child relation would still be cheapest when re

[COMMITTERS] pgsql: pg_resetxlog: Make --help consistent with man page

2013-07-07 Thread Peter Eisentraut
pg_resetxlog: Make --help consistent with man page Use "MXID" as placeholder for -m option, instead of just "XID". Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e714d03142a87d572d95f70099537ef8ffd13508 Modified Files -- src/bin/pg_resetxlog/pg_resetxlo

[COMMITTERS] pgsql: pg_resetxlog: Make --help consistent with man page

2013-07-07 Thread Peter Eisentraut
pg_resetxlog: Make --help consistent with man page Use "MXID" as placeholder for -m option, instead of just "XID". Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8ca0e6870c4534f3cc36899f613928b5557c22be Modified Files -- src/bin/pg_resetxlog/pg_r

[COMMITTERS] pgsql: pg_isready: Make --help output more consistent with other utilit

2013-07-07 Thread Peter Eisentraut
pg_isready: Make --help output more consistent with other utilities Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9b2543a4018c7f746bdb8d379c4ebc89c7d5f831 Modified Files -- src/bin/scripts/pg_isready.c |2 +- 1 file changed, 1 insertion(+), 1 deletio

[COMMITTERS] pgsql: pg_isready: Make --help output more consistent with other utilit

2013-07-07 Thread Peter Eisentraut
pg_isready: Make --help output more consistent with other utilities Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/95b4e8761e3aac9d27c59b89eb3ca5c90d93f9da Modified Files -- src/bin/scripts/pg_isready.c |2 +- 1 file changed, 1 insertion(+), 1

[COMMITTERS] pgsql: pg_upgrade: document link options

2013-07-07 Thread Bruce Momjian
pg_upgrade: document link options Document that tablespaces and pg_xlog can be on different file systems for pg_upgrade --link mode. Backpatch to 9.3. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27aa1b960a8562163610bc5e3c1437c55badb090 Modified Files ---

[COMMITTERS] pgsql: pg_upgrade: document link options

2013-07-07 Thread Bruce Momjian
pg_upgrade: document link options Document that tablespaces and pg_xlog can be on different file systems for pg_upgrade --link mode. Backpatch to 9.3. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bf8d8ddc08b9573d1b6ed2ef24c83db5fef18d8c Modified Files

[COMMITTERS] pgsql: Fix include-guard

2013-07-07 Thread Magnus Hagander
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/271f7b0f8ab8f584fafc7703f1a9ac14d81ca21d Modified Files -- src/include/utils/attoptcache.h |6 +

[COMMITTERS] pgsql: Fix include-guard

2013-07-07 Thread Magnus Hagander
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9f8830dbe203e1dde3e8aea594e4a23577e4d340 Modified Files -- src/include/utils/attoptcache.h |6 +

[COMMITTERS] pgsql: Fix include-guard

2013-07-07 Thread Magnus Hagander
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5a348fe077916048cfba3eab3f8210583a6bcb14 Modified Files -- src/include/utils/attoptcache.h |6 +++--- 1

[COMMITTERS] pgsql: Fix include-guard

2013-07-07 Thread Magnus Hagander
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/62ba0c12e599a377b3c1f1c94e0018a7c6f348ec Modified Files -- src/include/utils/attoptcache.h |6 +

[COMMITTERS] pgsql: Fix include-guard

2013-07-07 Thread Magnus Hagander
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9a785aca873d79f886c4091456122bcba1ac0388 Modified Files -- src/include/utils/attoptcache.h |6 +

[COMMITTERS] pgsql: pgbench: Silence compiler warning

2013-07-07 Thread Peter Eisentraut
pgbench: Silence compiler warning Explicitly ignore return value from write(), to silence warning. This warning only appeared under --disable-thread-safety. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/55f100efc67a0054db586c1804760fb18cfc7b79 Modified Files