1. 15 5月, 2008 1 次提交
    • 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
  2. 02 1月, 2008 1 次提交
  3. 06 1月, 2007 1 次提交
  4. 10 6月, 2006 1 次提交
  5. 31 5月, 2006 1 次提交
  6. 30 5月, 2006 1 次提交
  7. 05 3月, 2006 1 次提交
  8. 15 10月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
  10. 26 3月, 2005 1 次提交
    • T
      Improve EXPLAIN ANALYZE to show the time spent in each trigger when · adb1a6e9
      Tom Lane 提交于
      executing a statement that fires triggers.  Formerly this time was
      included in "Total runtime" but not otherwise accounted for.
      As a side benefit, we avoid re-opening relations when firing non-deferred
      AFTER triggers, because the trigger code can re-use the main executor's
      ResultRelInfo data structure.
      adb1a6e9
  11. 21 3月, 2005 1 次提交
  12. 01 1月, 2005 1 次提交
  13. 29 8月, 2004 1 次提交
  14. 30 11月, 2003 1 次提交
    • P
      · 55b11325
      PostgreSQL Daemon 提交于
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  15. 05 8月, 2003 1 次提交
  16. 06 11月, 2001 1 次提交
  17. 28 10月, 2001 1 次提交
  18. 25 10月, 2001 1 次提交
  19. 18 9月, 2001 1 次提交