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
/
README
Commit message (
Expand
)
Author
Age
*
Add Bob Devine's name to the optimizer README.
Bruce Momjian
2002-08-25
*
Get rid of long-since-vestigial Iter node type, in favor of adding a
Tom Lane
2002-05-12
*
Extend code that deduces implied equality clauses to detect whether a
Tom Lane
2001-10-18
*
Move structure comments from the top block down to the line entries for
Bruce Momjian
2001-01-17
*
Planner speedup hacking. Avoid saving useless pathkeys, so that path
Tom Lane
2000-12-14
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Deduce equality constraints that are implied by transitivity of
Tom Lane
2000-07-24
*
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-03-21
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
*
Repair planning bugs caused by my misguided removal of restrictinfo link
Tom Lane
2000-02-07
*
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-16
*
optimizer cleanup
Bruce Momjian
1999-02-19
*
optimizer cleanup
Bruce Momjian
1999-02-19
*
Update optimizer readme.
Bruce Momjian
1999-02-15
*
Major optimizer improvement for joining a large number of tables.
Bruce Momjian
1999-02-09
*
Optimizer cleanup.
Bruce Momjian
1999-02-08
*
More optimizer cleanups.
Bruce Momjian
1999-02-04
*
More optimizer renaming HInfo -> HashInfo.
Bruce Momjian
1999-02-04
*
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1999-02-03
*
Cleanup optimizer function names and clarify code.
Bruce Momjian
1998-08-10
*
OPTIMIZER_DEBUG additions.
Bruce Momjian
1998-08-07
*
Cost cleanup.
Bruce Momjian
1997-12-18
*
Add optimizer README file.
Bruce Momjian
1997-12-17