postgresql/src/backend/optimizer/path
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type
cases.  Operator classes now exist within "operator families".  While most
families are equivalent to a single class, related classes can be grouped
into one family to represent the fact that they are semantically compatible.
Cross-type operators are now naturally adjunct parts of a family, without
having to wedge them into a particular opclass as we had done originally.

This commit restructures the catalogs and cleans up enough of the fallout so
that everything still works at least as well as before, but most of the work
needed to actually improve the planner's behavior will come later.  Also,
there are not yet CREATE/DROP/ALTER OPERATOR FAMILY commands; the only way
to create a new family right now is to allow CREATE OPERATOR CLASS to make
one by default.  I owe some more documentation work, too.  But that can all
be done in smaller pieces once this infrastructure is in place.
2006-12-23 00:43:13 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
allpaths.c pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
clausesel.c pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
costsize.c Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
indxpath.c Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
joinpath.c Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
joinrels.c Fix planner to do the right thing when a degenerate outer join (one whose 2006-12-12 21:31:02 +00:00
orindxpath.c pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pathkeys.c pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
tidpath.c pgindent run for 8.2. 2006-10-04 00:30:14 +00:00