Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-24 | Defend against stack overrun in a few more places. | Tom Lane | 11.18 |
| 2021-03-19 | Don't leak compiled regex(es) when an ispell cache entry is dropped. | Tom Lane | 11.12 |
| 2019-11-03 | Suppress warning from older compilers. | Tom Lane | 11.6 |
| 2019-11-02 | Validate ispell dictionaries more carefully. | Tom Lane | 11.6 |
| 2018-04-13 | Improve regression test coverage for src/backend/tsearch/spell.c. | Tom Lane | 11.0 |
| 2018-04-12 | Fix bogus affix-merging code. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-29 | Update typedefs.list and re-run pgindent | Robert Haas | 11.0 |
| 2017-11-10 | Add some const decorations to prototypes | Peter Eisentraut | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-09-05 | Remove unnecessary parentheses in return statements | Peter Eisentraut | 11.0 |