postgresql/src/backend/commands
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same
optional arguments as text input functions, ie, typioparam OID and
atttypmod.  Make all the datatypes that use typmod enforce it the same
way in typreceive as they do in typinput.  This fixes a problem with
failure to enforce length restrictions during COPY FROM BINARY.
2005-07-10 21:14:00 +00:00
..
aggregatecmds.c
alter.c
analyze.c
async.c
cluster.c
comment.c
conversioncmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
copy.c Change typreceive function API so that receive functions get the same 2005-07-10 21:14:00 +00:00
dbcommands.c Remove some dead code for handling XLOG_DBASE_CREATE_OLD and 2005-07-08 04:12:27 +00:00
define.c
explain.c
functioncmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
indexcmds.c
lockcmds.c
Makefile
opclasscmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
operatorcmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
portalcmds.c
prepare.c
proclang.c
schemacmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
sequence.c
tablecmds.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
tablespace.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
trigger.c
typecmds.c Change typreceive function API so that receive functions get the same 2005-07-10 21:14:00 +00:00
user.c Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
vacuum.c
vacuumlazy.c
variable.c
view.c