summaryrefslogtreecommitdiff
path: root/src/backend/commands/aggregatecmds.c
AgeCommit message (Expand)Author
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-11-16Allow aggregates to provide estimates of their transition state data size.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-10-04Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-14In CREATE AGGREGATE, allow the transition datatype to be "internal", but onlyTom Lane
2008-06-08ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-11Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Make some sentences consistent with similar ones.Bruce Momjian
2006-09-25Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-16Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-04-15Support the syntaxTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-22Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane