summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_cleanup.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
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-12-19Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-07-15Fix nested NOT operation cleanup in tsquery.Teodor Sigaev
2016-06-27Change predecence of phrase operator.Teodor Sigaev
2016-06-09pgindent run for 9.6Robert Haas
2016-04-07Zeroing unused parts ducring tsquery construction.Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
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-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-27Wording improvementsPeter Eisentraut
2007-11-28Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-20Solaris portability fix that was previously made in contrib/tsearch2Tom Lane
2007-09-07Improvements from Heikki Linnakangas <[email protected]>Teodor Sigaev
2007-09-07Improving various checks by Heikki Linnakangas <[email protected]>Teodor Sigaev
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