1. 18 5月, 2008 2 次提交
  2. 17 5月, 2008 15 次提交
  3. 16 5月, 2008 5 次提交
  4. 15 5月, 2008 2 次提交
    • T
      Add support for tracking call counts and elapsed runtime for user-defined · 93c701ed
      Tom Lane 提交于
      functions.
      
      Note that because this patch changes FmgrInfo, any external C functions
      you might be testing with 8.4 will need to be recompiled.
      
      Patch by Martin Pihlak, some editorialization by me (principally, removing
      tracking of getrusage() numbers)
      93c701ed
    • T
      Move the "instr_time" typedef and associated macros into a new header · 3bc25384
      Tom Lane 提交于
      file portability/instr_time.h, and add a couple more macros to eliminate
      some abstraction leakage we formerly had.  Also update psql to use this
      header instead of its own copy of nearly the same code.
      
      This commit in itself is just code cleanup and shouldn't change anything.
      It lays some groundwork for the upcoming function-stats patch, though.
      3bc25384
  5. 14 5月, 2008 7 次提交
  6. 13 5月, 2008 9 次提交