]> granicus.if.org Git - postgresql/history - src/test/regress/expected/arrays.out
Add width_bucket(anyelement, anyarray).
[postgresql] / src / test / regress / expected / arrays.out
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2013-12-11 Tom LaneTweak placement of explicit ANALYZE commands in the...
2013-06-01 Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2011-05-20 Peter EisentrautMessage style improvements
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-02-18 Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-04-16 Alvaro HerreraFix the regression test error message for array_fill...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2008-11-29 Tom LaneFix recently-added array_agg tests to ensure they produ...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-05 Peter EisentrautA few additional test cases for array functionality
2008-11-04 Peter EisentrautADD array_ndims function
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2006-09-29 Tom LaneAllow assignment to array elements not contiguous with...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2005-11-19 Tom LaneChange array_push and array_cat so that they retain...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2004-08-28 Joe ConwayFurther tightening of the array literal parser. Prevent...
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-04-05 Bruce MomjianAllow LIKE/ILIKE to appear in more places in a query.
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-07-21 Tom LaneError message editing in backend/access.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2002-08-27 Bruce MomjianThrow error on pg_atoi(''), regression adjustments.
2001-11-29 Tom LaneFix array_out's failure to backslash backslashes, per...
2001-05-21 Peter EisentrautMake char(n) and varchar(n) types raise an error if...
2000-07-23 Tom LaneFurther cleanup of array behavior. Slice assignments...
2000-01-15 Tom LaneUpdate arrays regress test to reflect fact that several...
1999-05-05 Bruce MomjianI have two patches for 6.5.0:
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1997-04-29 Thomas G. LockhartAdded initial set of expected outputs for new regressio...