]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeGroup.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeGroup.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-02-19 Tom LaneRemove redundant initialization of a local variable.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery, take...
2018-02-16 Andres FreundRevert "Do execGrouping.c via expression eval machinery."
2018-02-16 Andres FreundDo execGrouping.c via expression eval machinery.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-04 Robert HaasUse outerPlanState macro instead of referring to leffttree.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-16 Peter EisentrautRemove unreachable code
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
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-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
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-09-08 Tom LaneSupport set-returning functions in the target lists...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-01-12 Tom LaneFix wrong/misleading comments, be more consistent about...
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-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-11 Tom LaneExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-16 Bruce MomjianFix for Group ReScan suggested by Vadim.
1998-07-16 Bruce MomjianPatch for ReScan of Group.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-18 Vadim B. MikheevNew nodeGroup.c code uses own copy of first tuple in...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-27 Bruce MomjianReversed out group by patch.
1998-01-26 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1997-10-27 Vadim B. MikheevFree ascii representations of compared values!
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
next