aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/arrays.out
Commit message (Expand)AuthorAge
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* 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
* Improve error messages for malformed array input strings.Tom Lane2014-12-02
* 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
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Message style improvementsPeter Eisentraut2011-05-21
* 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
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Fix the regression test error message for array_fill, too.Alvaro Herrera2009-04-16
* 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 a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Code review for array_fill patch: fix inadequate check for array size overflowTom Lane2008-07-21
* 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
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-03
* 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
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-19
* 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