postgresql/src/include
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
..
access Add a field to the first page of each WAL file to indicate the 2006-04-05 03:34:05 +00:00
bootstrap Make all our flex and bison files use %option prefix or %name-prefix 2006-03-07 01:03:12 +00:00
catalog Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
commands Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
executor Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq This patch adds native LDAP auth, for those platforms that don't have 2006-03-06 17:41:44 +00:00
mb Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
nodes Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
optimizer Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parser Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
port Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
postmaster Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
storage Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
tcop Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
utils Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
c.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fmgr.h Modify all callers of datatype input and receive functions so that if these 2006-04-04 19:35:37 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
miscadmin.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config_manual.h Define a separately configurable XLOG_BLCKSZ symbol for the page size 2006-04-03 23:35:05 +00:00
pg_config.h.in This patch adds native LDAP auth, for those platforms that don't have 2006-03-06 17:41:44 +00:00
pg_config.h.win32 Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
pgstat.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres_ext.h
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
strdup.h