summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_op.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-03-26Fix misplaced constPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-11Fix whitespacePeter Eisentraut
2016-04-07Phrase full text search.Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-27Fix two bugs in tsquery @> operator.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-03Be a little more careful with the shift computations in QT2QTN andTom Lane
2010-08-03Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two emptyTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-27Fix compiler warnings on Sun Studio of the sortPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-07Refactoring by Heikki Linnakangas <[email protected]> withTeodor Sigaev
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane