postgresql/src/backend/utils/cache
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
..
catcache.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
inval.c First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
lsyscache.c Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00
syscache.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
typcache.c Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00