]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/arrayfuncs.c
I had overlooked the fact that some fmgr-callable functions return void
[postgresql] / src / backend / utils / adt / arrayfuncs.c
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.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-03-20 Bruce Momjian> > I'm using text[] arrays. Some of my array elements...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-14 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-29 Thomas G. LockhartAdd debugging statements.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-04 Bruce MomjianRemove ARRAY_PATCH define
1996-11-04 Bruce MomjianRemove ESCAPE_PATCH define
1996-09-19 Marc G. FournierI have two small patches which correct some very obscur...
1996-08-27 Marc G. FournierAt this rate, maybe next year sometime I'll get this...
1996-07-22 Marc G. Fournier- merging in Dr. George's tree with ours
1996-07-20 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01