| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | 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) | |||
| 2008-05-14 | Move the "instr_time" typedef and associated macros into a new header | 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. | |||
