]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/float.c
Add:
[postgresql] / src / backend / utils / adt / float.c
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-20 Tom LaneFinally found a platform which has finite() but nonethe...
1999-10-02 Tom LaneReplace float.c's #ifdef finite check with a proper...
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-21 Bruce Momjianvalues.h patch from Alex Howansky
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-13 Bruce MomjianMore cpu cleanups, only for 6.6.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-20 Tom LanePortability patches for HPUX 11 and Unixware in configure
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-24 Tom LaneImproper addition of NaN/Infinity recognition to float8in()
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-17 Bruce MomjianFix for missing NAN.
1999-01-10 Thomas G. LockhartHandle "NaN" and "Infinity" for input values.
1998-11-29 Tom LaneChange exp() behavior to generate error on underflow...
1998-11-17 Thomas G. LockhartAdd text<->float8 and text<->float4 conversion functions.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-04-27 Marc G. FournierFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1998-04-12 Marc G. FournierMore work in the right direction on linux/alpha
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-01-13 Marc G. FournierVarious cleanups for the i386_solaris environment
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-09-26 Bruce MomjianAIX float fix.
1997-09-24 Bruce MomjianRemove extra float.h I added.
1997-09-23 Bruce MomjianAIX fixes.
1997-09-13 Thomas G. LockhartFix up error messages to remove extra newline. Use...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-06-03 Thomas G. LockhartUse finite() macro if available to check returns from...
1997-05-14 Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-11 Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-19 Bruce MomjianPrevent under/over flow of float8 constants in parser...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-01-24 Marc G. FournierConvert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration...
1997-01-18 Bruce MomjianAdd missing #.
1997-01-06 Marc G. FournierMinor changes for NeXT compile
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fourniermore removal of PORTNAME_*
1996-10-26 Bryan HendersonCorrect #if statement so it compiles on Solaris. Thank...
1996-08-27 Marc G. FournierAt this rate, maybe next year sometime I'll get this...
1996-08-19 Marc G. FournierAdded a SVR4 port
1996-07-20 Marc G. FournierBrought in NEOSOFT's port to i386_solaris
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01