postgresql/src/backend/commands
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 Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
aggregatecmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
alter.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
analyze.c Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
async.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
cluster.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
comment.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
conversioncmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
copy.c Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
dbcommands.c Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 2006-03-29 21:17:39 +00:00
define.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
explain.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
functioncmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
indexcmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lockcmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
opclasscmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
operatorcmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
portalcmds.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prepare.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
proclang.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
schemacmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
sequence.c Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
tablecmds.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
tablespace.c Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 2006-03-29 21:17:39 +00:00
trigger.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
typecmds.c Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
user.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
vacuum.c Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
vacuumlazy.c Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
variable.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
view.c Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00