summaryrefslogtreecommitdiff
path: root/src/include/tsearch
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Remove ts_locale.c's lowerstr()Peter Eisentraut
2024-12-17Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut
2024-08-06Constify fields and parameters in spell.cHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-25Pack struct ParsedWord more tightly.Tom Lane
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-04-13Add missing spaces after single-line commentsDavid Rowley
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-19Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane
2021-02-16Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-24Improve behavior of tsearch_readline(), and remove t_readline().Tom Lane
2020-07-24Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane
2020-07-24Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
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