summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/arrays.sql
Commit message (Expand)AuthorAgeFilesLines
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-8/+8
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+16
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-0/+20
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-1/+1
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-221-0/+4
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-281-0/+25
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-281-0/+25
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-5/+4
* Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian2004-04-051-0/+10
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-3/+3
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-0/+16
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-6/+16
* Back out array mega-patch.Bruce Momjian2003-06-251-2/+6
* Array mega-patch.Bruce Momjian2003-06-241-6/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-0/+74
* Throw error on pg_atoi(''), regression adjustments.Bruce Momjian2002-08-271-1/+1
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-0/+34
* Further cleanup of array behavior. Slice assignments to arrays withTom Lane2000-07-231-5/+15
* Update arrays regress test to reflect fact that several thingsTom Lane2000-01-151-22/+20
* Update format to add uniform headers on files.Thomas G. Lockhart2000-01-051-0/+1
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-1/+1
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-1/+1
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-1/+1
* There, I'll leave this alone until Thomas catchs up *grin*Marc G. Fournier1997-04-271-0/+42