Commits

DateSubjectAuthorReleases
2023-04-06 Fix ts_headline() edge cases for empty query and empty search text. Tom Lane 14.8
2023-01-19 Fix ts_headline() to handle ORs and phrase queries more honestly. Tom Lane 16.0
2022-02-08 Rearrange core regression tests to reduce cross-script dependencies. Tom Lane 15.0
2021-05-03 Make websearch_to_tsquery() parse text in quotes as a single token Alexander Korotkov 14.0
2021-01-31 Fix parsing of complex morphs to tsquery Alexander Korotkov 14.0
2020-07-24 Fix assorted bugs by changing TS_execute's callback API to ternary logic. Tom Lane 13.0
2020-07-24 Fix assorted bugs by changing TS_execute's callback API to ternary logic. Tom Lane 14.0
2020-04-27 Fix full text search to handle NOT above a phrase search correctly. Tom Lane 13.0
2020-04-27 Fix full text search to handle NOT above a phrase search correctly. Tom Lane 11.8
2020-04-27 Fix full text search to handle NOT above a phrase search correctly. Tom Lane 9.6.18
2020-04-27 Fix full text search to handle NOT above a phrase search correctly. Tom Lane 12.3
2020-04-27 Fix full text search to handle NOT above a phrase search correctly. Tom Lane 10.13
2020-04-09 Fix default text search parser's ts_headline code for phrase queries. Tom Lane 13.0
2020-04-09 Fix default text search parser's ts_headline code for phrase queries. Tom Lane 9.6.18
2020-04-09 Fix default text search parser's ts_headline code for phrase queries. Tom Lane 11.8
2020-04-09 Fix default text search parser's ts_headline code for phrase queries. Tom Lane 12.3
2020-04-09 Fix default text search parser's ts_headline code for phrase queries. Tom Lane 10.13
2020-03-30 Implement operator class parameters Alexander Korotkov 13.0
2020-01-17 Avoid full scan of GIN indexes when possible Alexander Korotkov 13.0
2019-08-01 Allow functions-in-FROM to be pulled up if they reduce to constants. Tom Lane 13.0
2019-02-13 Change floating-point output format for improved performance. Andrew Gierth 12.0
2018-04-05 Remove tsearch test contained russian characters, missed in Teodor Sigaev 11.0
2018-04-05 Add websearch_to_tsquery Teodor Sigaev 11.0
2017-09-25 Make construct_[md_]array return a valid empty array for zero-size input. Tom Lane 11.0
2017-01-26 Ensure that a tsquery like '!foo' matches empty tsvectors. Tom Lane 10.0