summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-271-40/+32
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-101-194/+248
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-221-47/+397
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-251-37/+37
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-221-58/+183
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-1/+26
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-32/+33
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-13/+12
* Fix oversights in processing of LIMIT expressions during planning.Tom Lane2004-05-111-2/+10
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-061-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-251-19/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-36/+38
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-5/+5
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-3/+34
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+5
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-29/+92
* Now that switch_outer processing no longer relies on being run afterTom Lane2003-01-151-20/+120
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-20/+3
* Reconsider mechanism for marking sub-selects that are at top level ofTom Lane2003-01-131-38/+1
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-101-1/+38
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-141-6/+6
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-35/+27
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-26/+41
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-301-3/+9
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-191-9/+11
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-181-28/+38
* Add missing fix_expr_references() step for the funcexpr of aTom Lane2002-05-181-3/+12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+5
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-15/+8
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-22/+52
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane2001-10-301-59/+78
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-16/+18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-091-6/+60
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-1/+2
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+10
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-1/+6
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-7/+10
* Repair bug reported by ldm@apartia.com: Append nodes, which don'tTom Lane2000-06-041-39/+52
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1