1. 23 6月, 2004 5 次提交
  2. 21 6月, 2004 4 次提交
  3. 20 6月, 2004 6 次提交
  4. 19 6月, 2004 9 次提交
  5. 18 6月, 2004 1 次提交
    • T
      Tablespaces. Alternate database locations are dead, long live tablespaces. · 2467394e
      Tom Lane 提交于
      There are various things left to do: contrib dbsize and oid2name modules
      need work, and so does the documentation.  Also someone should think about
      COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
      dead, it just doesn't know it yet.
      
      Gavin Sherry and Tom Lane.
      2467394e
  6. 17 6月, 2004 2 次提交
  7. 16 6月, 2004 3 次提交
    • B
      Improve comment. · 1d2dbf07
      Bruce Momjian 提交于
      1d2dbf07
    • B
      Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the · e854bc4a
      Bruce Momjian 提交于
      same thread flags that will be used to compile thread.c.  Add comment to
      make sure no one breaks it.
      e854bc4a
    • T
      Represent type-specific length coercion functions as pg_cast entries, · d70a42e6
      Tom Lane 提交于
      eliminating the former hard-wired convention about their names.  Allow
      pg_cast entries to represent both type coercion and length coercion in
      a single step --- this is represented by a function that takes an
      extra typmod argument, just like a length coercion function.  This
      nicely merges the type and length coercion mechanisms into something
      at least a little cleaner than we had before.  Make use of the single-
      coercion-step behavior to fix integer-to-bit coercion so that coercing
      to bit(n) yields the rightmost n bits of the integer instead of the
      leftmost n bits.  This should fix recurrent complaints about the odd
      behavior of this coercion.  Clean up the documentation of the bit string
      functions, and try to put it where people might actually find it.
      Also, get rid of the unreliable heuristics in ruleutils.c about whether
      to display nested coercion steps; instead require parse_coerce.c to
      label them properly in the first place.
      d70a42e6
  8. 15 6月, 2004 2 次提交
  9. 14 6月, 2004 8 次提交