summaryrefslogtreecommitdiff
path: root/src/include/utils/array.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-091-2/+1
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-051-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+2
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-141-1/+2
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-131-1/+4
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-121-1/+2
* ADD array_ndims functionPeter Eisentraut2008-11-041-1/+2
* Add array_fill() to create arrays initialized with a value.Bruce Momjian2008-07-161-1/+3
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-281-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-151-2/+2
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-4/+1
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-4/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+2
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-081-8/+3
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-101-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-33/+94
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-1/+4
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-241-2/+12
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-281-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway2004-09-161-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+3
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-6/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-26/+27
* Fix typo in comment, as noted by Weiping He.Tom Lane2003-07-141-2/+2
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-7/+48
* Back out array mega-patch.Bruce Momjian2003-06-251-48/+7
* Array mega-patch.Bruce Momjian2003-06-241-7/+48
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-081-1/+3
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+21
* The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian2002-11-081-1/+3
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+2
* pgindent run.Bruce Momjian2002-09-041-6/+6
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-18/+16
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-20/+20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2