index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeWindowAgg.c
Commit message (
Expand
)
Author
Age
*
Message tuning
Peter Eisentraut
2010-03-21
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
Remove no-longer-needed ExecCountSlots infrastructure.
Tom Lane
2009-09-27
*
Fix things so that array_agg_finalfn does not modify or free its input
Tom Lane
2009-06-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add some basic support for window frame clauses to the window-functions
Tom Lane
2008-12-31
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28