postgresql/src/backend/optimizer/prep
Tom Lane 108a0ec87d A little further progress on schemas: push down RangeVars into
addRangeTableEntry calls.  Remove relname field from RTEs, since
it will no longer be a useful unique identifier of relations;
we want to encourage people to rely on the relation OID instead.
Further work on dumping qual expressions in EXPLAIN, too.
2002-03-22 02:56:37 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
prepkeyset.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
prepqual.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
preptlist.c Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
prepunion.c A little further progress on schemas: push down RangeVars into 2002-03-22 02:56:37 +00:00