postgresql/src/backend/optimizer/prep
Tom Lane 39b7ec3309 Create a distinction between Lists of integers and Lists of OIDs, to get
rid of the assumption that sizeof(Oid)==sizeof(int).  This is one small
step towards someday supporting 8-byte OIDs.  For the moment, it doesn't
do much except get rid of a lot of unsightly casts.
2003-02-09 06:56:28 +00:00
..
Makefile IN clauses appearing at top level of WHERE can now be handled as joins. 2003-01-20 18:55:07 +00:00
prepjointree.c Remove bogus comment (too freely copied & pasted). 2003-02-09 00:35:55 +00:00
prepqual.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
preptlist.c Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
prepunion.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00