postgresql/src/backend/optimizer/prep
Tom Lane 43d32d3683 First cut at doing something reasonable with OR-of-ANDs WHERE
conditions.  There are some pretty bogus heuristics in prepqual.c that
try to decide whether to output CNF or DNF format; they need to be replaced,
likely.  Right now the code is probably too willing to choose DNF form,
which might hurt performance in some cases that used to work OK.
But at least we have a foundation to build on.
1999-09-13 00:17:25 +00:00
..
Makefile [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] 1998-09-03 02:34:35 +00:00
prepkeyset.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
prepqual.c First cut at doing something reasonable with OR-of-ANDs WHERE 1999-09-13 00:17:25 +00:00
preptlist.c Further planner/optimizer cleanups. Move all set_tlist_references 1999-08-22 20:15:04 +00:00
prepunion.c Major revision of sort-node handling: push knowledge of query 1999-08-21 03:49:17 +00:00