]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/restrictinfo.c
Update copyright for 2018
[postgresql] / src / backend / optimizer / util / restrictinfo.c
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-15 Tom LaneAvoid out-of-memory in a hash join with many duplicate...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-02-21 Peter EisentrautMake more use of castNode()
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-28 Tom LaneRemove an unsafe Assert, and explain join_clause_is_mov...
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-12-30 Tom LaneRemove dead code now that orindxpath.c is history.
2013-08-18 Tom LaneFix thinko in comment.
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-07-06 Tom LaneFix set_append_rel_pathlist() to deal intelligently...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-09 Tom LaneFix cost_nestloop and cost_hashjoin to model the behavi...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
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-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-04-07 Tom LaneFix make_restrictinfo_from_bitmapqual() to preserve...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-16 Tom Lanemake_restrictinfo() failed to attach the specified...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-25 Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
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-02-27 Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-01-26 Bruce MomjianAdd:
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-05 Bruce MomjianOptimizer cleanup.