summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-061-1/+1
* Avoid using list_length() to test for empty list.Tom Lane2022-08-171-1/+1
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Improve error message about valid value for distance in phrase operator.Fujii Masao2021-08-251-1/+1
* Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov2021-05-031-58/+23
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-16/+22
* Add websearch_to_tsqueryTeodor Sigaev2018-04-051-84/+306
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-7/+6
* Minor code review for parse_phrase_operator().Tom Lane2017-06-261-5/+5
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+5
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-211-12/+13
* Fix typosPeter Eisentraut2016-08-161-1/+1
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-15/+16
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-151-1/+3
* Change predecence of phrase operator.Teodor Sigaev2016-06-271-62/+52
* pgindent run for 9.6Robert Haas2016-06-091-44/+45
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-081-3/+9
* Phrase full text search.Teodor Sigaev2016-04-071-76/+235
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-1/+1
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-0/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-6/+6
* Fix typos.Robert Haas2014-10-201-2/+2
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-1/+6
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-1/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-1/+1
* Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions.Heikki Linnakangas2012-05-141-2/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-191-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-19/+19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-14/+34
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-4/+4