1. 07 Mar, 2008 10 commits
  2. 06 Mar, 2008 15 commits
  3. 05 Mar, 2008 10 commits
  4. 04 Mar, 2008 5 commits
    • Tom Lane's avatar
      Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a · 7d6e6e2e
      Tom Lane authored
      temporary table; we can't support that because there's no way to clean up the
      source backend's internal state if the eventual COMMIT PREPARED is done by
      another backend.  This was checked correctly in 8.1 but I broke it in 8.2 :-(.
      Patch by Heikki Linnakangas, original trouble report by John Smith.
      7d6e6e2e
    • Magnus Hagander's avatar
      Use windows DACL fix for pg_regress as well. · 9b8a93ba
      Magnus Hagander authored
      Dave Page
      9b8a93ba
    • Bruce Momjian's avatar
      Update pg_dump item: · 2c63d840
      Bruce Momjian authored
      < 	  produce a single dump output file.
      > 	  produce a single dump output file.  It also would require
      > 	  several sessions to share the same snapshot.
      2c63d840
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Remove: · 60c93d39
      Bruce Momjian authored
      <
      < 	o To better utilize resources, restore data, primary keys, and
      <  	  indexes for a single table before restoring the next table
      <
      < 	  Hopefully this will allow the CPU-I/O load to be more uniform
      < 	  for simultaneous restores.  The idea is to start data restores
      < 	  for several objects, and once the first object is done, to move
      < 	  on to its primary keys and indexes.  Over time, simultaneous
      < 	  data loads and index builds will be running.
      60c93d39