1. 02 Jan, 2009 1 commit
    • 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
  2. 01 Jan, 2009 7 commits
  3. 31 Dec, 2008 5 commits
  4. 30 Dec, 2008 3 commits
  5. 29 Dec, 2008 4 commits
  6. 28 Dec, 2008 1 commit
  7. 27 Dec, 2008 1 commit
    • Tom Lane's avatar
      Make a couple of small changes to the tuplestore API, for the benefit of the · 38e93482
      Tom Lane authored
      upcoming window-functions patch.  First, tuplestore_trim is now an
      exported function that must be explicitly invoked by callers at
      appropriate times, rather than something that tuplestore tries to do
      behind the scenes.  Second, a read pointer that is marked as allowing
      backward scan no longer prevents truncation.  This means that a read pointer
      marked as having BACKWARD but not REWIND capability can only safely read
      backwards as far as the oldest other read pointer.  (The expected use pattern
      for this involves having another read pointer that serves as the truncation
      fencepost.)
      38e93482
  8. 26 Dec, 2008 1 commit
  9. 24 Dec, 2008 1 commit
  10. 20 Dec, 2008 4 commits
  11. 19 Dec, 2008 5 commits
  12. 18 Dec, 2008 6 commits
  13. 17 Dec, 2008 1 commit