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

misc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marc G. Fournier authored
    Hi, here are patches I promised (against 6.3.2):
    
    * character_length(), position(), substring() are now aware of
              multi-byte characters
    * add octet_length()
    * add --with-mb option to configure
    * new regression tests for EUC_KR
      (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
    * add some test cases to the EUC_JP regression test
    * fix problem in regress/regress.sh in case of System V
    * fix toupper(), tolower() to handle 8bit chars
    
    note that:
    
    o  patches for both configure.in and configure are
    included. maybe the one for configure is not necessary.
    
    o pg_proc.h was modified to add octet_length(). I used OIDs
    (1374-1379) for that. Please let me know if these numbers are not
    appropriate.
    f554af0a
    History
    Name Last commit Last update
    ..