postgresql/src/backend/tcop
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory
tuples with less header overhead than a regular HeapTuple, per my
recent proposal.  Teach TupleTableSlot code how to deal with these.
As proof of concept, change tuplestore.c to store MinimalTuples instead
of HeapTuples.  Future patches will expand the concept to other places
where it is useful.
2006-06-27 02:51:40 +00:00
..
dest.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fastpath.c Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath 2006-06-14 01:24:14 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
postgres.c Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
pquery.c Create infrastructure for 'MinimalTuple' representation of in-memory 2006-06-27 02:51:40 +00:00
utility.c DROP ... IF EXISTS for the following cases: 2006-06-16 20:23:45 +00:00