1. 24 3月, 2007 4 次提交
  2. 23 3月, 2007 18 次提交
  3. 22 3月, 2007 10 次提交
  4. 21 3月, 2007 6 次提交
  5. 20 3月, 2007 2 次提交
    • N
      Add three new regexp functions: regexp_matches, regexp_split_to_array, · 9eb78bee
      Neil Conway 提交于
      and regexp_split_to_table. These functions provide access to the
      capture groups resulting from a POSIX regular expression match,
      and provide the ability to split a string on a POSIX regular
      expression, respectively. Patch from Jeremy Drake; code review by
      Neil Conway, additional comments and suggestions from Tom and
      Peter E.
      
      This patch bumps the catversion, adds some regression tests,
      and updates the docs.
      9eb78bee
    • J
      Bumping catversion due to changes to pg_trigger and pg_rewrite. · 5e96b04a
      Jan Wieck 提交于
      BTW, the comment in this file says that we hope we never have more than
      10 catversion changes per day, but to even make this possible we should
      start counting at zero, shouldn't we?
      
      
      Jan
      5e96b04a