Commits

DateSubjectAuthorReleases
2023-01-07 Add additional regression tests for select_active_windows David Rowley 16.0
2022-12-24 Fix recent accidental omission in pg_proc.dat David Rowley 16.0
2022-12-22 Allow window functions to adjust their frameOptions David Rowley 16.0
2022-10-06 Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. Tom Lane 16.0
2022-08-04 Fix failure to set correct operator in window run condition David Rowley 15.0
2022-08-04 Fix failure to set correct operator in window run condition David Rowley 16.0
2022-05-26 Teach remove_unused_subquery_outputs about window run conditions David Rowley 15.0
2022-04-07 Teach planner and executor about monotonic window funcs David Rowley 15.0
2021-07-01 Add tests for UNBOUNDED syntax ambiguity Peter Eisentraut 15.0
2020-11-04 Declare lead() and lag() using anycompatible not anyelement. Tom Lane 14.0
2020-09-15 Allow incremental sorts for windowing functions David Rowley 14.0
2020-07-22 Support infinity and -infinity in the numeric data type. Tom Lane 14.0
2020-07-21 Fix some corner cases for window ranges with infinite offsets. Tom Lane 14.0
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 9.4.25
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 9.5.20
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 9.6.16
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 10.11
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 11.6
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 12.1
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 13.0
2018-09-14 Order active window clauses for greater reuse of Sort nodes. Andrew Gierth 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0
2018-02-24 Add window RANGE support for float4, float8, numeric. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0