postgresql/src/backend/access
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
..
common Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
gist First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
hash Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
heap Use the standard lock manager to establish priority order when there 2005-04-30 19:03:33 +00:00
index Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
nbtree Restructure LOCKTAG as per discussions of a couple months ago. 2005-04-29 22:28:24 +00:00
rtree Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
transam Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00