1. 08 Oct, 2006 3 commits
  2. 07 Oct, 2006 15 commits
  3. 06 Oct, 2006 3 commits
  4. 05 Oct, 2006 6 commits
  5. 04 Oct, 2006 12 commits
  6. 03 Oct, 2006 1 commit
    • Tom Lane's avatar
      Switch over to using our own qsort() all the time, as has been proposed · 6edd2b4a
      Tom Lane authored
      repeatedly.  Now that we don't have to worry about memory leaks from
      glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort
      comparators, as was requested a couple months ago.  Also, get rid of
      non-reentrancy and an extra level of function call in tuplesort.c by
      providing a variant qsort_arg() API that passes an extra void * argument
      through to the comparison routine.  (We might want to use that in other
      places too, I didn't look yet.)
      6edd2b4a