Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-01 | Avoid fetching one past the end of translate()'s "to" parameter. | Tom Lane | 12.15 |
| 2021-01-04 | Fix integer-overflow corner cases in substring() functions. | Tom Lane | 12.6 |
| 2020-04-07 | Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. | Tom Lane | 12.3 |
| 2019-10-28 | Handle empty-string edge cases correctly in strpos(). | Tom Lane | 12.1 |
| 2019-05-14 | Fix SQL-style substring() to have spec-compliant greediness behavior. | Tom Lane | 12.0 |