Commits

DateSubjectAuthorReleases
2014-06-28 Allow pushdown of WHERE quals into subqueries with window functions. Tom Lane 9.5.0
2014-04-13 Provide moving-aggregate support for boolean aggregates. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for a bunch of numerical aggregates. Tom Lane 9.4.0
2014-04-12 Create infrastructure for moving-aggregate optimization. Tom Lane 9.4.0
2013-11-06 Support default arguments and named-argument notation for window functions. Tom Lane 9.3.2
2013-11-06 Support default arguments and named-argument notation for window functions. Tom Lane 9.4.0
2013-11-06 Support default arguments and named-argument notation for window functions. Tom Lane 9.2.6
2013-07-17 Implement the FILTER clause for aggregate function calls. Noah Misch 9.4.0
2012-09-13 Fix case of window function + aggregate + GROUP BY expression. Tom Lane 9.2.1
2012-09-13 Fix case of window function + aggregate + GROUP BY expression. Tom Lane 9.3.0
2011-10-14 Measure the number of all-visible pages for use in index-only scan costing. Tom Lane 9.2.0
2011-09-27 Fix window functions that sort by expressions involving aggregates. Tom Lane 9.1.2
2011-09-27 Fix window functions that sort by expressions involving aggregates. Tom Lane 9.2.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.1.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.2.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2010-02-12 Extend the set of frame options supported for window functions. Tom Lane 9.0.0
2009-08-27 Modify the definition of window-function PARTITION BY and ORDER BY clauses Tom Lane 8.4.1
2009-08-27 Modify the definition of window-function PARTITION BY and ORDER BY clauses Tom Lane 9.0.0
2008-12-31 Add some basic support for window frame clauses to the window-functions Tom Lane 8.4.0
2008-12-29 Tighten up a couple of regression test cases that can have platform-dependent Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0