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-02-07 | Support all SQL:2011 options for window frame clauses. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-17 | Suppress compiler warning about no function return value. | Tom Lane | 11.0 |
| 2017-12-13 | Add float.h include to int8.c, for isnan(). | Andres Freund | 11.0 |
| 2017-12-13 | Consistently use PG_INT(16|32|64)_(MIN|MAX). | Andres Freund | 11.0 |
| 2017-12-13 | Use new overflow aware integer operations. | Andres Freund | 11.0 |
| 2017-09-11 | Message style fixes | Peter Eisentraut | 11.0 |