summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
AgeCommit message (Expand)Author
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
2014-02-10Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas
2014-02-01Fix some wide-character bugs in the text-search parser.Tom Lane
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-12Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian