1. 29 Apr, 2005 6 commits
  2. 28 Apr, 2005 4 commits
  3. 27 Apr, 2005 2 commits
  4. 26 Apr, 2005 1 commit
  5. 25 Apr, 2005 11 commits
  6. 24 Apr, 2005 11 commits
  7. 23 Apr, 2005 5 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
    • Bruce Momjian's avatar
      Turns out our existing page size is already optimal in most cases: · ac8998f2
      Bruce Momjian authored
      < * Research the use of larger page sizes
      ac8998f2
    • Bruce Momjian's avatar
      Item already added to existing 'thread' item: · f4dcb52e
      Bruce Momjian authored
      < * Consider parallel processing a single query
      <
      <   This would involve using multiple threads or processes to do optimization,
      <   sorting, or execution of single query.  The major advantage of such a
      <   feature would be to allow multiple CPUs to work together to process a
      <   single query.
      <
      f4dcb52e
    • Bruce Momjian's avatar
      Remove item, not sure what it refers to: · 68696831
      Bruce Momjian authored
      < * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
      <   index using a sequential scan for highest/lowest values
      <
      <   If only one value is needed, there is no need to sort the entire
      <   table. Instead a sequential scan could get the matching value.
      <
      68696831