postgresql/src/backend/utils/sort
Neil Conway 1d812a98b4 Add a new tuplestore API function, tuplestore_putvalues(). This is
identical to tuplestore_puttuple(), except it operates on arrays of
Datums + nulls rather than a fully-formed HeapTuple. In several places
that use the tuplestore API, this means we can avoid creating a
HeapTuple altogether, saving a copy.
2008-03-25 19:26:54 +00:00
..
logtape.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
tuplesort.c Grab some low-hanging fruit in the new hash index build code. 2008-03-17 03:45:36 +00:00
tuplestore.c Add a new tuplestore API function, tuplestore_putvalues(). This is 2008-03-25 19:26:54 +00:00