Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

regex

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    This involves getting the character classification and case-folding
    functions in the regex library to use the collations infrastructure.
    Most of this work had been done already in connection with the upper/lower
    and LIKE logic, so it was a simple matter of transposition.
    
    While at it, split out these functions into a separate source file
    regc_pg_locale.c, so that they can be correctly labeled with the Postgres
    project's license rather than the Scriptics license.  These functions are
    100% Postgres-written code whereas what remains in regc_locale.c is still
    mostly not ours, so lumping them both under the same copyright notice was
    getting more and more misleading.
    1e16a810
    History