]> granicus.if.org Git - postgresql/history - src/include/utils/array.h
Add GUC and storage parameter to set the maximum size of GIN pending list.
[postgresql] / src / include / utils / array.h
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-01-09 Tom LaneAdd array_contains_nulls() function in arrayfuncs.c.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
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-04 Peter EisentrautADD array_ndims function
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-11-08 Tom LaneTweak accumArrayResult() to double the size of its...
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-24 Tom Lanearray_map can't use the fn_extra field of the provided...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Neil ConwayFix a read of uninitialized memory in array_out()....
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-14 Tom LaneFix typo in comment, as noted by Weiping He.
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-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2002-11-08 Bruce MomjianThe "Allow easy display of usernames in a group (pg_hba...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-29 Tom LaneConvert array_map to use new fmgr interface.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-03 Tom LaneCorrect declaration of array_map() so that it doesn...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-04 Marc G. Fournier-Wall based cleanup of include files, based from acl...
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-08-28 Marc G. FournierMore cleanups of the include files