aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_agg.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* pgindent run for 9.6Robert Haas2016-06-09
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane2003-01-17
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25