1. 11 Oct, 2005 1 commit
    • Tom Lane's avatar
      Fix oversight in 8.0 modification of RestrictInfo data structures. · 07e6f93d
      Tom Lane authored
      A RestrictInfo representing an OR clause now contains two versions of
      the contained expression, one with sub-RestrictInfos and one without.
      clause_selectivity() should descend to the version with sub-RestrictInfos
      so that it has a chance of caching its results for the OR's sub-clauses.
      Failing to do so resulted in redundant planner effort.
      07e6f93d
  2. 10 Oct, 2005 6 commits
  3. 09 Oct, 2005 1 commit
    • Tom Lane's avatar
      Fix (hopefully for the last time) problems with datetime values displaying · 313ed1ed
      Tom Lane authored
      like '23:59:60' because of fractional-second roundoff problems.  Trying
      to control this upstream of the actual display code was hopeless; the right
      way is to explicitly round fractional seconds in the display code and then
      refigure the results if the fraction rounds up to 1.  Per bug #1927.
      313ed1ed
  4. 08 Oct, 2005 8 commits
  5. 07 Oct, 2005 11 commits
  6. 06 Oct, 2005 8 commits
  7. 05 Oct, 2005 5 commits