Commits

DateSubjectAuthorReleases
2021-02-16 Convert tsginidx.c's GIN indexing logic to fully ternary operation. Tom Lane 14.0
2021-02-16 Convert tsginidx.c's GIN indexing logic to fully ternary operation. Tom Lane 13.3
2020-07-24 Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT. Tom Lane 14.0
2020-07-24 Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT. Tom Lane 13.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
2016-12-21 Fix strange behavior (and possible crashes) in full text phrase search. Tom Lane 9.6.2
2016-12-21 Fix strange behavior (and possible crashes) in full text phrase search. Tom Lane 10.0
2016-12-16 Improve documentation around TS_execute(). Tom Lane 10.0
2016-12-16 Improve documentation around TS_execute(). Tom Lane 9.6.2
2016-04-11 Add comment about intentional fallthrough in switch. Tom Lane 9.6.0
2016-03-02 Create stub functions to support pg_upgrade of old contrib/tsearch2. Tom Lane 9.6.0
2011-02-16 Add backwards-compatible declarations of some core GIN support functions. Tom Lane 9.1.0
2011-01-09 Fix up core tsquery GIN support for new extractQuery API. Tom Lane 9.1.0
2009-03-25 Adjust the APIs for GIN opclass support functions to allow the extractQuery() Tom Lane 8.4.0
2008-05-16 Extend GIN to support partial-match searches, and extend tsquery to support Tom Lane 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-11-28 Adjust the names of a couple of tsearch index support functions that had Tom Lane 8.3.0
2007-10-20 Adjust error message to agree with documentation. The tsearch documentation Tom Lane 8.3.0