1. 24 8月, 2011 1 次提交
  2. 23 8月, 2011 4 次提交
  3. 22 8月, 2011 4 次提交
  4. 21 8月, 2011 2 次提交
    • B
      Have thread_test create its test files in the current directory, rather · 6cc08e70
      Bruce Momjian 提交于
      than /tmp.  Also cleanup C defines and add comments.
      
      Per report by Alex Soto
      6cc08e70
    • T
      Fix performance problem when building a lossy tidbitmap. · 08e1eedf
      Tom Lane 提交于
      As pointed out by Sergey Koposov, repeated invocations of tbm_lossify can
      make building a large tidbitmap into an O(N^2) operation.  To fix, make
      sure we remove more than the minimum amount of information per call, and
      add a fallback path to behave sanely if we're unable to fit the bitmap
      within the requested amount of memory.
      
      This has been wrong since the tidbitmap code was written, so back-patch
      to all supported branches.
      08e1eedf
  5. 20 8月, 2011 7 次提交
  6. 19 8月, 2011 3 次提交
  7. 18 8月, 2011 10 次提交
  8. 17 8月, 2011 9 次提交