aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_rewrite.c
Commit message (Expand)AuthorAge
* 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