]> granicus.if.org Git - postgresql/history - src/test/regress/sql/aggregates.sql
Remove the single-argument form of string_agg(). It added nothing much in
[postgresql] / src / test / regress / sql / aggregates.sql
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-07-18 Tom LaneAllow ORDER BY/GROUP BY/etc items to match targetlist...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-04-25 Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2004-05-26 Bruce MomjianThe added aggregates are:
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-10 Tom LaneUpdate regression tests for ONLY and other recent changes.
2000-01-05 Thomas G. LockhartUpdate format to add uniform headers on files.
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1997-04-29 Thomas G. LockhartReorder tests and move aggregate table data to data/.
1997-04-27 Marc G. Fourniersplit out a bunch more tests from misc.source so that...