| Commit message (Expand) | Author | Age |
* | 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 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |