| Commit message (Expand) | Author | Age |
* | Fix handling of empty arrays in array_fill(). | Tom Lane | 2017-01-05 |
* | Fix crasher bug in array_position(s) | Alvaro Herrera | 2016-12-09 |
* | Fix bug around assignment expressions containing indirections. | Andres Freund | 2015-07-24 |
* | Change array_offset to return subscripts, not offsets | Alvaro Herrera | 2015-03-30 |
* | array_offset() and array_offsets() | Alvaro Herrera | 2015-03-18 |
* | Support arrays as input to array_agg() and ARRAY(SELECT ...). | Tom Lane | 2014-11-25 |
* | Add width_bucket(anyelement, anyarray). | Tom Lane | 2014-09-09 |
* | Fix failure to detoast fields in composite elements of structured types. | Tom Lane | 2014-05-01 |
* | arrays: tighten checks for multi-dimensional input | Bruce Momjian | 2014-02-01 |
* | Add a cardinality function for arrays. | Robert Haas | 2014-01-21 |
* | Tweak placement of explicit ANALYZE commands in the regression tests. | Tom Lane | 2013-12-11 |
* | Don't emit non-canonical empty arrays in array_remove(). | Noah Misch | 2013-05-31 |
* | Fix handling of strict non-set functions with NULLs in set-valued inputs. | Tom Lane | 2013-05-12 |
* | Add array_remove() and array_replace() functions. | Tom Lane | 2012-07-11 |
* | Collect and use element-frequency statistics for arrays. | Tom Lane | 2012-03-03 |
* | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane | 2011-01-07 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane | 2010-08-10 |
* | Fix ExecEvalArrayRef to pass down the old value of the array element or slice | Tom Lane | 2010-02-18 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | Fix recently-added array_agg tests to ensure they produce stable results | Tom Lane | 2008-11-29 |
* | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 |
* | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 |
* | A few additional test cases for array functionality | Peter Eisentraut | 2008-11-05 |
* | ADD array_ndims function | Peter Eisentraut | 2008-11-04 |
* | Add array_fill() to create arrays initialized with a value. | Bruce Momjian | 2008-07-16 |
* | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera | 2008-04-28 |
* | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane | 2008-03-20 |
* | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 |
* | Allow assignment to array elements not contiguous with those already | Tom Lane | 2006-09-29 |
* | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 |
* | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 |
* | Further tightening of the array literal parser. Prevent junk | Joe Conway | 2004-08-28 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian | 2004-04-05 |
* | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian | 2002-08-27 |
* | Make char(n) and varchar(n) types raise an error if the inserted string is | Peter Eisentraut | 2001-05-21 |
* | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane | 2000-07-23 |
* | Update arrays regress test to reflect fact that several things | Tom Lane | 2000-01-15 |