Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-13 | Amend recent fix for SIMILAR TO regex conversion. | Tom Lane | 13.23 |
| 2023-03-01 | Avoid fetching one past the end of translate()'s "to" parameter. | Tom Lane | 13.11 |
| 2021-01-04 | Fix integer-overflow corner cases in substring() functions. | Tom Lane | 13.2 |
| 2020-04-07 | Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. | Tom Lane | 13.0 |
| 2020-03-06 | Allow Unicode escapes in any server encoding, not only UTF-8. | Tom Lane | 13.0 |
| 2020-01-13 | Reduce size of backend scanner's tables. | Tom Lane | 13.0 |
| 2019-10-28 | Handle empty-string edge cases correctly in strpos(). | Tom Lane | 13.0 |
| 2019-09-07 | Fix issues around strictness of SIMILAR TO. | Tom Lane | 13.0 |