postgresql/contrib/auto_explain
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes,
and change auto_explain's custom GUC variables to be named auto_explain.xxx
not just explain.xxx.  Per discussion in connection with the
pg_stat_statements patch, it seems like a good idea to have the convention
that custom variable classes are named the same as their defining module.
Committing separately since this should happen regardless of what happens
with pg_stat_statements itself.
2009-01-02 01:16:02 +00:00
..
auto_explain.c Tweak guc.c to allow underscores in the names of custom variable classes, 2009-01-02 01:16:02 +00:00
Makefile Add auto-explain contrib module for automatic logging of the plans of 2008-11-19 02:59:28 +00:00