]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/numeric.c
Remove all the special-case code for INT64_IS_BUSTED, per decision that
[postgresql] / src / backend / utils / adt / numeric.c
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-08 Tom LaneAllow leading and trailing spaces around NaN in numeric_in.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-05-09 Bruce MomjianAdjust power() error messages to be more descriptive.
2008-05-09 Bruce MomjianUpdate C comments to mention SQL:2003 handling of power...
2008-05-08 Bruce MomjianAdd regression test for various power expressions with...
2008-05-08 Bruce MomjianHave numeric 0 ^ 4.3 return 1, rather than an error...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-09 Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-09 Tom LaneAllow numeric_fac() to be interrupted, since it can...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianImprove numeric overflow error message.
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-07 Bruce MomjianI think that NUMERIC datatype has a problem in the...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianImprove error message when NUMERIC precision is exceeded.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-06-04 Bruce MomjianFix NUMERIC modulus to properly truncate division in...
2005-04-06 Neil ConwayApply the "nodeAgg" optimization to more of the builtin...
2005-04-04 Neil ConwayThis patch changes int2_avg_accum() and int4_avg_accum...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-19 Neil ConwayMinor correction for previous SQLSTATE patch: I changed...
2004-05-16 Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-02-04 Neil ConwayUse memmove() rather than memcpy() in set_var_from_var...
2003-12-02 Tom LaneCode and docs review for numeric-factorial patch.
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...
next