postgresql/src/backend/access
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
..
common Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
gist Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 2004-03-30 15:45:33 +00:00
hash Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
heap Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
index $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nbtree Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
rtree Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
transam Increase xlog str_time() static string variable, per Korean User's Group. 2004-03-22 04:16:57 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00