summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_op.c
Commit message (Expand)AuthorAgeFilesLines
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* 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-2/+2
* pgindent run for 9.6Robert Haas2016-06-091-4/+4
* Fix whitespacePeter Eisentraut2016-04-111-2/+2
* Phrase full text search.Teodor Sigaev2016-04-071-3/+51
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix two bugs in tsquery @> operator.Heikki Linnakangas2014-10-271-41/+90
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-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-3/+0
* 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-8/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-5/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Fix compiler warnings on Sun Studio of the sortPeter Eisentraut2009-05-271-2/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-15/+12
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+289