1. 15 Mar, 2004 1 commit
    • Tom Lane's avatar
      Remove grotty special-case code in coerce_to_target_type() that · 89ab5c4a
      Tom Lane authored
      implemented casts to varchar and bpchar using a cast-to-text function.
      This is a holdover from before we had pg_cast; it now makes more sense
      to just list these casts in pg_cast.  While at it, add pg_cast entries
      for the other direction (casts from varchar/bpchar) where feasible.
      89ab5c4a
  2. 14 Mar, 2004 11 commits
  3. 13 Mar, 2004 3 commits
    • Bruce Momjian's avatar
      Done: · afaf252c
      Bruce Momjian authored
      > * -Issue NOTICE if foreign key data requires costly test to match primary key
      afaf252c
    • Tom Lane's avatar
      Generate a WARNING when the column types in a foreign key constraint are · b88fa3b1
      Tom Lane authored
      incompatible enough to prevent indexscanning the referenced table.  Also,
      improve the error message that pops out when we can't implement the FK at
      all for lack of a usable equality operator.  Fabien Coelho, with some review
      by Tom Lane.
      b88fa3b1
    • Tom Lane's avatar
      Repair memory leakage introduced into the non-hashed aggregate case by · 642cd0ab
      Tom Lane authored
      7.4 rewrite for hashed aggregate support.  If the transition data type
      is pass-by-reference, the transValue must be pfreed when starting a new
      group boundary, else we have a one-value-per-group leakage.  Thanks to
      Rae Steining for providing a reproducible test case.
      642cd0ab
  4. 12 Mar, 2004 10 commits
  5. 11 Mar, 2004 4 commits
  6. 10 Mar, 2004 4 commits
  7. 09 Mar, 2004 7 commits