summaryrefslogtreecommitdiff
path: root/doc/src/sgml/textsearch.sgml
AgeCommit message (Expand)Author
2025-11-06Doc: use uppercase keywords in SQLsDavid Rowley
2025-06-16doc: Clean up title case usePeter Eisentraut
2025-05-01doc: Warn that ts_headline() output is not HTML-safe.Dean Rasheed
2025-02-19Update to latest Snowball sources.Tom Lane
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2023-11-13doc: clarify handling of ts_headline() operators & extra wordsBruce Momjian
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-12Doc: tweak textsearch.sgml for SEO purposes.Tom Lane
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-02-19Update snowballPeter Eisentraut
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-10-19Misc documentation fixes.Heikki Linnakangas
2020-10-19Fix output of tsquery example in docs.Heikki Linnakangas
2020-10-19Fix doc for full text search distance operator.Heikki Linnakangas
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-06-08Update documentation for snowball updatePeter Eisentraut
2020-05-10Doc: marginal hacking to remove some PDF build warnings.Tom Lane
2020-05-06Doc: further fooling-about with rendering of tables in PDF output.Tom Lane
2020-04-26Doc: improve documentation of websearch_to_tqsuery().Tom Lane
2020-04-24Doc: update section 9.13 for new function table layout.Tom Lane
2020-04-09Doc: improve documentation about ts_headline() function.Tom Lane
2020-04-01Documentation corrections for opclass parametersAlexander Korotkov
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-21docs: use alias in WHERE clause of full text search exampleBruce Momjian
2019-10-25doc: Use proper em and en dashesPeter Eisentraut
2019-09-03Doc: Replace mention to "K bytes" by "kilobytes" in textsearch.sgmlMichael Paquier
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-03-30Generated columnsPeter Eisentraut
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-08-22Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-05-21doc: Fix some whitespace issuesPeter Eisentraut
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-12docs: replace dblink() mention with foreign data mentionBruce Momjian
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-02-13Remove contrib/tsearch2.Robert Haas
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-11-13Doc: remove obsolete example.Tom Lane
2016-08-25doc: more replacement of <literal> with something betterBruce Momjian
2016-07-29Documentation spell checking and markup improvementsPeter Eisentraut
2016-06-29Adjust text search documentation for recent commits.Tom Lane
2016-06-29Document precedence of FTS operators in tsqueryTeodor Sigaev
2016-06-27Make exact distance match for FTS phrase operatorTeodor Sigaev