| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -1/+1 |
| * | Improve some O(N^2) behavior in window function evaluation. | Tom Lane | 2014-04-13 | 1 | -0/+4 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
| * | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+3 |
| * | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 1 | -1/+3 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -1/+3 |
| * | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane | 2008-10-01 | 1 | -5/+12 |
| * | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 | 1 | -1/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 | 1 | -2/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -9/+15 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -4/+4 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+3 |
| * | tuplestore_donestoring() isn't needed anymore, but provide a no-op | Tom Lane | 2003-03-09 | 1 | -1/+4 |
| * | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 1 | -9/+8 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -3/+3 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -0/+60 |