aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-05
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-26
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane2005-11-03
* Fix the recently-added code that eliminates unnecessary SubqueryScan nodesTom Lane2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane2005-09-05
* For non-projecting plan node types such as Limit, set_plan_referencesTom Lane2005-09-05
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-27
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-10
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-22
* 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
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* 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
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix oversights in processing of LIMIT expressions during planning.Tom Lane2004-05-11
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* 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
* Reconsider mechanism for marking sub-selects that are at top level ofTom Lane2003-01-13
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-10
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-30
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Add missing fix_expr_references() step for the funcexpr of aTom Lane2002-05-18
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* 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
* Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane2001-10-30