aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/planmain.h
Commit message (Expand)AuthorAge
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-26
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* 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
* Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane2005-08-18
* 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
* 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
* 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
* Update copyright to 2004.Bruce Momjian2004-08-29
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Now that switch_outer processing no longer relies on being run afterTom Lane2003-01-15
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05