1. 15 3月, 2006 3 次提交
  2. 14 3月, 2006 1 次提交
    • N
      Fix a number of syntax errors in contrib modules' uninstall scripts. · 48fb6967
      Neil Conway 提交于
      Most of the changes add the mandatory USING clause to DROP OPERATOR
      CLASS statements.  DROP TYPE is now DROP TYPE CASCADE; without
      CASCADE a DROP TYPE fails due to the circular dependency on the
      type's I/O functions.  The DROP FUNCTION statements for the I/O
      functions have been removed, as DROP TYPE CASCADE removes them
      automatically. Patch from Michael Fuhr.
      48fb6967
  3. 12 3月, 2006 2 次提交
  4. 11 3月, 2006 7 次提交
  5. 10 3月, 2006 3 次提交
  6. 09 3月, 2006 3 次提交
  7. 08 3月, 2006 7 次提交
  8. 07 3月, 2006 14 次提交