summaryrefslogtreecommitdiff
path: root/src/backend/commands/aggregatecmds.c
Commit message (Expand)AuthorAgeFilesLines
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-0/+8
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-1/+100
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-1/+36
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-161-0/+4
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-16/+39
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-0/+1
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-211-63/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-11/+13
* Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane2012-10-041-1/+21
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-031-15/+0
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-51/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Refactor typenameTypeId()Peter Eisentraut2010-10-251-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-12/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-1/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* In CREATE AGGREGATE, allow the transition datatype to be "internal", but onlyTom Lane2008-11-141-6/+15
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-081-51/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-4/+4
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-4/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-12/+12
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-251-3/+4
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-25/+28
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-161-7/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-2/+16
* Support the syntaxTom Lane2006-04-151-80/+78
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-6/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-27/+26
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-15/+20
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-6/+16
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-4/+4
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+3
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+2