1. 02 Feb, 2003 2 commits
  2. 01 Feb, 2003 6 commits
  3. 31 Jan, 2003 6 commits
  4. 30 Jan, 2003 1 commit
  5. 29 Jan, 2003 7 commits
  6. 28 Jan, 2003 5 commits
  7. 27 Jan, 2003 8 commits
  8. 26 Jan, 2003 3 commits
  9. 25 Jan, 2003 2 commits
    • Tom Lane's avatar
      Allow the planner to collapse explicit inner JOINs together, rather than · 9f5f2124
      Tom Lane authored
      necessarily following the JOIN syntax to develop the query plan.  The old
      behavior is still available by setting GUC variable JOIN_COLLAPSE_LIMIT
      to 1.  Also create a GUC variable FROM_COLLAPSE_LIMIT to control the
      similar decision about when to collapse sub-SELECT lists into their parent
      lists.  (This behavior existed already, but the limit was always
      GEQO_THRESHOLD/2; now it's separately adjustable.)
      9f5f2124
    • Tom Lane's avatar
      Where available, use utime() or utimes() to update the file mod time · 15ab7a87
      Tom Lane authored
      of the socket file and socket lock file; this should prevent both of them
      from being removed by even the stupidest varieties of /tmp-cleaning
      script.  Per suggestion from Giles Lean.
      15ab7a87