[COMMITTERS] pgsql: Support default arguments and named-argument notation for window

2013-11-06 Thread Tom Lane
Support default arguments and named-argument notation for window functions. These things didn't work because the planner omitted to do the necessary preprocessing of a WindowFunc's argument list. Add the few dozen lines of code needed to handle that. Although this sounds like a feature addition,

[COMMITTERS] pgsql: Support default arguments and named-argument notation for window

2013-11-06 Thread Tom Lane
Support default arguments and named-argument notation for window functions. These things didn't work because the planner omitted to do the necessary preprocessing of a WindowFunc's argument list. Add the few dozen lines of code needed to handle that. Although this sounds like a feature addition,

[COMMITTERS] pgsql: Support default arguments and named-argument notation for window

2013-11-06 Thread Tom Lane
Support default arguments and named-argument notation for window functions. These things didn't work because the planner omitted to do the necessary preprocessing of a WindowFunc's argument list. Add the few dozen lines of code needed to handle that. Although this sounds like a feature addition,