1. 29 Dec, 2004 2 commits
    • Tom Lane's avatar
      Refactor EXEC_BACKEND code so that postmaster child processes reattach · eee5abce
      Tom Lane authored
      to shared memory as soon as possible, ie, right after read_backend_variables.
      The effective difference from the original code is that this happens
      before instead of after read_nondefault_variables(), which loads GUC
      information and is apparently capable of expanding the backend's memory
      allocation more than you'd think it should.  This should fix the
      failure-to-attach-to-shared-memory reports we've been seeing on Windows.
      Also clean up a few bits of unnecessarily grotty EXEC_BACKEND code.
      eee5abce
    • Peter Eisentraut's avatar
      Translation updates · e14018dc
      Peter Eisentraut authored
      e14018dc
  2. 28 Dec, 2004 4 commits
  3. 27 Dec, 2004 6 commits
  4. 26 Dec, 2004 3 commits
  5. 24 Dec, 2004 10 commits
  6. 23 Dec, 2004 7 commits
  7. 22 Dec, 2004 2 commits
  8. 21 Dec, 2004 6 commits