summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-8/+7
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-271-4/+11
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-2/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add websearch_to_tsqueryTeodor Sigaev2018-04-051-1/+1
* 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-3/+3
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-081-2/+2
* Phrase full text search.Teodor Sigaev2016-04-071-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-071-1/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* 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-1/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.Teodor Sigaev2009-05-211-2/+7
* Removed comparison of unsigned expression < 0.Michael Meskes2009-05-211-2/+2
* 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-9/+4
* Fix unportable coding of new error message, per Kris Jurka.Tom Lane2008-03-101-2/+3
* When text search string is too long, in error message report actual andBruce Momjian2008-03-051-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-281-4/+4
* Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.Teodor Sigaev2007-11-161-1/+3
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-5/+5
* pgindent run for 8.3.Bruce Momjian2007-11-151-30/+31
* Fix several bugs in tsvectorin, including crash due to uninitialized field andTom Lane2007-10-231-63/+74
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-211-5/+5
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-56/+106
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-306/+108
* Fix a small 64-bit problem in tsearch patch.Tom Lane2007-08-211-3/+4
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+683