]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_aggregate.c
Update copyright for 2016
[postgresql] / src / backend / catalog / pg_aggregate.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-26 Peter EisentrautAdd transforms feature
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-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
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-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-14 Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-07-13 Bruce MomjianAllow include files to compile own their own.
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-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-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-01-27 Tom LaneCheck that aggregate creator has the right to execute...
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-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
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-07-21 Tom LaneError message editing in backend/catalog.
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-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-10 Peter Eisentrautmessage refinements
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
next