Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-09-27 | Fix behavior when converting a float infinity to numeric. | Tom Lane | 9.5.10 |
| 2015-09-21 | Fix possible internal overflow in numeric multiplication. | Tom Lane | 9.5.0 |
| 2015-03-23 | to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14 | Bruce Momjian | 9.5.0 |
| 2015-03-22 | to_char(float4/8): don't print "junk" digits | Bruce Momjian | 9.5.0 |
| 2015-03-22 | to_char(float4/8): zero pad to specified length | Bruce Momjian | 9.5.0 |
| 2014-12-18 | Ensure variables live across calls in generate_series(numeric, numeric). | Fujii Masao | 9.5.0 |
| 2014-11-11 | Add generate_series(numeric, numeric). | Fujii Masao | 9.5.0 |
| 2014-09-12 | Fix power_var_int() for large integer exponents. | Tom Lane | 9.5.0 |