summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
AgeCommit message (Expand)Author
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-25Improve div_var_fast(), mostly by making comments better.Tom Lane
2015-11-17Fix possible internal overflow in numeric division.Tom Lane
2015-11-14Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-08-02Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-04-03Fix numeric abbreviation for --disable-float8-byval.Robert Haas
2015-04-02Repair stupid mistake in preprocessor directive.Robert Haas
2015-04-02Use abbreviated keys for faster sorting of numeric datums.Robert Haas
2015-03-22Fix minor copy & pasto in the int128 accumulator patch.Andres Freund
2015-03-20Use 128-bit math to accelerate some aggregation functions.Andres Freund
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-01-27Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-06Fix normalization of numeric values in JSONB GIN indexes.Tom Lane
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