1. 17 7月, 2006 4 次提交
  2. 16 7月, 2006 5 次提交
  3. 15 7月, 2006 9 次提交
  4. 14 7月, 2006 15 次提交
  5. 13 7月, 2006 5 次提交
  6. 12 7月, 2006 2 次提交
    • B
      Update schema USAGE permission description. · de7e81ff
      Bruce Momjian 提交于
      de7e81ff
    • J
      Clean up for warning: · 9e196d7c
      Joe Conway 提交于
        fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers
        from pointer target type
      pg_krb5_authname used to return a (const char *) to memory allocated by
      krb. Somewhere along the lines this was changed so that a copy was
      made, returned, and freed instead. However the const modifier was never
      removed.
      9e196d7c