| Commit message (Expand) | Author | Age | Files | Lines |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -6/+29 |
* | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 | 1 | -9/+5 |
* | Minor code clarity improvements in array_agg functions, and add a comment | Tom Lane | 2008-11-14 | 1 | -9/+33 |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 1 | -1/+33 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -4/+1 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Change array_push and array_cat so that they retain the lower bound of | Tom Lane | 2005-11-19 | 1 | -5/+9 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -23/+89 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -22/+21 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
* | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane | 2004-12-17 | 1 | -17/+17 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -5/+5 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
* | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -2/+2 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -3/+3 |
* | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 1 | -31/+39 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -40/+51 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -15/+52 |
* | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -3/+3 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -184/+93 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -103/+186 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -186/+103 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -0/+436 |