]> granicus.if.org Git - postgresql/history - src/include/optimizer/subselect.h
Update copyright for 2016
[postgresql] / src / include / optimizer / subselect.h
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
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-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-13 Tom LaneReconsider mechanism for marking sub-selects that are...
2002-05-18 Tom LaneTeach query_tree_walker, query_tree_mutator, and SS_fin...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix extremely nasty little bug observed when a sub...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
1999-03-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
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 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSubselects...