]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeNestloop.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeNestloop.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-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
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-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
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-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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 LaneRemove useless ps_OuterTupleSlot field from PlanState...
2008-08-15 Tom LanePerformance fix for new anti-join code in nodeMergejoin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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.
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-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
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-06-20 Bruce MomjianUpdate copyright to 2002.
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-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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-13 Vadim B. MikheevSupport for subselects.
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.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01