index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
README
Age
Commit message (
Expand
)
Author
2001-10-18
Extend code that deduces implied equality clauses to detect whether a
Tom Lane
2001-01-17
Move structure comments from the top block down to the line entries for
Bruce Momjian
2000-12-14
Planner speedup hacking. Avoid saving useless pathkeys, so that path
Tom Lane
2000-11-12
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-09-29
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-12
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-07-24
Deduce equality constraints that are implied by transitivity of
Tom Lane
2000-03-21
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-02-15
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-07
Repair planning bugs caused by my misguided removal of restrictinfo link
Tom Lane
1999-08-16
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-02-19
optimizer cleanup
Bruce Momjian
1999-02-19
optimizer cleanup
Bruce Momjian
1999-02-15
Update optimizer readme.
Bruce Momjian
1999-02-09
Major optimizer improvement for joining a large number of tables.
Bruce Momjian
1999-02-08
Optimizer cleanup.
Bruce Momjian
1999-02-04
More optimizer cleanups.
Bruce Momjian
1999-02-04
More optimizer renaming HInfo -> HashInfo.
Bruce Momjian
1999-02-03
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1998-08-10
Cleanup optimizer function names and clarify code.
Bruce Momjian
1998-08-07
OPTIMIZER_DEBUG additions.
Bruce Momjian
1997-12-18
Cost cleanup.
Bruce Momjian
1997-12-17
Add optimizer README file.
Bruce Momjian