1. 06 Apr, 2011 3 commits
  2. 05 Apr, 2011 5 commits
  3. 04 Apr, 2011 10 commits
  4. 03 Apr, 2011 3 commits
    • Robert Haas's avatar
      Improve documentation on the range of the numeric data type. · cabf5d84
      Robert Haas authored
      Gianni Ciolli, reviewed by Noah Misch
      cabf5d84
    • Robert Haas's avatar
      Remove mention of using "man" from the tutorial. · 1981fb73
      Robert Haas authored
      This isn't applicable on Windows, and the internal link to the
      psql documentation should be more than sufficient.
      
      Susanne Ebrecht
      1981fb73
    • Robert Haas's avatar
      Avoid possible hang during smart shutdown. · 38b27792
      Robert Haas authored
      If a smart shutdown occurs just as a child is starting up, and the
      child subsequently becomes a walsender, there is a race condition:
      the postmaster might count the exstant backends, determine that there
      is one normal backend, and wait for it to die off.  Had the walsender
      transition already occurred before the postmaster counted, it would
      have proceeded with the shutdown.
      
      To fix this, have each child that transforms into a walsender kick
      the postmaster just after doing so, so that the state machine is
      certain to advance.
      
      Fujii Masao
      38b27792
  5. 02 Apr, 2011 2 commits
  6. 01 Apr, 2011 6 commits
  7. 31 Mar, 2011 5 commits
  8. 30 Mar, 2011 6 commits