aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/arrays.sql
Commit message (Expand)AuthorAge
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Change array_offset to return subscripts, not offsetsAlvaro Herrera2015-03-30
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-09
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* arrays: tighten checks for multi-dimensional inputBruce Momjian2014-02-01
* Add a cardinality function for arrays.Robert Haas2014-01-21
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Don't emit non-canonical empty arrays in array_remove().Noah Misch2013-05-31
* Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane2013-05-12
* Add array_remove() and array_replace() functions.Tom Lane2012-07-11
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane2010-02-18
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-09
* Fix recently-added array_agg tests to ensure they produce stable resultsTom Lane2008-11-29
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-14
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-13
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-12
* A few additional test cases for array functionalityPeter Eisentraut2008-11-05
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Add array_fill() to create arrays initialized with a value.Bruce Momjian2008-07-16
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-28
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-20
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-12
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-29
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-22
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-28
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-28
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian2004-04-05
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Throw error on pg_atoi(''), regression adjustments.Bruce Momjian2002-08-27
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-21
* Further cleanup of array behavior. Slice assignments to arrays withTom Lane2000-07-23
* Update arrays regress test to reflect fact that several thingsTom Lane2000-01-15