postgresql/src/backend/tcop
Tom Lane 6c412f0605 Change CREATE TYPE to require datatype output and send functions to have
only one argument.  (Per recent discussion, the option to accept multiple
arguments is pretty useless for user-defined types, and would be a likely
source of security holes if it was used.)  Simplify call sites of
output/send functions to not bother passing more than one argument.
2005-05-01 18:56:19 +00:00
..
dest.c
fastpath.c Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
Makefile
postgres.c Rethink original decision to use AND/OR Expr nodes to represent bitmap 2005-04-21 19:18:13 +00:00
pquery.c
utility.c Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00