aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAge
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-29
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-28
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-27
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane2005-08-18
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-28
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Teach planner about some cases where a restriction clause can beTom Lane2005-07-02
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-10
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-22
* Replace slightly klugy create_bitmap_restriction() function with aTom Lane2005-04-25
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-25
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-22
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Install some slightly realistic cost estimation for bitmap index scans.Tom Lane2005-04-21
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* Fix oversight in MIN/MAX optimization: must not return NULL entriesTom Lane2005-04-12
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-11
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* Add a back-link from IndexOptInfo structs to their parent RelOptInfoTom Lane2005-03-27
* Expand the 'special index operator' machinery to handle special casesTom Lane2005-03-26
* This patch moves some code for preprocessing FOR UPDATE fromNeil Conway2005-03-17
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Improve planner's estimation of the space needed for HashAgg plans:Tom Lane2005-01-28
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-23
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-22
* Fix OR-index-scan planner to recognize that a partial index is usableTom Lane2004-10-11
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-02
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Extend set-operation planning to keep track of the sort ordering inducedTom Lane2004-04-07
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-14
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04