Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-01-04 | Fix integer-overflow corner cases in substring() functions. | Tom Lane | 11.11 |
| 2019-10-04 | Fix bitshiftright()'s zero-padding some more. | Tom Lane | 11.6 |
| 2019-09-22 | Fix failure to zero-pad the result of bitshiftright(). | Tom Lane | 11.6 |
| 2018-06-17 | Suppress -Wshift-negative-value warnings. | 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 |
| 2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 11.0 |