Commits

DateSubjectAuthorReleases
2011-06-15 Fix failure to account for memory used by tuplestore_putvalues(). Tom Lane 9.2.0
2010-12-10 Fix efficiency problems in tuplestore_trim(). Tom Lane 9.0.2
2010-12-10 Fix efficiency problems in tuplestore_trim(). Tom Lane 8.4.6
2010-12-10 Fix efficiency problems in tuplestore_trim(). Tom Lane 9.1.0
2009-03-27 Fix possible failures when a tuplestore switches from in-memory to on-disk Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-27 Make a couple of small changes to the tuplestore API, for the benefit of the Tom Lane 8.4.0
2008-10-28 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation Tom Lane 8.4.0
2008-10-07 Fix oversight in recent patch to support multiple read positions in Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-10-01 Improve tuplestore.c to support multiple concurrent read positions. Tom Lane 8.4.0
2008-03-10 Provide a build-time option to store large relations as single files, rather Tom Lane 8.4.0
2007-06-07 Rework temp_tablespaces patch so that temp tablespaces are assigned separately Tom Lane 8.3.0
2007-06-03 Create a GUC parameter temp_tablespaces that allows selection of the Tom Lane 8.3.0
2007-05-21 Teach tuplestore.c to throw away data before the "mark" point when the caller Tom Lane 8.3.0
2006-06-27 Create infrastructure for 'MinimalTuple' representation of in-memory Tom Lane 8.2.0
2006-03-04 Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. Tom Lane 8.2.0
2005-11-20 Remove the t_datamcxt field of HeapTupleData. This was introduced for Tom Lane 8.2.0
2005-05-06 For some reason access/tupmacs.h has been #including utils/memutils.h, Tom Lane 8.1.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2003-07-25 Error message editing in backend/utils (except /adt). Tom Lane 7.4.1
2003-04-29 Code review for holdable-cursors patch. Fix error recovery, memory Tom Lane 7.4.1
2003-03-09 Revise tuplestore and nodeMaterial so that we don't have to read the Tom Lane 7.4.1
2002-08-12 Change memory-space accounting mechanism in tuplesort.c and tuplestore.c Tom Lane 7.3.1
2000-06-18 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the Tom Lane 7.1.1