[COMMITTERS] pgsql: Add some strings that were not marked for translation

2011-07-02 Thread Peter Eisentraut
Add some strings that were not marked for translation Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/678a6d03441fc5acb18fdd43afdd2dd4145c0593 Modified Files -- src/bin/pg_ctl/pg_ctl.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions

[COMMITTERS] pgsql: Unify spelling of "canceled", "canceling", "cancellation"

2011-07-02 Thread Peter Eisentraut
Unify spelling of "canceled", "canceling", "cancellation" We had previously (af26857a2775e7ceb0916155e931008c2116632f) established the U.S. spellings as standard. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6b23ba1093d298a41463a24f091c6f86be406449 Modifie

[COMMITTERS] pgsql: Fix EXPLAIN to handle gating Result nodes within inner-indexscan

2011-07-02 Thread Tom Lane
Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans. It is possible for a NestLoop plan node to pass an OUTER Var into an "inner indexscan" that is an Append construct (derived from an inheritance tree or UNION ALL subquery). The OUTER tuple is then passed down at runtime to

[COMMITTERS] pgsql: Fix EXPLAIN to handle gating Result nodes within inner-indexscan

2011-07-02 Thread Tom Lane
Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans. It is possible for a NestLoop plan node to pass an OUTER Var into an "inner indexscan" that is an Append construct (derived from an inheritance tree or UNION ALL subquery). The OUTER tuple is then passed down at runtime to

[COMMITTERS] psqlodbc - psqlodbc: Prep release the minor version.

2011-07-02 Thread Hiroshi Saito
Log Message: --- Prep release the minor version. Modified Files: -- psqlodbc: configure.ac (r1.93 -> r1.94) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac?r1=1.93&r2=1.94) version.h (r1.200 -> r1.201) (http://cv