]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/indxpath.c
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
[postgresql] / src / backend / optimizer / path / indxpath.c
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.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-15 Tom LaneAdd missing #include.
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2003-03-23 Tom LaneTweak selectivity and related routines to cope with...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
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-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-01 Tom LaneReduce a couple of debugging messages from LOG to DEBUG...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-07-13 Tom LaneFix testing of partial-index predicates to work correct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-06 Tom LaneModify partial-index-predicate applicability tester...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-05 Tom LaneImprove planning of OR indexscan plans: for quals like
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
next