Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-03-19 | Don't leak compiled regex(es) when an ispell cache entry is dropped. | Tom Lane | 9.6.22 |
| 2019-11-03 | Suppress warning from older compilers. | Tom Lane | 9.6.16 |
| 2019-11-02 | Validate ispell dictionaries more carefully. | Tom Lane | 9.6.16 |
| 2018-04-12 | Fix bogus affix-merging code. | Tom Lane | 9.6.9 |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 9.6.0 |
| 2016-08-15 | Final pgindent + perltidy run for 9.6. | Tom Lane | 9.6.0 |
| 2016-03-07 | Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). | Tom Lane | 9.6.0 |
| 2016-03-06 | Fix unportable usage of <ctype.h> functions. | Tom Lane | 9.6.0 |
| 2016-02-11 | Avoid use of sscanf() to parse ispell dictionary files. | Tom Lane | 9.6.0 |