postgresql/src/backend/utils/cache
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function
results with tuples as ordinary varlena Datums.  This commit does not
in itself do much for us, except eliminate the horrid memory leak
associated with evaluation of whole-row variables.  However, it lays the
groundwork for allowing composite types as table columns, and perhaps
some other useful features as well.  Per my proposal of a few days ago.
2004-04-01 21:28:47 +00:00
..
catcache.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
inval.c Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +00:00
lsyscache.c Planner failed to be smart about binary-compatible expressions in pathkeys 2003-12-03 17:45:10 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
syscache.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typcache.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00