summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_rewrite.c
AgeCommit message (Expand)Author
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce 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-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-28Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane
2007-10-24Set read_only = TRUE while evaluating input queries for ts_rewrite()Tom Lane
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-23Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane
2007-09-07Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev
2007-09-07Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane