]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/indxpath.c
Reimplement the linked list data structure used throughout the backend.
[postgresql] / src / backend / optimizer / path / indxpath.c
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...
2000-07-27 Tom LaneMake planner safe for recursive calls --- needed for...
2000-07-26 Tom LaneWhen dealing with OR-of-ANDs quals, extract multiple...
2000-07-25 Tom LaneUpdate comments.
2000-07-13 Tom LanePlanner did the wrong thing with index-scan-backward...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-16 Tom LaneAdd new selectivity estimation functions for pattern...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-05 Tom LaneFurther cleanup for OR-of-AND WHERE-clauses. orindxpat...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-31 Tom LaneGenerate double-sided LIKE indexquals that work even...
1999-12-31 Tom LaneClean up loose end in LIKE optimization fix: parser...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-07-30 Tom LaneFurther cleanups of indexqual processing: simplify...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-25 Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-23 Tom LaneMinor code beautification, extensive improvement of
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
next