]> granicus.if.org Git - postgresql/history - src/backend/executor/execScan.c
Fix inconsistencies in the code
[postgresql] / src / backend / executor / execScan.c
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-01 Andres FreundStore tuples for EvalPlanQual in slots, rather than...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-09-23 Tom LaneFix failure in WHERE CURRENT OF after rewinding the...
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-25 Robert HaasAvoid projecting tuples unnecessarily in Gather and...
2017-09-14 Andres FreundProperly check interrupts in execScan.c.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
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-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-08-05 Kevin GrittnerFix typo in C comment.
2014-05-06 Bruce Momjianpgindent run for 9.4
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-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-05-21 Heikki LinnakangasReset per-tuple memory context between every row in...
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-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-24 Tom LaneRelax an Assert() that has been found to be too strict...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
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-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-22 Tom LaneFix oversight in optimization that avoids an unnecessar...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom Lanetlist_matches_tupdesc() needs to defend itself against...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneSuppress unused-variable warnings when building without...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
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-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Vadim B. MikheevexecScan.c: in the end of scan projInfo->pi_slot must be
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.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
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