]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep/preptlist.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / optimizer / prep / preptlist.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-09-30 Tom LaneSupport arrays over domains.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-10 Tom LaneGive pull_var_clause() reject/recurse/return behavior...
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-29 Tom LaneAdd some comments about division of labor between rewri...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-22 Stephen FrostPull in tableoid for inheiritance with rowMarks
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-10 Tom LaneSupport writable foreign tables.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-10 Tom LaneSupport triggers on views.
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-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-05-23 Tom LaneAvoid redundant relation lock grabs during planning...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-17 Neil ConwayThis patch moves some code for preprocessing FOR UPDATE...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
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...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-05 Tom LaneUndo not-so-hot decision to postpone insertion of defau...
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneAdd default expressions to INSERTs during planning...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
next