Commits
Showing commits that first shipped in 9.1 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2012-11-20 | Improve handling of INT_MIN / -1 and related cases. | Tom Lane | 9.1.7 |
| 2012-11-14 | Fix the int8 and int2 cases of (minimum possible integer) % (-1). | Tom Lane | 9.1.7 |
| 2011-04-12 | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 9.1.0 |
| 2011-03-12 | On further reflection, we'd better do the same in int.c. | Tom Lane | 9.1.0 |