]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/numeric.c
Attached is a patch implementing factorial(), returning numeric. Points
[postgresql] / src / backend / utils / adt / numeric.c
2003-12-01 Bruce MomjianAttached is a patch implementing factorial(), returning...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce Momjianpgindent run.
2003-07-30 Tom LaneFix numeric_smaller, numeric_larger, float4smaller...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-07-03 Tom LaneFix bug I introduced in recent rewrite of NUMERIC code...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-04-21 Tom Lanestddev() and variance() should return NULL when there...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-14 Tom LanePrevent infinite loop in ln_var() due to roundoff error.
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-10-02 Tom LaneAlter scale selection for NUMERIC division and transcen...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-02-18 Bruce MomjianRemove MAX/MIN() macros, use c.h Max/Min() instead.
2001-12-11 Tom LaneRepair roundoff-error problem for stddev/variance resul...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-13 Tom LaneMake selectivity routines cope gracefully with NaNs...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-04-14 Tom LaneAnother try at making numeric MODULO operator produce...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneFix numeric modulo operator for case of fractional...
2000-12-07 Tom LaneSilence compiler warning.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-13 Tom LaneExtend numeric_round and numeric_trunc to accept negati...
2000-02-24 Tom LaneAdd numeric <-> int8 and numeric <-> int2 conversion...
2000-01-20 Tom LaneFix bugs in NUMERIC ceil() and floor() functions. ...
2000-01-18 Tom Lanenumeric_in accepts exponents; numeric to int4 rounds...
2000-01-15 Tom LaneClean up problems with rounding/overflow code in NUMERI...
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-09-29 Jan WieckAdded nbtree operator class for NUMERIC
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-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Jan WieckCheck for NUMERIC overflow a second time after rounding
1999-05-04 Thomas G. LockhartUse sprintf() to convert float8 to a string during...
1999-03-14 Bruce Momjiansrc/backend/utils/adt/numeric.c fails to compile due...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-05 Jan WieckRemoved precision restriction in numeric_round() causing
1999-01-04 Jan WieckJust one more bugfix - this time in cmp_abs (cannot...
1999-01-04 Jan WieckFixed backend crashing bug in apply_typmod()
1999-01-04 Jan WieckLittle fix for round() function
1999-01-03 Bruce MomjianFix NAN code.
1999-01-03 Bruce MomjianFix for NAN generation.
1999-01-01 Bruce MomjianFix for no platform NAN.
1998-12-30 Jan WieckLittle precision fix for POWER(). I discovered problems...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...