aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_rewrite.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Update copyright for 2024Bruce Momjian2024-01-03
* tsquery: fix typo "rewrited" -> "rewritten"Robert Haas2024-01-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev2009-07-28
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-13
* Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane2007-10-24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-24
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-23
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-07
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21