]> granicus.if.org Git - postgresql/history - src/test/regress/expected/aggregates.out
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
[postgresql] / src / test / regress / expected / aggregates.out
2013-12-12 Tom LaneImprove EXPLAIN to print the grouping columns in Agg...
2013-12-11 Tom LaneTweak placement of explicit ANALYZE commands in the...
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2012-11-26 Tom LaneFix SELECT DISTINCT with index-optimized MIN/MAX on...
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-04-13 Peter EisentrautRename bytea_agg to string_agg and add delimiter argument
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
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-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2007-07-09 Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
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-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-10-02 Tom LaneAlter scale selection for NUMERIC division and transcen...
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-09 Tom LaneUpdate remaining tests for new psql, with the exception...
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1997-04-29 Thomas G. LockhartAdded initial set of expected outputs for new regressio...