]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeResult.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / nodeResult.c
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-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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-22 Tom LaneChange Agg and Group nodes so that Vars contained in...
2007-02-16 Tom LaneFix another problem in 8.2 changes that allowed "one...
2007-02-15 Tom LaneRepair oversight in 8.2 change that improved the handli...
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-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
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-04-24 Tom LanePut back example of using Result node to execute an...
2005-04-24 Neil ConwayUpdate some comments to use SQL examples rather than...
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.
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-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-20 Bruce MomjianFix for aggregate memory leaks from Erik Riedel.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-18 Thomas G. LockhartFix from Vadim for simple-minded case SELECT 1 WHERE...
1998-02-13 Vadim B. MikheevSupport for subselects.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-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