1. 03 Jun, 2007 2 commits
    • Bruce Momjian's avatar
      Remove description for: · 55477d74
      Bruce Momjian authored
              o -Add a GUC variable to control the tablespace for temporary objects
                and sort files
      <
      < 	  It could start with a random tablespace from a supplied list and
      < 	  cycle through the list.
      <
      55477d74
    • Tom Lane's avatar
      Create a GUC parameter temp_tablespaces that allows selection of the · acfce502
      Tom Lane authored
      tablespace(s) in which to store temp tables and temporary files.  This is a
      list to allow spreading the load across multiple tablespaces (a random list
      element is chosen each time a temp object is to be created).  Temp files are
      not stored in per-database pgsql_tmp/ directories anymore, but per-tablespace
      directories.
      
      Jaime Casanova and Albert Cervera, with review by Bernd Helmle and Tom Lane.
      acfce502
  2. 02 Jun, 2007 5 commits
  3. 01 Jun, 2007 10 commits
  4. 31 May, 2007 5 commits
  5. 30 May, 2007 14 commits
  6. 29 May, 2007 3 commits
  7. 28 May, 2007 1 commit
    • Bruce Momjian's avatar
      Update wording: · e031844e
      Bruce Momjian authored
      < * Fix self-referential UPDATEs seeing inconsistent row versions in
      > * Fix self-referential UPDATEs that see inconsistent row versions in
      e031844e