aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_op.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Ensure that length argument of memcmp() isn't seen as negative.Tom Lane2022-02-15
* Update copyright for 2022Bruce Momjian2022-01-07
* Disallow making an empty lexeme via array_to_tsvector().Tom Lane2021-11-06
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix recently-introduced performance problem in ts_headline().Tom Lane2020-07-31
* 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
* Fix YA text phrase search bug.Tom Lane2020-05-07
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* Add tg_updatedcols to TriggerDataPeter Eisentraut2020-03-09
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Remove unused macroPeter Eisentraut2019-03-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane2017-07-18
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* 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
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Make array_to_tsvector() sort and de-duplicate the given strings.Tom Lane2016-08-05
* Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.Tom Lane2016-08-05
* Re-pgindent tsvector_op.c.Tom Lane2016-08-05
* Do not fallback to AND for FTS phrase operator.Teodor Sigaev2016-06-27