summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/like.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-231-2/+2
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-201-19/+18
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update stale comments, and fix comment typos.Noah Misch2019-06-081-1/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-8/+8
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-6/+21
* Add some const decorationsPeter Eisentraut2019-02-081-7/+7
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-4/+4
* Fix crash in ICU patchPeter Eisentraut2017-03-231-1/+1
* ICU supportPeter Eisentraut2017-03-231-28/+25
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-12/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Add recursion depth protection to LIKE matching.Tom Lane2015-10-021-0/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-2/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-12/+12
* Fix ILIKE to honor collation when working in single-byte encodings.Tom Lane2011-04-091-15/+65
* Per-column collation supportPeter Eisentraut2011-02-081-8/+8
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-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-12/+12
* Go back to using a separate method for doing ILIKE for single byteAndrew Dunstan2007-09-221-10/+35
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-211-41/+42
* Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets,Andrew Dunstan2007-06-021-330/+72
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane2006-09-041-63/+100
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-23/+23
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-33/+28