summaryrefslogtreecommitdiff
path: root/src/backend/tsearch/spell.c
AgeCommit message (Expand)Author
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Remove ts_locale.c's lowerstr()Peter Eisentraut
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-08-06Constify fields and parameters in spell.cHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-24Defend against stack overrun in a few more places.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-03-19Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-09-04Remove some more useless assignments.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-03Suppress warning from older compilers.Tom Lane
2019-11-02Validate ispell dictionaries more carefully.Tom Lane
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-13Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-07-28Message style improvementsPeter Eisentraut
2016-07-12Add serial comma and quoting to messagePeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-03-17Improve support of HunspellTeodor Sigaev
2016-03-13Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut
2016-03-11Fix merge affixes for numeric onesTeodor Sigaev
2016-03-07Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane
2016-03-06Fix unportable usage of <ctype.h> functions.Tom Lane
2016-03-04Improve support of Hunspell in ispell dictionary.Teodor Sigaev
2016-02-11Avoid use of sscanf() to parse ispell dictionary files.Tom Lane