1. 28 5月, 2005 4 次提交
    • B
      Add: · 42319310
      Bruce Momjian 提交于
      > * Consider sorting hash buckets so entries can be found using a binary
      >   search, rather than a linear scan
      > * In hash indexes, consider storing the hash value with or instead
      >   of the key itself
      42319310
    • B
      Add: · 770156e1
      Bruce Momjian 提交于
      > * Add the features of packages
      > 	o  Make private objects accessable only to objects in the same schema
      > 	o  Allow current_schema.objname to access current schema objects
      > 	o  Add session variables
      > 	o  Allow nested schemas
      770156e1
    • B
      Display only 9 subsecond digits instead of 10 for time values, for · d4b50caf
      Bruce Momjian 提交于
      consistency and to prevent rounding for days < 30.  Also round off all
      trailing zeros, rather than leaving an even number of digits.
      d4b50caf
    • B
      Re-order 'else' clause for clarity. · 5dafb69e
      Bruce Momjian 提交于
      5dafb69e
  2. 27 5月, 2005 6 次提交
  3. 26 5月, 2005 10 次提交
  4. 25 5月, 2005 4 次提交
  5. 24 5月, 2005 10 次提交
  6. 23 5月, 2005 5 次提交
  7. 22 5月, 2005 1 次提交
    • B
      INT4 is probably enough: · c61207b0
      Bruce Momjian 提交于
      < * Allow INET + INT4/INT8 to increment the host part of the address, or
      > * Allow INET + INT4 to increment the host part of the address, or
      c61207b0