postgresql/src/backend/optimizer/util
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
..
clauses.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
joininfo.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
pathnode.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
plancat.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
relnode.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
restrictinfo.c Modify planner's implied-equality-deduction code so that when a set 2003-01-24 03:58:44 +00:00
tlist.c IN clauses appearing at top level of WHERE can now be handled as joins. 2003-01-20 18:55:07 +00:00
var.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00