]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeAgg.c
Update copyright for 2014
[postgresql] / src / backend / executor / nodeAgg.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
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-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-07-23 Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
2009-06-17 Tom LaneExecAgg() failed to finish running out set-returning...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-23 Tom LaneFix an oversight in two different recent patches: nodes...
2008-10-16 Neil ConwayFix a small memory leak in ExecReScanAgg() in the hashe...
2008-09-08 Tom LaneSupport set-returning functions in the target lists...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
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-08-08 Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-22 Tom LaneChange Agg and Group nodes so that Vars contained in...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
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-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-21 Tom LaneRemove ancient kluge that kept nodeAgg.c from crashing...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
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-07-10 Tom LaneTest HAVING condition before computing targetlist of...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-13 Tom LaneRepair memory leakage introduced into the non-hashed...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
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-21 Tom LaneError message editing in backend/executor.
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.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-30 Tom LaneSmall performance improvement for hash joins and hash...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-04 Tom LaneDetect duplicate aggregate calls and evaluate only...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
next