Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-11-07 | Fix integer-overflow edge case detection in interval_mul and pgbench. | Tom Lane | 11.6 |
| 2018-11-24 | Fix float-to-integer coercions to handle edge cases correctly. | Tom Lane | 11.2 |
| 2018-06-11 | Make new error code name match SQL standard more closely | Peter Eisentraut | 11.0 |
| 2018-05-05 | Put in_range_float4_float8's work in-line. | Tom Lane | 11.0 |
| 2018-04-29 | Avoid wrong results for power() with NaN input on more platforms. | Tom Lane | 11.0 |
| 2018-04-29 | Avoid wrong results for power() with NaN input on some platforms. | Tom Lane | 11.0 |
| 2018-03-15 | Fix more format truncation issues | Peter Eisentraut | 11.0 |
| 2018-02-24 | Fix thinko in in_range_float4_float8. | Tom Lane | 11.0 |
| 2018-02-24 | Add window RANGE support for float4, float8, numeric. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-13 | Use new overflow aware integer operations. | Andres Freund | 11.0 |