Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-07-22 | Hand code string to integer conversion for performance. | Andres Freund | 12.0 |
| 2018-07-22 | Deduplicate "invalid input syntax" messages for various types. | Andres Freund | 12.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 |
| 2015-04-02 | Define integer limits independently from the system definitions. | Andres Freund | 9.5.0 |
| 2015-03-25 | Centralize definition of integer limits. | Andres Freund | 9.5.0 |