Commits
Showing commits that first shipped in 9.0 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2015-09-21 | Fix possible internal overflow in numeric multiplication. | Tom Lane | 9.0.23 |
| 2014-12-01 | Guard against bad "dscale" values in numeric_recv(). | Tom Lane | 9.0.19 |
| 2014-09-12 | Fix power_var_int() for large integer exponents. | Tom Lane | 9.0.19 |
| 2010-02-08 | Create an official API function for C functions to use to check if they are | Tom Lane | 9.0.0 |
| 2010-01-07 | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 9.0.0 |
| 2009-08-10 | Support EEEE (scientific notation) in to_char(). | Tom Lane | 9.0.0 |