[COMMITTERS] pgsql: Expose the "*VALUES*" alias that we generate for a stand-alone V

2011-06-04 Thread Tom Lane
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This come

[COMMITTERS] pgsql: Expose the "*VALUES*" alias that we generate for a stand-alone V

2011-06-04 Thread Tom Lane
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This come

[COMMITTERS] pgsql: Expose the "*VALUES*" alias that we generate for a stand-alone V

2011-06-04 Thread Tom Lane
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This come

[COMMITTERS] pgsql: Expose the "*VALUES*" alias that we generate for a stand-alone V

2011-06-04 Thread Tom Lane
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This come

[COMMITTERS] pgsql: More ECPG documentation fixes

2011-06-04 Thread Peter Eisentraut
More ECPG documentation fixes Marc Cousin Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ec688fd346e7f3413bd69ff2413a1e6da6aec402 Modified Files -- doc/src/sgml/ecpg.sgml |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) -- Sent v

[COMMITTERS] pgsql: Expose the "*VALUES*" alias that we generate for a stand-alone V

2011-06-04 Thread Tom Lane
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. We were trying to make that strictly an internal implementation detail, but it turns out that it's exposed anyway when dumping a view defined like CREATE VIEW test_view AS VALUES (1), (2), (3) ORDER BY 1; This come

[COMMITTERS] pgsql: ECPG documentation fix

2011-06-04 Thread Peter Eisentraut
ECPG documentation fix Marc Cousin, Satoshi Nagayasu Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b51d05b511f7c88b8d7ae3c0d3539db9405bac80 Modified Files -- doc/src/sgml/ecpg.sgml |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) -- S

[COMMITTERS] pgsql: ECPG documentation fixes

2011-06-04 Thread Peter Eisentraut
ECPG documentation fixes Marc Cousin Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/15d8cfb77bae3fc8a9c77b7b0447dceadf959a94 Modified Files -- doc/src/sgml/ecpg.sgml |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) -- Sent via pg

[COMMITTERS] pgsql: ECPG documentation fixes

2011-06-04 Thread Peter Eisentraut
ECPG documentation fixes Marc Cousin Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/28395db4ea80473a171598785bf2652a01802889 Modified Files -- doc/src/sgml/ecpg.sgml |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) -- Sent via pg

[COMMITTERS] pgsql: ECPG documentation fix

2011-06-04 Thread Peter Eisentraut
ECPG documentation fix Marc Cousin, Satoshi Nagayasu Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/843c280626ae97dbf521d27992abfdfdfe69e279 Modified Files -- doc/src/sgml/ecpg.sgml |7 --- 1 files changed, 4 insertions(+), 3 deletions(-)

[COMMITTERS] pgsql: ECPG documentation fixes

2011-06-04 Thread Peter Eisentraut
ECPG documentation fixes Marc Cousin Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b9544a070b3a5e2d52c3218f2e40835806ec9172 Modified Files -- doc/src/sgml/ecpg.sgml |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) -- Sent via pg

[COMMITTERS] pgsql: More ECPG documentation fixes

2011-06-04 Thread Peter Eisentraut
More ECPG documentation fixes Marc Cousin Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4dd4bd4d8e1314b0c242e468d084400bf0734202 Modified Files -- doc/src/sgml/ecpg.sgml |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) -- Sent via pgsq

[COMMITTERS] pgsql: Fix documentation reference to "above" example

2011-06-04 Thread Peter Eisentraut
Fix documentation reference to "above" example found by Thom Brown Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/39dbc62adedc8758580d099e4a21f1e5a4a0bf85 Modified Files -- doc/src/sgml/plpython.sgml |3 ++- 1 files changed, 2 insertions(+), 1

[COMMITTERS] pgsql: Fix documentation reference to "above" example

2011-06-04 Thread Peter Eisentraut
Fix documentation reference to "above" example found by Thom Brown Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/36a1ba9d5e25d74fb50dfaccefe86f406f337a74 Modified Files -- doc/src/sgml/plpython.sgml |3 ++- 1 files changed, 2 insertions(+), 1 deleti

[COMMITTERS] pgsql: Allow building with perl 5.14.

2011-06-04 Thread Andrew Dunstan
Allow building with perl 5.14. Patch from Alex Hunsaker. Branch -- REL8_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f604891a06a6662502a2b13607308fef67e4257d Modified Files -- src/pl/plperl/plperl.c |2 +- src/pl/plperl/plperl.h |5 + 2 files change

[COMMITTERS] pgsql: Allow building with perl 5.14.

2011-06-04 Thread Andrew Dunstan
Allow building with perl 5.14. Patch from Alex Hunsaker. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8287c4f98ecf8f075064973d032f75ca8373c5c4 Modified Files -- src/pl/plperl/plperl.c |2 +- src/pl/plperl/plperl.h |5 + 2 files change

[COMMITTERS] pgsql: Allow building with perl 5.14.

2011-06-04 Thread Andrew Dunstan
Allow building with perl 5.14. Patch from Alex Hunsaker. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c985cf0d12d71b75721031252ab52c75d83492f3 Modified Files -- src/pl/plperl/plperl.c |2 +- src/pl/plperl/plperl.h |5 + 2 files change

[COMMITTERS] pgsql: Allow building with perl 5.14.

2011-06-04 Thread Andrew Dunstan
Allow building with perl 5.14. Patch from Alex Hunsaker. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cb252c2acd415d304e3254e99f82058d11a69e04 Modified Files -- src/pl/plperl/plperl.c |2 +- src/pl/plperl/plperl.h |5 + 2 files change

[COMMITTERS] pgsql: Allow building with perl 5.14.

2011-06-04 Thread Andrew Dunstan
Allow building with perl 5.14. Patch from Alex Hunsaker. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ccd69b888641441b2332dc928ada1390dd0c318a Modified Files -- src/pl/plperl/plperl.c |2 +- src/pl/plperl/plperl.h |5 + 2 files changed, 6 in