summaryrefslogtreecommitdiff
path: root/src/backend/tsearch/ts_parse.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
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-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-07Phrase full text search.Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
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-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-30Remove duplicate variable initializations identified by clang static checker.Tom Lane
2009-08-18Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev
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-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-17Improve headeline generation. Now headline can containTeodor Sigaev
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
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-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev