Skip to content
Snippets Groups Projects
  1. Jan 02, 2012
  2. Jan 01, 2011
  3. Sep 20, 2010
  4. Feb 13, 2010
    • Tom Lane's avatar
      Support inlining various small performance-critical functions on non-GCC · e08ab7c3
      Tom Lane authored
      compilers, by applying a configure check to see if the compiler will accept
      an unreferenced "static inline foo ..." function without warnings.  It is
      believed that such warnings are the only reason not to declare inlined
      functions in headers, if the compiler understands "inline" at all.
      
      Kurt Harriman
      e08ab7c3
  5. Jan 02, 2010
  6. Jun 11, 2009
  7. Jan 01, 2009
  8. May 15, 2008
  9. May 14, 2008
    • Tom Lane's avatar
      Move the "instr_time" typedef and associated macros into a new header · 3bc25384
      Tom Lane authored
      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
Loading