summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
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
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-17Fix typos in commentsMagnus Hagander
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-03-25Centralize definition of integer limits.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-07Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane
2014-10-23Improve ispell dictionary's defenses against bad affix files.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-07Avoid memcpy() with same source and destination address.Heikki Linnakangas
2014-03-03Another round of Coverity fixesStephen Frost
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane