OSDN Git Service

pgindent run for 8.2.
[pg-rex/syncrep.git] / src / backend / utils / adt / arrayfuncs.c
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...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-20 Tom LaneTweak behavior of array slicing operations: seems like...
2002-03-16 Tom LaneTry to make array_in's behavior a tad less bizarre...
2002-03-02 Tom LaneArray slice extraction should produce a result array...
2002-03-01 Peter Eisentrautarray_ref() should set isNull to false explicitly if...
2002-02-18 Bruce MomjianRemove MAX/MIN() macros, use c.h Max/Min() instead.
2001-11-29 Tom LaneFix array_out's failure to backslash backslashes, per...
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-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-14 Tom LaneClean up array-dimensions parser a bit.
2000-07-27 Tom LaneEnsure that values stored within arrays are not toasted...
2000-07-23 Tom LaneFurther cleanup of array behavior. Slice assignments...
2000-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-03 Jan WieckTOAST
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-14 Tom LaneI had overlooked the fact that some fmgr-callable funct...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneConvert array_map to use new fmgr interface.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
1999-12-09 Bruce MomjianUpdate for QNX from Kardos, Dr. Andrea
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
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-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove un-needed #include's from *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-05 Bruce MomjianI have two patches for 6.5.0:
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...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-17 Tom LaneTCL_ARRAYS option patches from Massimo Dal Zotto
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
next