1. 02 Jun, 2007 1 commit
    • Andrew Dunstan's avatar
      Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, · 15f8202c
      Andrew Dunstan authored
      and most especially for UTF8. Remove unnecessary special cases for bytea
      processing and single-byte charset ILIKE.  a ILIKE b is now processed as
      lower(a) LIKE lower(b) in all cases. The code is now considerably simpler. All
      comparisons are now performed byte-wise, and the text and pattern are also
      advanced byte-wise where it is safe to do so - essentially where a wildcard is
      not being matched.
      Andrew Dunstan, from an original patch by ITAGAKI Takahiro, with ideas from
      Tom Lane and Mark Mielke.
      15f8202c
  2. 01 Jun, 2007 10 commits
  3. 31 May, 2007 5 commits
  4. 30 May, 2007 14 commits
  5. 29 May, 2007 3 commits
  6. 28 May, 2007 4 commits
  7. 27 May, 2007 3 commits