summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-13Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.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-22Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.Tom Lane
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-07-18Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane
2017-07-18Fix serious performance problems in json(b) to_tsvector().Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
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-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-13Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane
2017-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-16Improve documentation around TS_execute().Tom Lane
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-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.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-04-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-03-29Fix support of digits in email/hostnames.Teodor Sigaev
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-08Fix uninstall target in tsearch MakefilePeter Eisentraut
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