1. 06 2月, 2003 1 次提交
  2. 09 11月, 2002 1 次提交
  3. 29 8月, 2002 1 次提交
  4. 11 6月, 2002 1 次提交
    • T
      Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. · ea01a451
      Thomas G. Lockhart 提交于
      Implement SQL99 SIMILAR TO as a synonym for our existing operator "~".
      Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape).
       Extend the definition to make the FOR clause optional.
       Define textregexsubstr() to actually implement this feature.
      Update the regression test to include these new string features.
       All tests pass.
      Rename the regular expression support routines from "pg95_xxx" to "pg_xxx".
      Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
      ea01a451
  5. 25 10月, 2001 2 次提交
  6. 22 3月, 2001 1 次提交
  7. 13 2月, 2001 1 次提交
  8. 19 1月, 2000 1 次提交
  9. 16 7月, 1999 1 次提交
  10. 01 9月, 1998 2 次提交
  11. 19 7月, 1998 1 次提交
  12. 15 3月, 1998 1 次提交
    • M
      From: t-ishii@sra.co.jp · 661ecf3c
      Marc G. Fournier 提交于
      Included are patches intended for allowing PostgreSQL to handle
      multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
      Mule internal code. With the MB patch you can use multi-byte character
      sets in regexp and LIKE. The encoding system chosen is determined at
      the compile time.
      
      To enable the MB extension, you need to define a variable "MB" in
      Makefile.global or in Makefile.custom. For further information please
      take a look at README.mb under doc directory.
      
      (Note that unlike "jp patch" I do not use modified GNU regexp any
      more. I changed Henry Spencer's regexp coming with PostgreSQL.)
      661ecf3c
  13. 12 2月, 1998 1 次提交
  14. 08 9月, 1997 1 次提交
  15. 07 9月, 1997 1 次提交
  16. 08 11月, 1996 1 次提交
  17. 20 9月, 1996 1 次提交
  18. 28 8月, 1996 1 次提交
  19. 09 7月, 1996 1 次提交