Robert Haas
cddca5ec13
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
...
This patch also removes buffer-usage statistics from the track_counts
output, since this (or the global server statistics) is deemed to be a better
interface to this information.
Itagaki Takahiro, reviewed by Euler Taveira de Oliveira.
2009-12-15 04:57:48 +00:00
Bruce Momjian
ef51395e24
Revert due to Tom's concerns:
...
Add ProcessUtility_hook() to handle all DDL to
contrib/pg_stat_statements.
2009-12-01 02:31:13 +00:00
Bruce Momjian
d85cb27293
ProcessUtility_hook:
...
Add ProcessUtility_hook() to handle all DDL to contrib/pg_stat_statements.
Itagaki Takahiro
2009-12-01 01:08:46 +00:00
Tom Lane
cfbd2af95c
Improve comment, per gripe from Alvaro.
2009-07-27 04:09:55 +00:00
Tom Lane
e4b9e65393
Fix pg_stat_statements for EXEC_BACKEND case.
...
We should not try to load old statistics when re-attaching to existing
shared memory. Per bug #4941 .
Itagaki Takahiro
2009-07-27 03:34:40 +00:00
Bruce Momjian
d747140279
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
...
provided by Andrew.
2009-06-11 14:49:15 +00:00
Tom Lane
da2c1b8a27
Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to
...
get listed in custom_variable_classes.
2009-01-05 13:35:38 +00:00
Tom Lane
7466eeac61
Add contrib/pg_stat_statements for server-wide tracking of statement execution
...
statistics.
Takahiro Itagaki
2009-01-04 22:19:59 +00:00