index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
prep
/
prepjointree.c
Commit message (
Expand
)
Author
Age
*
Fix subquery pullup logic to not be fooled when a view that appears
Tom Lane
2004-01-10
*
pull_up_subqueries() should copy the subquery before starting to modify
Tom Lane
2003-10-13
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2003-07-25
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
*
Fix thinko in new logic about pushing down non-nullability constraints:
Tom Lane
2003-02-10
*
Detect case where an outer join can be reduced to a plain inner join
Tom Lane
2003-02-09
*
Remove bogus comment (too freely copied & pasted).
Tom Lane
2003-02-09
*
Replace planner's representation of relation sets, per pghackers discussion.
Tom Lane
2003-02-08
*
Allow the planner to collapse explicit inner JOINs together, rather than
Tom Lane
2003-01-25
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20