aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
Commit message (Expand)AuthorAge
* Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed2020-03-28
* Fix corner-case loss of precision in numeric ln().Dean Rasheed2020-03-01
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-25
* Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Fix partial aggregation for variance(int4) and related aggregates.Tom Lane2018-06-21
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Make numeric power() handle NaNs according to the modern POSIX spec.Tom Lane2018-05-17
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-24
* Remove useless use of bit-masking macrosPeter Eisentraut2018-01-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Consistently use PG_INT(16|32|64)_(MIN|MAX).Andres Freund2017-12-12
* Use new overflow aware integer operations.Andres Freund2017-12-12
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* 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