summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_rewrite.c
AgeCommit message (Expand)Author
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