aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/createplan.c
Commit message (Expand)AuthorAge
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-26
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* When a bitmap indexscan is using a partial index, it is necessary to includeTom Lane2006-05-18
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* The 8.1 planner removes WHERE quals from the plan when the quals areTom Lane2006-04-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* When building a bitmap scan, must copy the bitmapqualorig expression treeTom Lane2006-01-29
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-26
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix oversight in recent changes to enable the 'physical tlist'Tom Lane2005-10-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Don't try to remove duplicate OR-subclauses in create_bitmap_subplan andTom Lane2005-10-13
* Fix oversight in indexscan plan creation. I recently added code to useTom Lane2005-10-06
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* 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
* Fix create_unique_plan() so it doesn't generate useless entries in theTom Lane2005-07-15
* 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
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Add support for FUNCTION RTEs to build_physical_tlist(), so that theTom Lane2005-05-30
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-22
* Avoid rechecking lossy operators twice in a bitmap scan plan.Tom Lane2005-04-25
* While determining the filter clauses for an index scan (either plainTom Lane2005-04-25
* 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
* Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd andTom Lane2005-04-23
* 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
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Add a back-link from IndexOptInfo structs to their parent RelOptInfoTom Lane2005-03-27
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-25
* make_sort_from_pathkeys()'s method for choosing which of severalTom Lane2004-02-29