aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
Commit message (Expand)AuthorAge
* 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
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-09
* 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
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Repair bug reported by ldm@apartia.com: Append nodes, which don'tTom Lane2000-06-04
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-04
* Add:Bruce Momjian2000-01-26
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Skip invoking set_uppernode_references() for a RESULT nodeTom Lane1999-10-30
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Remove extraneous SeqScan node that make_noname was insertingTom Lane1999-08-18
* Clean up routines in setrefs.c by replacing individual treeTom Lane1999-08-09
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-06
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25