summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
AgeCommit message (Expand)Author
2014-09-11Fix power_var_int() for large integer exponents.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-12Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-16Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-21Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-03-23Code review for protransform patches.Tom Lane
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-07Fix typos pointed out by Noah Misch.Robert Haas
2012-02-07Add a transform function for numeric typmod coercisions.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-04Fix numeric_maximum_size() calculation.Robert Haas
2010-08-03Allow numeric to use a more compact, 2-byte header in many cases.Robert Haas
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-08Allow leading and trailing spaces around NaN in numeric_in.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-05-09Adjust power() error messages to be more descriptive.Bruce Momjian
2008-05-09Update C comments to mention SQL:2003 handling of power return values.Bruce Momjian
2008-05-08Add regression test for various power expressions with a zero base, andBruce Momjian
2008-05-08Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0Bruce Momjian
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-04Re-implement division for numeric values using the traditional "schoolbook"Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-07-09Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane
2007-06-15Tweak the API for per-datatype typmodin functions so that they are passedTom Lane
2007-06-09Allow numeric_fac() to be interrupted, since it can take quite a while forTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-05-08Add a hash function for "numeric". Mark the equality operator forNeil Conway
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-17Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian