postgresql/src/backend/optimizer/prep
Tom Lane 845a6c3acc Code review for domain-constraints patch. Use a new ConstraintTest node
type for runtime constraint checks, instead of misusing the parse-time
Constraint node for the purpose.  Fix some damage introduced into type
coercion logic; in particular ensure that a coerced expression tree will
read out the correct result type when inspected (patch had broken some
RelabelType cases).  Enforce domain NOT NULL constraints against columns
that are omitted from an INSERT.
2002-08-31 22:10:48 +00:00
..
Makefile Remove KSQO from GUC and move file to _deadcode. 2002-06-16 00:09:12 +00:00
prepqual.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
preptlist.c Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
prepunion.c Push down outer qualification clauses into UNION and INTERSECT subqueries. 2002-08-29 16:03:49 +00:00