OSDN Git Service

Fix array- and path-creating functions to ensure padding bytes are zeroes.
[pg-rex/syncrep.git] / src / backend / utils / adt / arrayfuncs.c
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-08 Peter EisentrautPer-column collation support
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-17 Tom LaneFix miscalculation of itemsafter in array_set_slice().
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
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-21 Tom LaneUse a non-locale-dependent definition of isspace()...
2010-08-11 Heikki LinnakangasThe sanity check added to array_recv() wa a bit too...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-06-22 Tom LaneRevert dubious message wording change.
2009-06-21 Peter EisentrautMessage fixes
2009-06-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-15 Alvaro HerreraSubstitute extraneous underscores with spaces.
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-01-30 Tom LaneFix unnest() to handle a toasted input array safely...
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-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-04 Peter EisentrautADD array_ndims function
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-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-29 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
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-11-08 Tom LaneTweak accumArrayResult() to double the size of its...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-29 Tom LaneAllow assignment to array elements not contiguous with...
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
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-19 Tom LaneChange array comparison rules to consider dimensionalit...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-15 Tom Lanearray_in() and array_recv() need to be more paranoid...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
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-12-17 Tom Lanearray_map failed to insert correct result type in an...
2004-09-27 Tom LaneRewrite ReadArrayStr() to avoid O(N^2) behavior on...
2004-09-16 Neil ConwayFix a read of uninitialized memory in array_out()....
2004-09-02 Tom LaneYet another place where someone was being careless...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Joe ConwayFurther tightening of the array literal parser. Prevent...
2004-08-08 Joe ConwayTighened up syntax checking of array input processing...
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-08 Tom LaneAdd missing check for too-few-inputs when replacing...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-15 Tom LaneRewrite array_cmp to not depend on deconstruct_array...
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-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
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-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
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...
2003-01-29 Tom LaneTweak ArrayCount() to forestall possible access to...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
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...
next