Commits

DateSubjectAuthorReleases
2010-08-04 Forgot to back-patch earlier change to documentation for aggregate Tom Lane 9.0.0
2010-08-04 Add an example to clarify the use of ORDER BY in multiple-argument Tom Lane 9.1.0
2010-05-30 Change the notation for calling functions with named parameters from Tom Lane 9.0.0
2010-02-12 Extend the set of frame options supported for window functions. Tom Lane 9.0.0
2010-02-04 Three out of four of us like this phrasing better. Tom Lane 9.0.0
2009-12-15 Support ORDER BY within aggregate function calls, at long last providing a Tom Lane 9.0.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 9.0.0
2009-10-08 Support use of function argument names to identify which actual arguments 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
2009-06-17 Proofreading for Bruce's recent round of documentation proofreading. Tom Lane 8.4.0
2008-12-31 Throw error if a <window definition> references a window that already has a Tom Lane 8.4.0
2008-12-31 Add some basic support for window frame clauses to the window-functions Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-09 Add a specific example of parenthesizing when extracting a field of a Tom Lane 8.4.0
2008-03-20 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied Tom Lane 8.4.0
2008-01-23 Avoid mathematical inconsistency in example about avoiding division by Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0
2006-10-22 Some desultory copy-editing. Tom Lane 8.2.0
2006-10-21 Rewrite discussion of string constant syntax to bring it into line with Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-06-26 Change the row constructor syntax (ROW(...)) so that list elements foo.* Tom Lane 8.2.0
2005-10-23 A bit of minor copy-editing. Tom Lane 8.1.0
2005-06-26 Code review for escape-strings patch. Sync psql and plpgsql lexers Tom Lane 8.1.0