Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-09-27 | Fix behavior when converting a float infinity to numeric. | Tom Lane | 9.3.20 |
| 2016-08-14 | Remove bogus dependencies on NUMERIC_MAX_PRECISION. | Tom Lane | 9.3.15 |
| 2015-11-17 | Fix possible internal overflow in numeric division. | Tom Lane | 9.3.11 |
| 2015-09-21 | Fix possible internal overflow in numeric multiplication. | Tom Lane | 9.3.10 |
| 2015-01-27 | Fix NUMERIC field access macros to treat NaNs consistently. | Tom Lane | 9.3.6 |
| 2014-12-01 | Guard against bad "dscale" values in numeric_recv(). | Tom Lane | 9.3.6 |
| 2014-09-12 | Fix power_var_int() for large integer exponents. | Tom Lane | 9.3.6 |