aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
Commit message (Expand)AuthorAge
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-27
* Constify numeric.c.Andres Freund2017-09-11
* Fix assorted carelessness about Datum vs. int64 vs. uint64Robert Haas2017-09-01
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Make more use of castNode()Peter Eisentraut2017-02-21
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix multiple bugs in numeric_poly_deserialize().Tom Lane2016-09-03
* Speed up SUM calculation in numeric aggregates.Heikki Linnakangas2016-09-02
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* Fix small memory leak in partial-aggregate deserialization functions.Tom Lane2016-06-23
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* pgindent run for 9.6Robert Haas2016-06-09
* Fix corner-case loss of precision in numeric pow() calculationDean Rasheed2016-05-05
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Add scale(numeric)Alvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve div_var_fast(), mostly by making comments better.Tom Lane2015-11-25
* Fix possible internal overflow in numeric division.Tom Lane2015-11-17
* Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane2015-11-14
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane2015-08-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix numeric abbreviation for --disable-float8-byval.Robert Haas2015-04-03
* Repair stupid mistake in preprocessor directive.Robert Haas2015-04-02
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-02
* Fix minor copy & pasto in the int128 accumulator patch.Andres Freund2015-03-22
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-20
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane2015-01-27
* Update copyright for 2015Bruce Momjian2015-01-06
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-18
* Guard against bad "dscale" values in numeric_recv().Tom Lane2014-12-01
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Fix normalization of numeric values in JSONB GIN indexes.Tom Lane2014-11-06
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* pgindent run for 9.4Bruce Momjian2014-05-06
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01