index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
window.sql
Age
Commit message (
Expand
)
Author
2025-10-08
Make truncate_useless_pathkeys() consider WindowFuncs
David Rowley
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2024-12-09
Fix possible crash during WindowAgg evaluation
David Rowley
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-01-10
Handle WindowClause.runCondition in tree walker/mutator functions.
Tom Lane
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-08-04
Attempt to stabilize new window agg regression test
David Rowley
2023-08-03
Account for startup rows when costing WindowAggs
David Rowley
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-01-27
Teach planner about more monotonic window functions
David Rowley
2023-01-07
Add additional regression tests for select_active_windows
David Rowley
2022-12-24
Fix recent accidental omission in pg_proc.dat
David Rowley
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-10-06
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-08-04
Fix failure to set correct operator in window run condition
David Rowley
2022-05-26
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2021-07-01
Add tests for UNBOUNDED syntax ambiguity
Peter Eisentraut
2020-11-04
Declare lead() and lag() using anycompatible not anyelement.
Tom Lane
2020-09-15
Allow incremental sorts for windowing functions
David Rowley
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-21
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-02-24
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2014-06-28
Allow pushdown of WHERE quals into subqueries with window functions.
Tom Lane
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2012-09-13
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-09-27
Fix window functions that sort by expressions involving aggregates.
Tom Lane
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2009-08-27
Modify the definition of window-function PARTITION BY and ORDER BY clauses
Tom Lane
2008-12-31
Add some basic support for window frame clauses to the window-functions
Tom Lane
2008-12-29
Tighten up a couple of regression test cases that can have platform-dependent
Tom Lane
2008-12-28
Support window functions a la SQL:2008.
Tom Lane