[COMMITTERS] pgsql: Add options to git_changelog for use in major release note creat

2012-04-27 Thread Bruce Momjian
Add options to git_changelog for use in major release note creation: --details-after --master-only --oldest-first Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/993ce4e6c9f23d385d60f1fd4aee01bdf050de24 Modified Files -- src/tools

[COMMITTERS] pgsql: Fix printing of whole-row Vars at top level of a SELECT targetli

2012-04-27 Thread Tom Lane
Fix printing of whole-row Vars at top level of a SELECT targetlist. Normally whole-row Vars are printed as "tabname.*". However, that does not work at top level of a targetlist, because per SQL standard the parser will think that the "*" should result in column-by-column expansion; which is not a

[COMMITTERS] pgsql: Fix printing of whole-row Vars at top level of a SELECT targetli

2012-04-27 Thread Tom Lane
Fix printing of whole-row Vars at top level of a SELECT targetlist. Normally whole-row Vars are printed as "tabname.*". However, that does not work at top level of a targetlist, because per SQL standard the parser will think that the "*" should result in column-by-column expansion; which is not a

[COMMITTERS] pgsql: Fix printing of whole-row Vars at top level of a SELECT targetli

2012-04-27 Thread Tom Lane
Fix printing of whole-row Vars at top level of a SELECT targetlist. Normally whole-row Vars are printed as "tabname.*". However, that does not work at top level of a targetlist, because per SQL standard the parser will think that the "*" should result in column-by-column expansion; which is not a

[COMMITTERS] pgsql: Fix printing of whole-row Vars at top level of a SELECT targetli

2012-04-27 Thread Tom Lane
Fix printing of whole-row Vars at top level of a SELECT targetlist. Normally whole-row Vars are printed as "tabname.*". However, that does not work at top level of a targetlist, because per SQL standard the parser will think that the "*" should result in column-by-column expansion; which is not a

[COMMITTERS] pgsql: Fix printing of whole-row Vars at top level of a SELECT targetli

2012-04-27 Thread Tom Lane
Fix printing of whole-row Vars at top level of a SELECT targetlist. Normally whole-row Vars are printed as "tabname.*". However, that does not work at top level of a targetlist, because per SQL standard the parser will think that the "*" should result in column-by-column expansion; which is not a