summaryrefslogtreecommitdiff
path: root/src/include/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Update tsearch regex memory management.Thomas Munro2023-04-081-12/+6
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-191-0/+3
* Update copyright for 2023Bruce Momjian2023-01-027-7/+7
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-271-3/+7
* Replace link to Hunspell with the current homepageDaniel Gustafsson2022-11-211-1/+1
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-211-17/+44
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-061-0/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-272-10/+50
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-3/+1
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-122-50/+10
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-122-10/+50
* Remove configure probe for wctype.h.Thomas Munro2022-07-231-9/+1
* Add missing 'extern' to function prototypes.Andres Freund2022-05-121-4/+4
* Add missing spaces after single-line commentsDavid Rowley2022-04-141-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-082-2/+2
* Update copyright for 2022Bruce Momjian2022-01-077-7/+7
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-181-1/+12
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-161-0/+3
* Update copyright for 2021Bruce Momjian2021-01-027-7/+7
* Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane2020-09-231-3/+4
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-241-3/+5
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-241-13/+19
* Assume that we have <wchar.h>.Tom Lane2020-02-211-3/+1
* Update copyrights for 2020Bruce Momjian2020-01-017-7/+7
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-223-13/+13
* Update copyright for 2019Bruce Momjian2019-01-027-7/+7
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+3
* Add websearch_to_tsqueryTeodor Sigaev2018-04-051-5/+21
* Update copyright for 2018Bruce Momjian2018-01-027-7/+7
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-221-16/+4
* Fix serious performance problems in json(b) to_tsvector().Tom Lane2017-07-181-9/+0
* Phase 2 of pgindent updates.Tom Lane2017-06-215-9/+8
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-6/+6
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-311-0/+9
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-172-206/+0
* Update copyright via script for 2017Bruce Momjian2017-01-037-7/+7
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-211-9/+22
* Improve documentation around TS_execute().Tom Lane2016-12-161-14/+47
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-1/+1
* Change predecence of phrase operator.Teodor Sigaev2016-06-271-15/+1
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-271-1/+18
* pgindent run for 9.6Robert Haas2016-06-094-34/+33
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-081-4/+13
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-081-1/+1
* Phrase full text search.Teodor Sigaev2016-04-073-17/+50
* Improve support of HunspellTeodor Sigaev2016-03-171-7/+37