postgresql/src/backend/access/common
Tom Lane 7fdb4305db Fix a bunch of problems with domains by making them use special input functions
that apply the necessary domain constraint checks immediately.  This fixes
cases where domain constraints went unchecked for statement parameters,
PL function local variables and results, etc.  We can also eliminate existing
special cases for domains in places that had gotten it right, eg COPY.

Also, allow domains over domains (base of a domain is another domain type).
This almost worked before, but was disallowed because the original patch
hadn't gotten it quite right.
2006-04-05 22:11:58 +00:00
..
Makefile Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE 2006-01-14 22:03:35 +00:00
heaptuple.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
indextuple.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
printtup.c Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
scankey.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tupdesc.c Clean up representation of function RTEs for functions returning RECORD. 2006-03-16 00:31:55 +00:00