Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Feb 26, 2010
  3. Feb 16, 2010
  4. Jan 06, 2010
  5. Jan 02, 2010
  6. Dec 15, 2009
  7. Dec 12, 2009
    • Robert Haas's avatar
      Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. · 02490d46
      Robert Haas authored
      Without these functions, anyone outside of explain.c can't actually use
      ExplainPrintPlan, because the ExplainState won't be initialized properly.
      The user-visible result of this was a crash when using auto_explain with
      the JSON output format.
      
      Report by Euler Taveira de Oliveira.  Analysis by Tom Lane.  Patch by me.
      02490d46
  8. Dec 11, 2009
  9. Aug 10, 2009
  10. Jul 27, 2009
    • Tom Lane's avatar
      Extend EXPLAIN to allow generic options to be specified. · d4382c4a
      Tom Lane authored
      The original syntax made it difficult to add options without making them
      into reserved words.  This change parenthesizes the options to avoid that
      problem, and makes provision for an explicit (and perhaps non-Boolean)
      value for each option.  The original syntax is still supported, but only
      for the two original options ANALYZE and VERBOSE.
      
      As a test case, add a COSTS option that can suppress the planner cost
      estimates.  This may be useful for including EXPLAIN output in the regression
      tests, which are otherwise unable to cope with cross-platform variations in
      cost estimates.
      
      Robert Haas
      d4382c4a
  11. Jun 11, 2009
  12. Jan 05, 2009
  13. Jan 02, 2009
    • Tom Lane's avatar
      Tweak guc.c to allow underscores in the names of custom variable classes, · ccdb6627
      Tom Lane authored
      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.
      ccdb6627
  14. Jan 01, 2009
  15. Nov 19, 2008
Loading