]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeSubplan.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeSubplan.c
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-09-15 Tom LaneFix failure with initplans used conditionally during...
2018-08-17 Andrew GierthSet scan direction appropriately for SubPlans (bug...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
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-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
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-10-11 Tom LaneFix cross-type case in partial row matching for hashed...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
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-28 Tom LaneFix potential failure when hashing the output of a...
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 LaneReplace the array-style TupleTable data structure with...
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-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-26 Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-05-17 Tom LaneFix parameter recalculation for Limit nodes: during...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
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-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-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-07-21 Tom LaneError message editing in backend/executor.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
next