summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-7/+7
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-271-2/+12
* Constify numeric.c.Andres Freund2017-09-111-101/+111
* Fix assorted carelessness about Datum vs. int64 vs. uint64Robert Haas2017-09-011-1/+1
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+60
* Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane2017-06-211-2/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-7/+7
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-20/+24
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-13/+14
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+5
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix multiple bugs in numeric_poly_deserialize().Tom Lane2016-09-031-2/+2
* Speed up SUM calculation in numeric aggregates.Heikki Linnakangas2016-09-021-103/+498
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-141-9/+12
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-141-1/+1
* Fix small memory leak in partial-aggregate deserialization functions.Tom Lane2016-06-231-11/+45
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-221-40/+21
* pgindent run for 9.6Robert Haas2016-06-091-66/+66
* Fix corner-case loss of precision in numeric pow() calculationDean Rasheed2016-05-051-4/+16
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-051-0/+860
* Add scale(numeric)Alvaro Herrera2016-01-051-0/+17
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve div_var_fast(), mostly by making comments better.Tom Lane2015-11-251-12/+52
* Fix possible internal overflow in numeric division.Tom Lane2015-11-171-3/+9
* Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane2015-11-141-227/+377
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-211-4/+10
* Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane2015-08-021-2/+5
* pgindent run for 9.5Bruce Momjian2015-05-231-29/+30
* Fix numeric abbreviation for --disable-float8-byval.Robert Haas2015-04-031-6/+14
* Repair stupid mistake in preprocessor directive.Robert Haas2015-04-021-1/+1
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-021-0/+458
* Fix minor copy & pasto in the int128 accumulator patch.Andres Freund2015-03-221-1/+1
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-201-39/+389
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-5/+5
* Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane2015-01-271-4/+5
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-181-3/+8
* Guard against bad "dscale" values in numeric_recv().Tom Lane2014-12-011-0/+15
* Add generate_series(numeric, numeric).Fujii Masao2014-11-111-0/+124
* Fix normalization of numeric values in JSONB GIN indexes.Tom Lane2014-11-061-12/+20
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-111-4/+26
* pgindent run for 9.4Bruce Momjian2014-05-061-31/+32
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-121-45/+334
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+38
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-161-146/+246
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1