]> granicus.if.org Git - postgresql/history - src/test/regress/expected/arrays.out
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
[postgresql] / src / test / regress / expected / arrays.out
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...