1. 22 10月, 2004 1 次提交
  2. 29 8月, 2004 1 次提交
  3. 30 3月, 2004 1 次提交
  4. 25 7月, 2003 1 次提交
  5. 12 6月, 2003 1 次提交
    • B
      Changes: · 47d5c3d5
      Bruce Momjian 提交于
      1 intarray: bugfix for int[]-int[] operation
      2 intarray: split _int.c to several files (_int.c now is unused)
      3 ntarray (gist__intbig_ops opclass): use special type for index storage
      4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize
      GiST's
      penalty and picksplit interface functions, now use Hemming distance.
      
      Teodor Sigaev
      47d5c3d5
  6. 19 2月, 2003 1 次提交
    • B
      Please apply patches for contrib/ltree. · 71e1f531
      Bruce Momjian 提交于
      ltree_73.patch.gz - for 7.3 :
              Fix ~ operation bug: eg '1.1.1' ~ '*.1'
      
      ltree_74.patch.gz - for current CVS
          Fix ~ operation bug: eg '1.1.1' ~ '*.1'
          Add ? operation
          Optimize index storage
      
      Last change needs drop/create all ltree indexes, so only for 7.4
      
      Teodor Sigaev
      71e1f531
  7. 05 9月, 2002 1 次提交
  8. 27 8月, 2002 1 次提交
    • T
      Modify array operations to include array's element type OID in the · 5cabcfcc
      Tom Lane 提交于
      array header, and to compute sizing and alignment of array elements
      the same way normal tuple access operations do --- viz, using the
      tupmacs.h macros att_addlength and att_align.  This makes the world
      safe for arrays of cstrings or intervals, and should make it much
      easier to write array-type-polymorphic functions; as examples see
      the cleanups of array_out and contrib/array_iterator.  By Joe Conway
      and Tom Lane.
      5cabcfcc
  9. 11 8月, 2002 1 次提交
  10. 31 7月, 2002 1 次提交