aboutsummaryrefslogtreecommitdiff
path: root/src/include/tsearch
Commit message (Expand)AuthorAge
* Constify fields and parameters in spell.cHeikki Linnakangas2024-08-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Pack struct ParsedWord more tightly.Tom Lane2023-09-25
* Update tsearch regex memory management.Thomas Munro2023-04-08
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-27
* Replace link to Hunspell with the current homepageDaniel Gustafsson2022-11-21
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-06
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Remove configure probe for wctype.h.Thomas Munro2022-07-23
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Add missing spaces after single-line commentsDavid Rowley2022-04-14
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane2020-09-23
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add websearch_to_tsqueryTeodor Sigaev2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Fix serious performance problems in json(b) to_tsvector().Tom Lane2017-07-18
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-31
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Improve documentation around TS_execute().Tom Lane2016-12-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Change predecence of phrase operator.Teodor Sigaev2016-06-27
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27
* pgindent run for 9.6Robert Haas2016-06-09