summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/like_match.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-26/+26
* Go back to using a separate method for doing ILIKE for single byteAndrew Dunstan2007-09-221-7/+20
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-211-7/+7
* Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets,Andrew Dunstan2007-06-021-109/+111
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-21/+21
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+6
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-3/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+1
* Optimization for single byte encodings.Tatsuo Ishii2001-10-041-0/+339