| Commit message (Expand) | Author | Age |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Fix bogus "out of memory" reports in tuplestore.c. | Tom Lane | 2015-08-04 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 |
* | Improve tuplestore's error messages for I/O failures. | Tom Lane | 2014-06-12 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Improve some O(N^2) behavior in window function evaluation. | Tom Lane | 2014-04-13 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use type "int64" for memory accounting in tuplesort.c/tuplestore.c. | Noah Misch | 2013-07-04 |
* | Permit super-MaxAllocSize allocations with MemoryContextAllocHuge(). | Noah Misch | 2013-06-27 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Improve memory space management in tuplesort and tuplestore. | Tom Lane | 2013-01-17 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Fix failure to account for memory used by tuplestore_putvalues(). | Tom Lane | 2011-06-15 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Fix efficiency problems in tuplestore_trim(). | Tom Lane | 2010-12-10 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 |
* | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 |
* | Fix oversight in recent patch to support multiple read positions in | Tom Lane | 2008-10-07 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane | 2008-10-01 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway | 2007-08-02 |
* | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. | Tom Lane | 2006-03-04 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |