Commits

DateSubjectAuthorReleases
2024-01-10 Handle WindowClause.runCondition in tree walker/mutator functions. Tom Lane 17.0
2023-11-14 Support +/- infinity in the interval data type. Dean Rasheed 17.0
2023-08-04 Attempt to stabilize new window agg regression test David Rowley 17.0
2023-08-03 Account for startup rows when costing WindowAggs David Rowley 17.0
2023-03-17 Fix incorrect logic for determining safe WindowAgg run conditions David Rowley 15.3
2023-03-17 Fix incorrect logic for determining safe WindowAgg run conditions David Rowley 16.0
2023-01-27 Teach planner about more monotonic window functions David Rowley 16.0
2023-01-18 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-12 Revert "Get rid of the "new" and "old" entries in a view's rangetable." Tom Lane 16.0
2023-01-12 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-10 Have the planner consider Incremental Sort for DISTINCT David Rowley 16.0
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