1. 10 Jun, 2010 1 commit
    • Robert Haas's avatar
      Quote all string values in EXPLAIN (FORMAT YAML) output. · 932de891
      Robert Haas authored
      While my previous attempt seems to always produce valid YAML, it
      doesn't always produce YAML that means what it appears to mean,
      because of tokens like "0xa" and "true", which without quotes will
      be interpreted as integer or Boolean literals.  So, instead, just
      quote everything that's not known to be a number, as we do for
      JSON.
      
      Dean Rasheed, with some changes to the comments by me.
      932de891
  2. 09 Jun, 2010 9 commits
  3. 08 Jun, 2010 1 commit
  4. 07 Jun, 2010 4 commits
  5. 05 Jun, 2010 1 commit
  6. 04 Jun, 2010 2 commits
  7. 03 Jun, 2010 18 commits
  8. 02 Jun, 2010 1 commit
  9. 01 Jun, 2010 3 commits