index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
numeric.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
*
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-21
*
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-11
*
Make numeric power() handle NaNs according to the modern POSIX spec.
Tom Lane
2018-05-17
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
*
Remove useless use of bit-masking macros
Peter Eisentraut
2018-01-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Consistently use PG_INT(16|32|64)_(MIN|MAX).
Andres Freund
2017-12-12
*
Use new overflow aware integer operations.
Andres Freund
2017-12-12
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
*
Constify numeric.c.
Andres Freund
2017-09-11
*
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix multiple bugs in numeric_poly_deserialize().
Tom Lane
2016-09-03
*
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-09-02
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
Fix small memory leak in partial-aggregate deserialization functions.
Tom Lane
2016-06-23
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-05
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve div_var_fast(), mostly by making comments better.
Tom Lane
2015-11-25
*
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-17
*
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-11-14
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
Avoid calling memcpy() with a NULL source pointer and count == 0.
Tom Lane
2015-08-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix numeric abbreviation for --disable-float8-byval.
Robert Haas
2015-04-03
*
Repair stupid mistake in preprocessor directive.
Robert Haas
2015-04-02
*
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-04-02
*
Fix minor copy & pasto in the int128 accumulator patch.
Andres Freund
2015-03-22
*
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
[next]