Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-26 | Change function call information to be variable length. | Andres Freund | 12.0 |
| 2018-07-22 | Hand code string to integer conversion for performance. | Andres Freund | 12.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-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 11.0 |