aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepjointree.c
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Use a cleaner substitute for the inability to apply length() to the tailTom Lane2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Improve has_nullable_targetlist() to allow strict functions of simpleTom Lane2004-01-10
* Fix subquery pullup logic to not be fooled when a view that appearsTom Lane2004-01-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pull_up_subqueries() should copy the subquery before starting to modifyTom Lane2003-10-13
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-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
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-10
* Detect case where an outer join can be reduced to a plain inner joinTom Lane2003-02-09
* Remove bogus comment (too freely copied & pasted).Tom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20