summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-1/+1
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* 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
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-301-23/+59
* Phrase full text search.Teodor Sigaev2016-04-071-2/+9
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-0/+5
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-1/+1
* 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
* Avoid uninitialized bits in the result of QTN2QT().Tom Lane2011-05-241-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Be a little more careful with the shift computations in QT2QTN andTom Lane2010-08-031-2/+2
* Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane2010-08-031-4/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-20/+20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-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-5/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-14/+14
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+12
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-231-1/+18
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-1/+2
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-2/+31
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-49/+85
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+317