Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-11 | Fix overflows with ts_headline() | Michael Paquier | 15.18 |
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 15.16 |
| 2023-06-24 | Check for interrupts and stack overflow in TParserGet(). | Tom Lane | 15.4 |
| 2023-04-06 | Fix ts_headline() edge cases for empty query and empty search text. | Tom Lane | 15.3 |
| 2023-03-17 | Fix t_isspace(), etc., when datlocprovider=i and datctype=C. | Jeff Davis | 15.3 |
| 2022-11-21 | Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. | Tom Lane | 15.2 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-10-11 | Clean up more code using "(expr) ? true : false" | Michael Paquier | 15.0 |