]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/indxpath.c
Update copyright for the year 2010.
[postgresql] / src / backend / optimizer / path / indxpath.c
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-03-11 Tom LaneImprove match_special_index_operator() to recognize...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-22 Tom LaneSwitch the planner over to treating qualifications...
2008-09-12 Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-07 Tom LaneFix silly mistake in expand_indexqual_rowcompare -...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Tom LaneImprove the performance of LIKE/regex estimation in...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-04-17 Tom LaneRewrite choose_bitmap_and() to make it more robust...
2007-04-15 Tom LaneAvoid running build_index_pathkeys() in situations...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-03-21 Tom LaneFix some problems with selectivity estimation for parti...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
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-22 Tom LaneIn the recent changes to make the planner account bette...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-07 Tom LaneRemove "fuzzy comparison" logic in qsort comparison...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-05-18 Tom LaneFix choose_bitmap_and() so that partial index predicate...
2006-05-18 Tom LaneFix thinko in recent changes to handle ScalarArrayOpExp...
2006-04-09 Tom LaneRevert my best_inner_indexscan patch of yesterday,...
2006-04-08 Tom LaneFix best_inner_indexscan to actually enforce that an...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-01-29 Tom LaneFix Assert that's no longer correct now that RowCompare...
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-12-06 Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-11-30 Tom LaneTweak choose_bitmap_and() heuristics in the light of...
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-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-22 Tom LaneFix bug introduced into indexable_outerrelids() by...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
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-14 Tom LaneTeach planner to optionally ignore index columns that...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...
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-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-25 Tom LaneWhile determining the filter clauses for an index scan...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-23 Tom LaneTeach choose_bitmap_and() to actually be choosy --...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-20 Tom LaneDon't try to run clauseless index scans on index types...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-02 Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom Lanepred_test() logic was being too narrow-minded about...
2004-10-11 Tom LaneFix OR-index-scan planner to recognize that a partial...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-01 Tom LaneJust about there on de-FastList-ification.
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-27 Tom LaneNow that we are allowing index opclasses to contain...
2004-03-07 Tom LaneWhen testing usability of a partial index, recognize...
2004-01-07 Tom LaneMake some improvements in the intelligence of the parti...
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-12-18 Tom LaneBe a little smarter in group_clauses_by_indexkey_for_jo...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
next