1. 30 Apr, 2005 3 commits
  2. 29 Apr, 2005 6 commits
  3. 28 Apr, 2005 4 commits
  4. 27 Apr, 2005 2 commits
  5. 26 Apr, 2005 1 commit
  6. 25 Apr, 2005 11 commits
  7. 24 Apr, 2005 11 commits
  8. 23 Apr, 2005 2 commits
    • Tom Lane's avatar
      Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison · 35f9b461
      Tom Lane authored
      of timetz values misbehaved in --enable-integer-datetime cases, and
      EXTRACT(EPOCH) subtracted the zone instead of adding it in all cases.
      Backpatch to all supported releases (except --enable-integer-datetime code
      does not exist in 7.2).
      35f9b461
    • Tom Lane's avatar
      Remove useless argtype_inherit() code, and make consequent simplifications. · 0e99be1c
      Tom Lane authored
      As I pointed out a few days ago, this code has failed to do anything useful
      for some time ... and if we did want to revive the capability to select
      functions by nearness of inheritance ancestry, this is the wrong place
      and way to do it anyway.  The knowledge would need to go into
      func_select_candidate() instead.  Perhaps someday someone will be motivated
      to do that, but I am not today.
      0e99be1c