]> granicus.if.org Git - postgresql/history - src/backend/commands/aggregatecmds.c
Update copyright via script for 2017
[postgresql] / src / backend / commands / aggregatecmds.c
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-10 Heikki LinnakangasRemove some unnecessary #includes.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-06-22 Tom LaneFix type-safety problem with parallel aggregate serial...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Peter EisentrautMessage style and wording fixes
2016-04-05 Robert HaasFix parallel-safety code for parallel aggregation.
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-04 Tom LaneMake CREATE AGGREGATE complain if the initcond is inval...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-14 Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-06-08 Tom LaneALTER AGGREGATE OWNER seems to have been missed by...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-09-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-04-15 Tom LaneSupport the syntax
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...