summaryrefslogtreecommitdiff
path: root/src/include/tsearch
AgeCommit message (Expand)Author
2017-07-18Fix serious performance problems in json(b) to_tsvector().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-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-12-16Improve documentation around TS_execute().Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-06-27Change predecence of phrase operator.Teodor Sigaev
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-06-09pgindent run for 9.6Robert Haas
2016-04-08Restore original tsquery operation numbering.Teodor Sigaev
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-03-17Improve support of HunspellTeodor Sigaev
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-03-04Improve support of Hunspell in ispell dictionary.Teodor Sigaev
2016-03-02Create stub functions to support pg_upgrade of old contrib/tsearch2.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-20Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
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
2012-05-02Remove duplicate words in comments.Heikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-03Improve comments for TSLexeme data structure.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-26Improve comments describing tsvector data structure.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-02-16Add backwards-compatible declarations of some core GIN support functions.Tom Lane
2011-01-09Fix up core tsquery GIN support for new extractQuery API.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-06Reduce the memory requirement for large ispell dictionaries.Tom Lane
2010-10-06Clean up temporary-memory management during ispell dictionary loading.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-02Update a number of broken links in comments.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-18Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev